daviddavo/logseq-furigana

Add support for turning back to Markdown

Opened this issue · 0 comments

The CommonParser class has a toHtml method which is not overriden in the top classes. This feature is needed because it allows you to roll back to your original notes in case you needed to.

This would also allow creating a "Anki <-> Obsidian" translation method.

fromHtml(content: string) : string | null {
throw new Error('Not Implemented');
}