文件名称:enml2md:Evernote 转 Markdown 转换器
文件大小:180KB
文件格式:ZIP
更新时间:2024-08-01 15:10:01
javascript coffeescript evernote markdown-converter CoffeeScript
Evernote 标记语言到 Markdown 转换器 (enml2md.js)
Enml2md 将 Evernote 导出格式(ENML、.enex)转换为 Markdown (.md) 文件。
安装
$ git clone git@github.com:zerobase/enml2md.git
$ npm install
$ npm test
用法
$ node bin/enml2md
【文件预览】:
enml2md-master
----.travis.yml(37B)
----bin()
--------enml2md.js(351B)
----package.json(1KB)
----Gruntfile.coffee(1KB)
----LICENSE(1KB)
----src()
--------test()
--------lib()
----.gitignore(29B)
----lib()
--------Attachment.js(2KB)
--------EvernoteExport.js(3KB)
--------enml2md.js.map(221B)
--------Attachment.js.map(1KB)
--------Parser.js.map(833B)
--------Note.js.map(3KB)
--------Note.js(4KB)
--------Parser.js(1023B)
--------enml2md.js(185B)
--------EvernoteExport.js.map(2KB)
----README.md(553B)