实时监测目录或者文件,并实时将其转换为 HTML, 有了 HTML 我们能够找到一万种方式将其完美地展示出来, 也有一万种方式让我们方便地去查找。
代码及使用方法:https://github.com/mwum/monitor-md-files
------------------
Require installing Pandoc: http://pandoc.org/
from https://github.com/mwum/monitor-md-files
代码及使用方法:https://github.com/mwum/monitor-md-files
浏览器自动刷新
如果想修改 MD 文件之后,浏览器能够自动刷新 HTML 页面,可使用这个 Chrome 插件:https://chrome.google.com/webstore/detail/livepage/pilnojpmdoofaelbinaeodfpjheijkbh------------------
Require installing Pandoc: http://pandoc.org/
- Install dependencies
bundle install - Add executable permissions
chmod +x ./monitor-md-files.rb - Run it in the background
nohup ./monitor-md-files.rb &
from https://github.com/mwum/monitor-md-files