Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 537 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 537 Bytes

Reflect importers

Converts a format into html.

Convertors implement Convertor. They implement a convert(options: ConvertOptions) function and returns an array of notes.

Example

const convertor = new EvernoteConvertor({graphId: '123'})

const notes = convertor.convert(exexExport)

// => [{subject: '', html: '', createdAt: 123, updatedAt: 123, backlinkedNoteIds}]

TODO

  • Markdown task support
  • Markdown tags support

Implementation

  • Evernote
  • Roam
  • Markdown
  • Workflowy