[GH-ISSUE #5] Prototype Todo List #6

Closed
opened 2026-03-03 00:17:35 +03:00 by kerem · 1 comment
Owner

Originally created by @Sarah-Seo on GitHub (Dec 4, 2016).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/5

Key binding

  • Cmd + N / Ctrl + N to create note
  • Cmd + Shift + N / Ctrl + Shift + N to create folder
  • Cmd + Alt + F / Ctrl + Alt + F to focus serch input

TitleBar

  • Create a note button
  • Delete button
    • Delete folder when nav is focused
    • Delete note when list is focused
  • Searching Notes

Nav

  • Storage context menu
    • New folder
  • Folder context menu
    • Rename folder()
    • Delete folder
    • New folder
  • Keybinding
    • Up/Down to navigate
    • Enter to focus NoteList
    • ⌫ / Delete to delete folder

NoteList

  • Context menu
    • Delete a note
  • Draggable note(move note to other folder)
  • Keybinding
    • Up/Down to navigate
    • Esc to focus Nav
    • Enter to focus Detail
    • ⌫ / Delete to delete note

Detail

  • Tag Select
  • Esc to focus List

Editor

  • Render on Blur / Edit on Focus(like Boostnote does)
  • 2-pane live edit(like most common markdown note app does)

Database API

  • Create a note
  • Update a note
  • Delete a note
  • Create a folder
  • Rename a folder
  • Delete a folder(Include deleting notes)

Preferences window

  • Dark theme
  • Markdown stylesheet
    • Font size
    • Font family
  • Editor configuration
    • Font family
    • Font size
    • Indent size
    • Indent type(Spaces/Tabs)

Deployment

  • App Icon
Originally created by @Sarah-Seo on GitHub (Dec 4, 2016). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/5 ## Key binding - [x] Cmd + N / Ctrl + N to create note - [x] Cmd + Shift + N / Ctrl + Shift + N to create folder - [x] Cmd + Alt + F / Ctrl + Alt + F to focus serch input ## TitleBar - [x] Create a note button - [x] Delete button - [x] Delete folder when nav is focused - [x] Delete note when list is focused - [x] Searching Notes ## Nav - [x] Storage context menu - [x] New folder - [x] Folder context menu - [x] Rename folder() - [x] Delete folder - [x] New folder - [x] Keybinding - [x] Up/Down to navigate - [x] Enter to focus NoteList - [x] ⌫ / Delete to delete folder ## NoteList - [x] Context menu - [x] Delete a note - [x] Draggable note(move note to other folder) - [x] Keybinding - [x] Up/Down to navigate - [x] Esc to focus Nav - [x] Enter to focus Detail - [x] ⌫ / Delete to delete note ## Detail - [x] Tag Select - [x] Esc to focus List ## Editor - [x] Render on Blur / Edit on Focus(like Boostnote does) - [x] 2-pane live edit(like most common markdown note app does) ## Database API - [x] Create a note - [x] Update a note - [x] Delete a note - [x] Create a folder - [x] Rename a folder - [x] Delete a folder(Include deleting notes) ## Preferences window - [x] Dark theme - [x] Markdown stylesheet - [x] Font size - [x] Font family - [x] Editor configuration - [x] Font family - [x] Font size - [x] Indent size - [x] Indent type(Spaces/Tabs) ## Deployment - [x] App Icon
kerem closed this issue 2026-03-03 00:17:35 +03:00
Author
Owner

@Sarah-Seo commented on GitHub (Dec 28, 2016):

Done.

<!-- gh-comment-id:269406135 --> @Sarah-Seo commented on GitHub (Dec 28, 2016): Done.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#6
No description provided.