Plugin manager (#4159)

Also adds descriptions to all plugins.
This commit is contained in:
Robert
2018-08-17 20:54:11 +02:00
committed by poire-z
parent cd37535056
commit 4428ecb422
28 changed files with 160 additions and 22 deletions

View File

@@ -18,6 +18,8 @@ local realpath = require("ffi/util").realpath
local EvernoteExporter = InputContainer:new{
name = "evernote",
fullname = _("Evernote"),
description = _([[Exports hightlights and notes to the Evernote cloud.]]),
login_title = _("Login to Evernote"),
notebook_name = _("KOReader Notes"),
evernote_domain = nil,