Getting Started
Getting Started with Noted
Get up and running with Noted in just a few minutes.
Installation
From VS Code Marketplace
- Open VS Code
- Press
Cmd+Shift+X(orCtrl+Shift+Xon Windows/Linux) to open Extensions - Search for “Noted”
- Click Install on the extension by “jsonify”
From Command Line
1
code --install-extension jsonify.noted
First Steps
1. Create Your First Note
Press Cmd+Shift+P to open the Command Palette and search for:
1
Noted: Open Today's Note
Or use the keyboard shortcut: Cmd+Shift+N
This will create a note for today in the format: Notes/2024/10-October/2024-10-23.txt
2. Explore the Sidebar
Click the notebook icon in the Activity Bar (left sidebar) to see your notes organized by:
- Templates - Quick access to note templates
- Recent Notes - Your most recently edited notes
- Year/Month Folders - All notes organized chronologically
3. Try a Template
- Click the Templates section in the sidebar
- Choose a template type (Meeting, Research, Problem-Solution, or Quick)
- Enter a name for your note
- Start writing!
Essential Commands
Access all Noted commands via the Command Palette (Cmd+Shift+P or Ctrl+Shift+P) and type “Noted”:
| Command | Description |
|---|---|
| Noted: Open Today’s Note | Create or open today’s daily note |
| Noted: Insert Timestamp | Insert current time at cursor |
| Noted: Search Notes | Advanced search across all notes |
| Noted: Quick Switcher | Quick access to recent notes |
| Noted: Show Calendar | Open calendar view |
| Noted: Show Graph | Visualize note connections |
Setting Up Keyboard Shortcuts
Noted doesn’t include default keyboard shortcuts, but you can easily set up your own:
- Open
File > Preferences > Keyboard Shortcuts(orCmd+K Cmd+S) - Search for “Noted”
- Click the
+icon next to any command to assign a shortcut - Enter your preferred key combination
Suggested shortcuts:
Cmd+Shift+N- Open Today’s NoteCmd+Shift+T- Insert TimestampCmd+Shift+F- Search NotesCmd+Shift+C- Show CalendarCmd+Shift+G- Show Graph
Configuration
Customize Your Setup
Open VS Code Settings (Cmd+,) and search for “Noted” to configure:
- Notes Folder: Default is “Notes” (change to any folder name)
- File Format: Choose between
.txtor.mdfiles - Tag Autocomplete: Enable/disable tag suggestions
- Auto Backlinks: Automatically append backlinks sections to notes
Recommended Settings
For the best experience, we recommend:
1
2
3
4
5
{
"noted.fileFormat": "md",
"noted.tagAutoComplete": true,
"noted.autoBacklinks": true
}
Quick Workflows
Daily Standup Notes
- Use Command Palette → “Noted: Open Today’s Note”
- Add
#standuptag - Use template variables for structure
- Link to project notes with
[[project-name]]
Meeting Minutes
- Open Command Palette → “Noted: Open with Template”
- Choose “Meeting” template
- Fill in attendees, agenda, and action items
- Tag with
#meeting #project-name - Link to related notes
Research & Documentation
- Create a note for your research topic
- Use
#researchtags - Link to related findings with
[[note-name]] - Embed important sections with
![[note#section]] - View connections in the Graph View
Next Steps
Now that you’re set up, explore these features:
- Wiki-Style Links - Connect related notes
- Tags - Organize and filter your notes
- Templates - Create custom templates
- Graph View - Visualize your knowledge network
- Search - Master advanced search filters
Need Help?
- Documentation: Browse the Features section
- Issues: Report bugs on GitHub Issues
- Discussions: Ask questions in GitHub Discussions
Happy note-taking! 🎉