Converts a format into html.
Convertors implement Convertor
.
They implement a convert(options: ConvertOptions)
function and returns an array of notes.
const convertor = new EvernoteConvertor({graphId: '123'})
const notes = convertor.convert(exexExport)
// => [{subject: '', html: '', createdAt: 123, updatedAt: 123, backlinkedNoteIds}]
- Markdown task support
- Markdown tags support
- Evernote
- Roam
- Markdown
- Workflowy