Giter Site home page Giter Site logo

html-to-markdown's Introduction

本地 HTML 批量转换为 Markdown 格式

需求分析

用于 Evernote 导出笔记迁移到 Obsidian

Update:直接使用 evernote2md.enex转换为.md即可。Evernote 6.xx 旧版本可以一次性导出全部笔记。

  1. Evernote 每条笔记导出为单个 HTML 文件,每个文件夹对应一个笔记本
  2. Node.js 读取每个 HTML 转换为 Markdown 格式到指定目录
  3. 复制 Markdown 文件夹到 Obsidian 目录下

功能设计

Node.js 读取每个 HTML 转换为 Markdown 格式到指定目录

  1. 列出目录下所有文件名
  2. 以 UTF-8 字符串方式读取每个文件
  3. Turndown.js 转换为 Markdown
  4. 写入指定本地文件夹

使用

  1. yarn install
  2. index.js:6 填入 Evernote 导出的 html 文件夹
  3. index.js:7 填入输出文件夹(手动创建好的)
  4. yarn dev
  5. 终端查看进度

html-to-markdown's People

Contributors

eished avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

dongfengpo123

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.