UNPKG

yarle-evernote-to-md

Version:

Yet Another Rope Ladder from Evernote

9 lines (8 loc) 209 B
export enum OutputFormat { ObsidianMD= 'ObsidianMD', StandardMD= 'StandardMD', LogSeqMD = 'LogSeqMD', Tana = 'Tana Internal Format', Heptabase = 'Heptabase' } module.exports={OutputFormat}