模版插件

1. 可以通过模版快速创建笔记
2. 用户可以自定义模版文件
3. 临时提供 4 个模版文件

插件代码位置:
public/plugins/template/plugin.js
public/plugins/template/plugin.json
模版文件位置:
public/templates/…
This commit is contained in:
B1gCoolCat
2016-05-12 23:36:54 +09:00
parent 5117921f43
commit 766ff55a64
12 changed files with 706 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
var Config = {
"plugins": [
"theme",
"template",
"import_leanote",
"import_evernote",
"export_pdf",