Skip to content

Commit

Permalink
ready to release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aborn committed Jul 31, 2016
1 parent 674741a commit 65c81cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Add following code to your init(.emacs or init.el anyway) file.
* **C-c u** update or add new note content to remote.
* **C-c d** delete current leanote.
* **C-c r** rename current leanote.
* **C-c f** find note by note-name.

## Leanote status
The mode line show it status when markdown file is leanote,
Expand Down Expand Up @@ -60,6 +61,7 @@ M-x package-install RET leanote-mode RET
* **C-c u** 更新或者添加当前笔记到服务器
* **C-c d** 删除当前笔记
* **C-c r** 修改当前笔记名
* **C-c f** 按笔记名查找笔记

## leanote状态显示
当一个markdown文件为leanote时,其mode line会显示出来,如下:
Expand Down
9 changes: 6 additions & 3 deletions docs/leanote-dev-plan.org
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
***** TODO update user name & password
***** TODO get current user info.
*** v0.2
1. plan release time: <2016-08-14 Sun>
1. plan release time: <2016-07-31 Sun>
2. features:
**** ONGOING all tasks [75%]
**** DONE all tasks [100%]
- State "DONE" from "ONGOING" [2016-07-31 Sun 18:44]
- State "ONGOING" from "ONGOING" [2016-07-31 Sun 18:44]
- State "ONGOING" from "ONGOING" [2016-07-31 Sun 15:29]
- State "ONGOING" from "ONGOING" [2016-07-31 Sun 09:27]
- State "ONGOING" from "ONGOING" [2016-07-31 Sun 00:12]
Expand All @@ -30,7 +32,8 @@
***** DONE CLOSED rename the note title and sync to remote
CLOSED: [2016-07-31 Sun 00:12]
- CLOSING NOTE [2016-07-24 Sun 16:52]
***** TODO search all note by name.
***** DONE search all note by name.
CLOSED: [2016-07-31 Sun 18:44]
***** DONE status-bar show. <2016-07-30 Sat>--<2016-07-31 Sun>
CLOSED: [2016-07-31 Sun 00:11]
***** DONE each markdown note should has an abstract.<2016-07-31 Sun>
Expand Down
2 changes: 1 addition & 1 deletion leanote.el
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@
(assoc-default 'Title elt)
(assoc-default 'NoteId elt))))
(leanote-get-all-notes-from-cache)))
(ivy-read "search note by title:"
(ivy-read "search note by title: "
collection
:action (lambda (x)
(let* ((path (leanote-get-notebook-path-from-cache (car x)))
Expand Down

0 comments on commit 65c81cc

Please sign in to comment.