This is a sample plugin for editing KOReader metadata.epub.lua as a markdown file in Obsidian.
- download the
obsidian-edit-koreader-lua.zipfrom Release - unpack the
obsidian-edit-koreader-lua.zipon.obsidian\pluginsfolder - restart Obsidian
- open
metadata.epub.luaand edit it:)
metadata.epub.lua may be like this:
["bookmarks"] = {
[1] = {
["chapter"] = "4.11.2 QClipboard",
["datetime"] = "2023-05-26 22:45:35",
["highlighted"] = true,
["notes"] = "This is origin text from book",
["page"] = 357,
["pos0"] = {
["page"] = 357,
["rotation"] = 0,
["x"] = 101.40549545288,
["y"] = 467.39669677734,
["zoom"] = 1.9607843137255,
},
["pos1"] = {
["page"] = 357,
["rotation"] = 0,
["x"] = 380.65280639648,
["y"] = 549.96508666992,
["zoom"] = 1.9607843137255,
},
["text"] = "Here is your note",
},If you only edit ["text"] = "Here is your note", KOReader also use edited file correctly.
If you just want read your Highlight, you can use the plugin KOReader Highlight, you can get more information on here.
Licensed under the Apache License, Version 2.0.