forked from FolioReader/FolioReaderKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Imitate the Highlight creation process to Annotation:
-
#jsCREATEannotateString()function imitatinghighlightString()becomes , create the<marker ...></marker>{content}instead of creating a<highlight ...>{content}</highlight>tag. -
#swiftADAPTFolioReaderWebView.createAnnotation()function imitatingFolioReaderWebView.createHighlight. -
#swiftCREATEHighlight+Helper.matchAnnotation()function imitatingHighlight+Helper.matchHighlight. - Inserting
<marker>before actually creating the annotation (closing the annotation modal without saving) will make the annotation marker to continue there.
Also VERIFY if the current strategy to get content from the HTML is valid or if we should return to the DEFAULT way.
Reactions are currently unavailable