Select a folder and create your first note to get started.
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
**Bold text**
→ Bold text
*Italic text*
→ Italic text
***Bold and italic***
→ Bold and italic
~~Crossed out~~
→ Crossed out
:smile:
→ 😄
:heart:
→ ❤️
:thumbs_up:
→ 👍
:rocket:
→ 🚀
:star:
→ ⭐
:warning:
→ ⚠️
- Item 1
- Item 2
- Nested item
1. First item
2. Second item
3. Third item
- [ ] Unchecked task
- [x] Completed task
[Link text](https://example.com)
[Link with title](https://example.com "Tooltip")


`inline code`
→ inline code
```javascript
function hello() {
console.log("Hello World!");
}
```
> This is a quote
> Multiple lines
> work too
| Header 1 | Header 2 |
|----------|----------|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
#work #personal #ideas
Use hashtags anywhere in your note to create clickable tags for organization.
[pin]
Add this at the beginning of your note to pin it to the top.
Click the folder icon in the header to select a directory where your notes will be stored. All notes are saved as Markdown files (.md) in your chosen folder. Your browser will remember this folder for future sessions.
.nomd uses the File System Access API, which is currently supported in Chrome, Edge, and other Chromium-based browsers. Make sure you're using a recent version for the best experience.
Your notes are stored directly on your computer in the folder you select. They're saved as standard Markdown (.md) files that you can open with any text editor or Markdown viewer.
Click the floating + button in the bottom-right corner or press Ctrl+Shift+N (or Cmd+Shift+N on Mac). This opens a fullscreen editor where you can write in Markdown.
Yes! When editing a note, you can click on the title in the modal header to edit it. The title will be used as the filename when saving. If no custom title is set, the first line or heading of your note will be used.
Markdown is a simple formatting syntax that lets you add structure to your text. Use # Heading
for headings, **bold**
for bold text, *italic*
for italics, [link](url)
for links, and much more!
In the note editor, click the edit/preview toggle button in the header or press Ctrl+E (or Cmd+E on Mac) to switch between edit mode (raw Markdown) and preview mode (rendered HTML).
Yes! Click the fullscreen button in the editor header to expand the editor to fill your entire screen. This is perfect for distraction-free writing.
Add tags anywhere in your notes using the hashtag format: #work
, #personal
, #ideas
. Tags are automatically detected and can be used to filter your notes.
Click the pin icon on any note card to pin it. Pinned notes appear in a separate section at the top. You can also add [pin]
at the beginning of your note content.
Absolutely! When you have notes with tags, filter buttons appear above your notes. Click any tag to show only notes containing that tag. Click again to remove the filter.
Use the search bar in the header to search across all your note content. Press Ctrl+F (or Cmd+F on Mac) to quickly focus the search bar.
You can search for any text within your notes - titles, content, tags, or any other text. The search is case-insensitive and searches across all notes instantly.
Yes! Click the theme toggle button in the header or press Ctrl+D to switch between dark and light themes. Your preference is saved automatically.
Each note card gets a unique gradient color automatically assigned to make your notes visually distinct and easier to identify at a glance.
Absolutely! .nomd runs entirely in your browser and never sends your notes to any server. All your notes stay on your computer in the folder you choose.
After the initial load, .nomd works completely offline. You can create, edit, and organize your notes without any internet connection.
Since your notes are stored as regular Markdown files on your computer, you can easily backup the entire folder using any backup solution you prefer.
# Large Heading
## Medium Heading
**Bold text**
*Italic text*
`Code snippet`
[Link text](https://example.com)
- Bullet point
1. Numbered list
> Blockquote
You can use emoji shortcuts like :smile:
→ 😄, :heart:
→ ❤️, or simple patterns like :)
→ 😊 to add visual flair to your notes.
Use a consistent tagging system (like #work, #personal, #project-name), create descriptive titles, and take advantage of the search functionality to quickly find what you need.
Start your notes with a descriptive heading using # Title
or write a clear first line. This becomes the note's display title in the card view.