mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Load plugins also in FileManager (#2426)
added is_doc_only plugin attribute
This commit is contained in:
@@ -16,6 +16,7 @@ local MyClipping = require("clip")
|
||||
|
||||
local EvernoteExporter = InputContainer:new{
|
||||
name = "evernote",
|
||||
is_doc_only = true,
|
||||
login_title = _("Login to Evernote"),
|
||||
notebook_name = _("KOReader Notes"),
|
||||
evernote_domain = nil,
|
||||
|
||||
Reference in New Issue
Block a user