mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Exporter: choose highlight styles to be exported (#12431)
This commit is contained in:
@@ -1866,6 +1866,10 @@ function ReaderHighlight:onCycleHighlightAction()
|
||||
return true
|
||||
end
|
||||
|
||||
function ReaderHighlight.getHighlightStyles()
|
||||
return highlight_style
|
||||
end
|
||||
|
||||
function ReaderHighlight:getHighlightStyleString(style) -- for bookmark list
|
||||
for _, v in ipairs(highlight_style) do
|
||||
if v[2] == style then
|
||||
|
||||
Reference in New Issue
Block a user