Quick Start
This 2-minute tutorial will teach you everything you need to start using JodNote effectively.
Step 1: Capture Your First Note
- Press
Ctrl+Alt+J(from anywhere on your system) - Type:
Buy milk #personal - Press
Enter
Congratulations! You've created your first note.
Step 2: Create a Task
Tasks are notes you can check off. Create one using the > prefix:
- Press
Ctrl+Alt+J - Type:
> Call dentist #personal - Press
Enter
The > prefix automatically makes it a task (adds @task type).
Step 3: Save a Code Snippet
- Press
Ctrl+Alt+J - Type:
console.log('Hello') @snippet #javascript - Press
Enter
Step 4: Search Your Notes
- Press
Ctrl+Alt+J - Start typing:
milk - Use
↑/↓arrow keys to navigate results - Press
Enterto copy the selected note
Quick Copy
Pressing Enter on a search result automatically copies it to your clipboard!
Step 5: View All Notes
- Press
Ctrl+Alt+J - Press
Ctrl+Shift+N(or right-click system tray → "Show") - Browse all your notes in the main window
Understanding Note Syntax
JodNote recognizes special markers in your text:
| Syntax | Meaning | Example |
|---|---|---|
> prefix | Task | > Buy groceries |
@task | Task (explicit) | Call mom @task |
@snippet | Code snippet | git status @snippet |
@bookmark | Bookmark/link | https://example.com @bookmark |
#word | Category | Meeting notes #work |
Auto-Detection
- Tasks: Both
> textand@taskcreate tasks - URLs: Automatically detected (no marker needed)
- Default: Notes without markers are regular notes
Common Workflows
Quick Note Capture
Ctrl+Alt+J → Type → EnterPerfect for fleeting thoughts, meeting notes, or anything you need to remember.
Task Management
> Finish report #work
> Schedule team meeting @task #work
> Buy birthday gift #personalView and check off tasks in the main window.
Code Snippets
npm install package @snippet #npm
git reset --hard HEAD @snippet #git
SELECT * FROM users WHERE active=1 @snippet #sqlSearch and copy snippets instantly when needed.
Link Bookmarks
https://docs.example.com @bookmark #docs
https://github.com/techformist/jodnote @bookmark #githubSave important links with context and categories.
Keyboard Shortcuts Cheat Sheet
| Shortcut | Action |
|---|---|
Ctrl+Alt+J | Open/close JodNote |
Enter | Save note or copy result |
Escape | Close window |
↑ / ↓ | Navigate search results |
Ctrl+Shift+N | Open main window |
Master Tip
Keep JodNote open while you work. Press Escape to hide it, Ctrl+Alt+J to bring it back instantly.
What's Next?
Now that you know the basics:
Practice Exercise
Try creating these notes to get comfortable:
> Read chapter 5 #book
def hello(): print("Hi") @snippet #python
https://vitepress.dev @bookmark #docs
Meeting with Sarah tomorrow at 3pm #work
> Submit expense report @task #adminHappy note-taking! 🚀
