Skip to content

hanxi/note-md

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

个人笔记-markdown

一个专注浏览的个人笔记.

快速使用

git clone https://github.com/hanxi/note-md.git
cd node-md
npm install
npm run build
npm start

配置备份笔记

  • 在 GitHub 上建一个空项目(类似这个 note-md-testbackup )
  • 项目类型一定要选 private(国内的 oschina 和 Coding 都提供免费私人项目)
  • 修改 git.js 中的 gitUrl 为自己刚新建的工程的 SSH 协议的路径(HTTPS需要输入密码不适合自动备份)
  • 前提是本地配好了 id_rsa 和 GitHub 上也填写好了 id_rsa.pub
  • 默认半小时提交一次

功能

  • 实时刷新
  • 定期备份 note 目录
  • 目录树
  • 笔记搜索

这些库帮我减少了不少时间

  • Markdown 转 HTML showdown
  • 轻量灵活的移动端 CSS 框架 mobi.css (v0.0.1)
  • 基于 Material Design 的前端框架 MDUI
  • 文件内容搜索工具 find-in-files
  • 当然少不了 Vue