Workspace
Notes
Create and organize markdown notes with a powerful editor.
Nomendex includes a full-featured markdown editor for capturing and organizing your thoughts.
Creating Notes
There are several ways to create a new note:
- Use the command palette
⌘Kand search for "Create New Note" - Click the + button in the notes browser
Daily Notes
Nomendex has built-in support for daily notes — perfect for journaling or daily standups:
| Command | Description |
|---|---|
| Open Today's Daily Note | Creates or opens today's note |
| Open Yesterday's Daily Note | Opens yesterday's note |
| Open Tomorrow's Daily Note | Opens tomorrow's note |
| Open Daily Note... | Pick any date from a calendar |
Daily notes are automatically named with the date format YYYY-MM-DD.md.
The Editor
Notes are written in markdown and rendered with a rich text editor powered by ProseMirror.
Supported Markdown
- Headings:
# H1,## H2,### H3 - Formatting:
**bold**,*italic*,~~strikethrough~~ - Lists:
-for unordered,1.for ordered,- [ ]for tasks - Tables: Full table support with keyboard navigation
- Links:
[[Note Name]]for wiki links,[text](url)for markdown links
Auto-save
Notes are automatically saved as you type. You'll never lose your work.
Wiki Links
Connect your notes with wiki links. Type [[ to open a search and find any note in your workspace. Select a note to insert a link.
Wiki links look like [[Note Name]] and automatically update if you rename the linked note.
Backlinks
Nomendex automatically tracks backlinks between notes. When you link to a note, that note knows about the connection. View backlinks to see all notes that reference the current note.
Organizing Notes
Folders
Notes can be organized into folders. Create folders directly from the notes browser to keep related notes together.
Tags
Tags can be applied to a note or used within a note using #tag. See Tags for more.
Note Commands
Access these from the command palette (⌘K):
| Command | Description |
|---|---|
| Create New Note | Create a note with a custom name |
| Notes | Open the notes browser |
| Save Current Note | Save the active note |
| Delete Current Note | Delete the active note |
| Rename Current Note | Rename the active note |
Table Editing
When editing tables, these shortcuts are available:
| Shortcut | Action |
|---|---|
Tab |
Move to next cell |
⇧Tab |
Move to previous cell |
⌘⇧→ |
Add column after |
⌘⇧← |
Add column before |
⌘⌥⌫ |
Delete column |
Enter |
Add row (when in last column) |
⌘⇧⌫ |
Delete row |