From 71d9eafe66e70a86ddd5eec1ddbc365fab256965 Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Sat, 7 Jan 2017 19:39:52 +0900 Subject: [PATCH] Updated List of the requested features. (markdown) --- List-of-the-requested-features..md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/List-of-the-requested-features..md b/List-of-the-requested-features..md index 2d2a801..5a490a7 100644 --- a/List-of-the-requested-features..md +++ b/List-of-the-requested-features..md @@ -11,7 +11,7 @@ We'll add it to here after checked. # UI ## General - [ ] Fully customizable theme -- [x] Add version info to Help menu #135 +- [x] ~~Add version info to Help menu~~ #135 - [ ] Multiple screen switching(single / two / Three Panes) - [ ] Presentation mode @@ -25,10 +25,10 @@ We'll add it to here after checked. ## Sidebar - [ ] Star to folders #197 -- [x] Show context menu when right clicking folder item(rename, delete) -- [x] Show context menu when right clicking storage item(rename, unlink, create folder) -- [x] New folder button -- [x] Show note count of folder +- [x] ~~Show context menu when right clicking folder item(rename, delete)~~ +- [x] ~~Show context menu when right clicking storage item(rename, unlink, create folder)~~ +- [x] ~~New folder button~~ +- [x] ~~Show note count of folder~~ - [ ] Tag list & filter #197 ## Note List @@ -38,20 +38,20 @@ We'll add it to here after checked. - [ ] Delete - [ ] Move to other storage/folder - [ ] Change Tag -- [x] Sort notes +- [x] ~~Sort notes~~ ## Editor -- [x] Replace Ace editor with Codemirror -- v0.7.0 - - [x] Fix wrong syntax highlighting of codeblock #40 - - [x] Wrong behavior when typing chracters with Spanish accent #54 +- [x] ~~Replace Ace editor with Codemirror -- v0.7.0~~ + - [x] ~~Fix wrong syntax highlighting of codeblock~~ #40 + - [x] ~~Wrong behavior when typing chracters with Spanish accent~~ #54 - [ ] Scroll past the bottom most line of the editor #94 - [ ] Tag autocomplete #192 ### Snippet Note - [ ] Configurable syntax list - - [x] Syntax specific indent settings + - [x] ~~Syntax specific indent settings~~ - [ ] Set/unset active syntax modes(Hide inactive modes from context menu by default) -- [x] Resizable layout #81 +- [x] ~~Resizable layout~~ #81 - [ ] Re-arrange the order of sub-notes #190 ### Markdown Note @@ -61,13 +61,13 @@ We'll add it to here after checked. - [ ] Distraction free mode - [ ] Remove last list item when `Enter` pressed on empty list item. #42 - [ ] Task list should append `- [ ]` instead of `-` when `Enter` pressed. -- [x] Depth control of List #53 +- [x] ~~Depth control of List~~ #53 - [ ] Spell checking #76 - [ ] Image supporting #80 - [ ] Note link(Navigation between notes by a link) #41 -- [x] Diagrams #134 - - [x] Flow chart - - [x] Sequence +- [x] ~~Diagrams~~ #134 + - [x] ~~Flow chart~~ + - [x] ~~Sequence~~ - [ ] Word and character counter #94 - [ ] Print #133 - [ ] Export #133 #52