Getting Started with Noted
Getting Started with Noted
How to Get Started with Noted
Get up and running with Noted in just a few minutes and start organizing your workspace notes like a pro.
Quick Start
- Install from the VS Code Marketplace
- Open Command Palette (
Cmd+Shift+P) - Run “Noted: Open Today’s Note”
- Start writing!
Your First Note
The easiest way to start is to create today’s note:
1
Press: Cmd+Shift+N (or Ctrl+Shift+N on Windows/Linux)
This opens (or creates) a note for today with the path:
1
Notes/2024/10-October/2024-10-23.txt
Your notes are automatically organized by year and month - no manual folder management required!
Accessing Commands
All Noted features are accessible via the Command Palette:
1
2
3
Press: Cmd+Shift+P (or Ctrl+Shift+P on Windows/Linux)
Type: "Noted"
Select: Your desired command
Optional: Set Up Keyboard Shortcuts
You can configure custom keyboard shortcuts in VS Code:
File > Preferences > Keyboard Shortcuts(orCmd+K Cmd+S)- Search for “Noted”
- Assign your preferred shortcuts
Built-in shortcuts (v1.34.0):
Cmd+Shift+N- Open Today’s NoteCmd+Shift+T- Insert TimestampCmd+Shift+F- Search NotesCmd+Shift+C- Show CalendarCmd+Shift+G- Show Graph ViewDelete/Backspace- Delete selected note (in tree view)Cmd+Shift+Delete- Delete currently open note (in editor)
Configuration
Customize Noted in VS Code Settings (Cmd+,):
- noted.notesFolder: Folder name for notes (default: “Notes”)
- noted.fileFormat: Use “txt” or “md” files (default: “txt”)
- noted.tagAutoComplete: Enable tag autocomplete (default: true)
- noted.autoBacklinks: Auto-append backlinks sections (default: true)
Next Steps
- Learn about Wiki-Style Links to connect your notes
- Explore Templates for structured note-taking
- Master Advanced Search to find anything quickly
- Visualize connections with Graph View
Happy note-taking! 📝
This post is licensed under CC BY 4.0 by the author.