AceNote is a customized personal note system. It has the same feature as other note system. The difference is you can control and manage your note and push it to remote repository for version control. Also, you can get a card review system base on note system now to help you better memory what you want
English | 中文版
Actually, I have used note system for two years. I find they almost are perfect where they are good at, like notes storage, classify, tag management, note export etc. But I found some pain point for me when I have used note system. AceNote has the following feature:
- You can manage your note at local and take a version control
- You can build your personal review queue when you want to periodic review your note
- Commonly visualization management(todos)
- Goal/plan management(todos)
- Personal time tracking(todos)
✨ note's tag management
⚡️ improve calendar card review
⚡️ support more shortcuts
-
Global Shortcuts
- ⌘+f -> open search bar
- ⌘+1 -> fold/unfold left sidebar
- ⌘+2 -> fold/unfold the list of note
-
Markdown Shortcuts
- ⌘+x -> delete one line
- ⌘+b -> bold word
- ⌘+d -> add strikethrough
- ⌘+3 -> ###
- ⌘+4 -> ####
- ⌘+5 -> #####
- ⌘+' -> `
- personal plan management
- improve the user experience of tag/cardReview management
- support open note's directory
calendar card review is a review queue references forgetting curve and anki to help you better memory what you want. When you want to review something regularly, you can push it to review queue, and then AceNote will generate review plan for that. You can enter the CardsReview menu to check it, review note and marking.
**rules of calendar card review ** four status: 🕳not review, 💔oblivious, 💘hard, 💖easy
- when you push a note tot queue, AceNote will generate a review plan, the interval are 0, 1, 3, 7, 14, 29, 69, 129 day
- If not review today, AceNote will mark the status to 🕳, and reset the interval(that mean you need to start all over again)
- If you mark status to 💔, next review interval will backward one step;
- If you mark status to 💘, next review interval will as same as current interval
- If you mark status to 💖, it will go on as plan
- git clone https://github.com/Aceysx/ace-note.git
- npm install
- npm start
- electron app/main
- npm run build:mac (package command)
Tip: only support mac os development now.