mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Exporter: add XMNote export (#11087)
This commit is contained in:
@@ -39,7 +39,7 @@ local _ = require("gettext")
|
||||
|
||||
-- migrate settings from old "evernote.koplugin" or from previous (monolithic) "exporter.koplugin"
|
||||
local function migrateSettings()
|
||||
local formats = { "flomo", "html", "joplin", "json", "memos", "my_clippings", "readwise", "text" }
|
||||
local formats = { "flomo", "html", "joplin", "json", "memos", "my_clippings", "readwise", "text", "xmnote" }
|
||||
|
||||
local settings = G_reader_settings:readSetting("exporter")
|
||||
if not settings then
|
||||
@@ -107,6 +107,7 @@ local Exporter = WidgetContainer:extend{
|
||||
my_clippings = require("target/my_clippings"),
|
||||
readwise = require("target/readwise"),
|
||||
text = require("target/text"),
|
||||
xmnote = require("target/xmnote"),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user