HackMD 介绍
HackMD 是一款即时协作 Markdown 笔记,支持所有平台,灵感来源于 Hackpad,但是更注重速度和灵活度。
主要特性:
电脑和平板:
-
编辑模式
-
视图模式
-
编辑 & 视图模式
手机:
-
编辑模式
-
视图模式
数据库依赖:
-
Postgresql 9.3.6 or 9.4.1
-
MongoDB 3.0.2
使用:
<iframe width="100%" height="500" src="http://hackmd.io/features" frameborder="0"></iframe>
HackMD 结构:
hackmd/ ├── logs/ --- server logs ├── backups/ --- db backups ├── tmp/ --- temporary files ├── lib/ --- server libraries └── public/ --- client files ├── css/ --- css styles ├── js/ --- js scripts ├── vendor/ --- vendor includes └── views/ --- view templates
配置:
./procfile --- for heroku start ./run.sh --- for forever start ./processes.json --- for pm2 start ./config.js --- for server settings ./public/js/common.js --- for client settings ./hackmd --- for logrotate