Skip to content

team-reflect/reflect-import

Repository files navigation

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

About

Import convertors for Reflect (Roam, Markdown, etc)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •