1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-31 10:31:52 +00:00

Updated List of the requested features. (markdown)

Kazu Yokomizo
2017-01-07 19:39:52 +09:00
parent 6d2cfaf633
commit 71d9eafe66

@@ -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