Note

md
Ready
Enjoying Notingly?
Feedback? notingly [at] gmail [dot] com
Notingly

Local-first. Privacy-focused. Always yours.

Your notes live in your browser β€” no account, no cloud, no tracking. Write in Markdown or Rich Text, stay organized, and keep full ownership of your data.

Free
  • Unlimited notes
  • Markdown & Rich Text (RTF)
  • Search, tags & saved searches
  • Spaces β€” save & load zip archives
  • Slash commands & keyboard shortcuts
  • Split & merge notes
  • Code blocks with syntax highlighting
  • Themes, typefaces & density
  • Focus mode, reading mode & full screen
  • Writing streaks & milestones
  • Auto-save, import & export
Pro
  • Wiki links & backlinks Pro
  • Graph view Pro
  • Note snapshots & version restore Pro
  • Built-in templates Pro
  • Pomodoro focus timer Pro
  • Ambient white noise Pro
  • LLM token estimator Pro
User Guide

Everything you need to know about Notingly.

What is Notingly?

Notingly is a local-first, privacy-focused writing app. Your notes are stored entirely in your browser β€” no account required, nothing sent to a server. It works offline and is built for speed, focus, and ownership of your own data.

You can write in Markdown (live-rendered syntax) or Rich Text (WYSIWYG), organize notes with tags and spaces, and unlock advanced features with a Pro subscription.

Note formats

Every note has a format β€” Markdown (.md) or Rich Text (.rtf) β€” shown as a badge next to its name in the sidebar. The format is set when the note is created and determines how it's edited and saved to disk.

Markdown .md

Formatting renders live as you type using lightweight syntax. **bold**, *italic*, # Heading, - list, `code`. Switch to View β†’ Raw markdown mode to edit the raw source. Great for portability β€” opens in any text editor.

Rich Text .rtf

A WYSIWYG editor β€” click toolbar buttons to apply formatting visually. No syntax required. Saves as a standard .rtf file readable by Word, TextEdit, Pages, and most editors. Use auto-list triggers: type - for a bullet list or 1. for a numbered list.

Creating notes

Click the + button at the top of the sidebar and choose New .md or New .rtf. You can also use File β†’ New .md / New .rtf from the menu bar.

You can also open an existing file from disk β€” Notingly detects the format automatically from the file extension (.md, .rtf, .txt, .html).

Quick note from a URL: append ?new=1&title=My+Title&body=Content to the Notingly URL to instantly create a pre-filled note. Useful for browser bookmarklets.

The editor

Click any note in the sidebar to open it. The editor takes up the main area β€” just start typing.

  • Markdown β€” formatting renders live. Bold, italic, headings, code, tables, checkboxes, and blockquotes all render as you type.
  • Rich Text β€” formatting is applied immediately using the toolbar or keyboard shortcuts. Enter creates a new paragraph; in a list, pressing Enter twice exits the list.
  • Read-only lock β€” click the lock icon in the note header or sidebar to prevent accidental edits. The editor becomes non-interactive until unlocked.
  • Auto-save β€” every keystroke is saved automatically. The status bar shows "Saved just now" after each change.

Toolbar & menus

The formatting toolbar sits above the editor. It shows context-appropriate buttons for the active note format β€” headings, bold, italic, lists, links, code, tables, and more.

The menu bar (File, Edit, View, Tools, Help) lives at the top of the app. On mobile, menus are shown as compact icons.

Ctrl/Cmd+BBold
Ctrl/Cmd+IItalic
Ctrl/Cmd+ZUndo
Ctrl/Cmd+Shift+ZRedo

Slash commands

Type / anywhere in the editor to open the slash command menu. It works in both Markdown and Rich Text notes.

/h1Heading 1
/h2Heading 2
/ulBullet list
/olNumbered list
/codeCode block
/tableTable
/quoteBlockquote
/hrDivider
/linkInsert link
/imgInsert image

Keyboard shortcuts

Ctrl/Cmd+NNew Markdown note
Ctrl/Cmd+SSave note to disk
Ctrl/Cmd+OOpen file
Ctrl/Cmd+PPrint
Ctrl/Cmd+FFind in note
Ctrl/Cmd+HFind & replace
Ctrl/Cmd+KCommand palette
Ctrl/Cmd+JQuick switch notes
Ctrl/Cmd+ASelect all
Ctrl/Cmd+Shift+SSave as…

Navigation pane

The left sidebar lists all your notes. Each row shows the note name, format badge, last-modified time, tags, and checklist progress. Notes can be sorted by name, date modified, or date created from the sort controls at the top.

  • Star β€” mark a note as important. Filter to starred notes with the β˜… button.
  • Lock β€” toggle read-only mode on a note directly from the sidebar or the note header.
  • Pin β€” keep a note at the top of the list regardless of sort order.
  • Drag to reorder β€” drag notes to arrange them manually (when sort is set to manual).
  • Trash β€” soft-delete a note. Trashed notes are accessible via View β†’ Trash and can be restored.
  • Collapse β€” click the sidebar toggle to collapse the navigation pane and give the editor full width.

Tags

Add tags to any note from the tag area in the note header. Tags support nested hierarchies using / separators β€” for example, work/meetings or projects/2025/q1.

Tags appear in the sidebar below the note list. Click any tag to filter to notes with that tag. Click a parent tag to see all notes in that branch. The chevron expands or collapses a tag's children.

Use Tools β†’ Tag manager to rename or delete tags across all notes at once.

Batch actions

Check the checkbox on any note row to enter batch selection mode. A panel appears with actions that apply to all selected notes at once.

  • Select all visible β€” selects every note currently shown in the list.
  • Apply tags β€” add tags to all selected notes.
  • Move to trash β€” trash all selected notes at once.
  • Restore β€” restore selected trashed notes.
  • Export β€” download selected notes as individual files in a zip.

Click the Γ— in the batch panel or collapse the sidebar to exit batch mode.

Spaces

A space is a named collection of notes β€” think of it as a project or workspace. Your current space name is shown at the bottom of the sidebar and can be renamed by clicking it.

  • File β†’ New space β€” start a fresh empty space.
  • File β†’ Open space… β€” load a previously saved space from a zip archive.
  • File β†’ Save space as… β€” export your entire space (all notes) as a zip archive. Use this as your primary backup.

Spaces are stored independently β€” switching to a new space does not delete the current one; it replaces what's loaded in memory. Always save your space before opening a different one.

Import

Use File β†’ Open… to import a file from disk. Supported formats:

.mdMarkdown note
.rtfRich Text note
.txtImported as Markdown
.htmlImported as Rich Text

Use File β†’ Open space… to import a full space zip archive (previously exported from Notingly).

Export & save

  • File β†’ Save (Ctrl/Cmd+S) β€” saves the active note to disk in its native format (.md or .rtf).
  • File β†’ Save as… β€” save with a custom filename.
  • File β†’ Save space as… β€” export all notes as a zip archive. The recommended way to back up your work.
  • File β†’ Print β€” print the active note or save it as a PDF via your browser's print dialog.
  • Batch export β€” select multiple notes and use the batch panel to export them together.

Templates Pro

Create a new note from a built-in template via File β†’ New from template…. Templates provide pre-structured content for common workflows β€” meeting notes, daily journal, project brief, and more.

Templates are available on Pro plans.

Split & merge

Tools β†’ Split by headings splits the active note into separate notes at each heading β€” useful for breaking up long documents. Each heading becomes the title of a new note.

Tools β†’ Merge notes combines multiple selected notes into one. The merge dialog lets you choose the order and a title for the merged result.

Snapshots Pro

Snapshots are saved versions of a note you can restore at any time. Open them via Tools β†’ Note snapshot.

  • Manual snapshots β€” click "Take snapshot" to save the current state of the note.
  • Auto-snapshots β€” configure a periodic auto-save interval in Edit β†’ Settings β†’ Behavior. Notingly will automatically snapshot the active note on that schedule.
  • Restore β€” clicking a snapshot replaces the current note content with that version. The previous content is preserved as a new snapshot before restoring.

Snapshots are available on Pro plans.

Find & replace

Ctrl/Cmd+F opens the Find bar to search within the active note. Matches are highlighted as you type.

Ctrl/Cmd+H opens Find & Replace β€” type the search term and a replacement, then replace one match at a time or all at once.

Document stats

Open Tools β†’ Document statistics (or click the word count in the status bar) to see a detailed breakdown of the active note: word count, character count, paragraphs, sentences, unique words, average word length, estimated reading time, and current writing streak.

LLM token count Pro

Open Tools β†’ LLM token count to estimate how many tokens the active note would consume when passed to an AI model. Shows estimates for GPT-4/GPT-5, Claude, Llama, and Gemini. Useful for staying within context window limits.

Available on Pro plans.

Pomodoro timer Pro

Enable the Pomodoro timer from Tools β†’ Pomodoro timer. It adds a countdown in the toolbar and plays a chime when time is up. Configure work session length and break intervals in Edit β†’ Settings.

Available on Pro plans.

Graph view Pro

Open View β†’ Graph view to see a visual map of your note network. Nodes represent notes; edges represent wiki links between them. Click a node to open that note. Drag nodes to rearrange the graph layout.

The graph is a great way to discover connections and gaps in your notes. Available on Pro plans.

Focus & reading mode

  • Reading mode (View β†’ Reading mode) β€” renders the note without any editor chrome. Ideal for reviewing formatted content.
  • Focus mode (View β†’ Focus mode) β€” hides the sidebar and toolbar, leaving only the editor. The cleanest writing surface.
  • Full screen (View β†’ Full screen mode) β€” expands the browser window to fill the screen.
  • Reading rail β€” shows a vertical progress indicator on the right edge of the editor in reading mode.

Ambient sound Pro

Enable white noise or ambient audio from Tools β†’ White noise. Several sound environments are available. Volume is adjustable from the Tools menu. Ambient sound plays as long as the tab is open and active.

Available on Pro plans.

Appearance & settings

Open Edit β†’ Settings to customize every aspect of Notingly.

Appearance

Light, dark, or system theme. Accent colour. Canvas texture. UI density (compact / default / relaxed).

Typography

Choose a typeface (serif, sans-serif, monospace, or custom). Adjust font scale, line height, letter spacing, and writing direction (LTR / RTL).

Behaviour

Word wrap, spell check, proofing underlines, auto-snapshot interval, writing streak display, mood pulse, and key sounds.

Account & Pro

Notingly works without an account β€” your notes stay in local browser storage. Creating an account lets you manage a Pro subscription.

  • Sign up / Sign in β€” via email or Google OAuth from the account button in the menu bar.
  • Pro β€” unlocks wiki links, graph view, snapshots, templates, Pomodoro, ambient sound, and LLM token count. Available monthly ($2/mo) or annually ($20/yr).
  • Manage subscription β€” open File β†’ Account to upgrade, change plan, or cancel. Cancellation takes effect at the end of the billing period.

Privacy & data

Notingly is local-first. Your notes are stored in your browser's local storage and are never sent to any server. No note content is ever transmitted or stored remotely.

If you use an account, only your email address and subscription status are stored on our servers. Nothing you write leaves your device.

Important: Browser local storage can be cleared by the browser or when clearing site data. Export your space regularly using File β†’ Save space as… β€” especially before clearing browser data, switching browsers, or getting a new device.
FAQ

Frequently asked questions about Notingly.

What data do you collect?

Almost none. If you create an account, we store your login name and email address β€” that's it. In anonymous mode, we collect nothing personal whatsoever. We do receive standard web traffic logs (page requests, browser type) that any web server generates, but these are not tied to your identity and are not used for advertising or profiling.

Your notes are never sent to our servers under any circumstances.

Do you store my notes on your servers?

No. Your notes live entirely in your browser's local storage. Nothing you write is ever transmitted to or stored on Notingly's servers. This is a core design principle β€” local-first means your data is yours, on your device, under your control.

Use File β†’ Save space as… to export a zip backup to your own disk at any time.

How much does Notingly cost?
Anonymous
Free, forever. No account needed. Full note-taking with no sign-in.
Starter
Free with an account. Adds cloud-backed login so your plan persists across devices.
Pro β€” monthly
$2 / month. Unlocks wiki links, graph view, note snapshots, templates, Pomodoro timer, ambient sound, and LLM token estimator.
Pro β€” annual
$20 / year (save ~17%). Same Pro features, billed once a year.
Do you offer refunds?

Not at this time. Because Notingly is a subscription product with instant access to all Pro features, we're unable to offer refunds once a billing period has started. If you're unsure whether Pro is right for you, try the free Starter plan first β€” it gives you a good feel for the app before committing.

Can I export or back up my notes?

Yes. Go to File β†’ Save space as… to download a zip archive of your entire space, including all notes in their original .md or .rtf formats. You can also save individual notes via File β†’ Save as…. Exported files are standard formats readable by any text editor.

What happens if I clear my browser data?

Your notes will be deleted along with all other browser storage for this site. This is the trade-off of local-first storage. Export a backup regularly using File β†’ Save space as… β€” especially before clearing site data, switching browsers, or getting a new device.

Does Notingly work offline?

Yes. Once the page has loaded, Notingly works completely offline. All reading, writing, search, and formatting features function without an internet connection. An internet connection is only required to load the app initially and to manage your Pro subscription.

What's the difference between Markdown and Rich Text notes?

Markdown (.md) notes render formatting as you type using lightweight syntax β€” **bold**, # Heading, - list, and so on. Great for structured writing and notes you want to open in other apps.

Rich Text (.rtf) notes use a visual WYSIWYG editor β€” click toolbar buttons to apply formatting without any syntax. Saves as a standard .rtf file compatible with Word, TextEdit, and most editors.

Can I cancel my Pro subscription?

Yes, you can cancel at any time from File β†’ Account. After cancelling, your subscription remains active until the end of the current billing period. You'll then revert to the Starter plan and retain access to all your notes β€” only Pro-exclusive features will be gated.

Document statistics
Words0
Characters0
Characters (no spaces) 0
Paragraphs0
Sentences0
Lines0
Unique words0
Average word length0.0
Estimated reading time0 min
Writing streak0 days
LLM Token Count
GPT-5 0
Claude 0
Llama 0
Gemini 0
Settings

Appearance

Mode
Theme
Density
Show intro screen on new space
Show tooltips

Typography

Typeface
Scale

Writing

Flow
Command palette
Live counters
Reading rail
Reading width
Proofing
Underline typos
Smart tab

Snapshots PRO

Auto-snapshot interval

Fun

Writing streak
Milestone confetti
Mood color pulse
Find and replace
No search yet.
Note snapshot
Merge notes
Select two or more notes to merge into a new note.
Tag manager
New from template
Graph view
Notes and tags connected by wiki links and tag references.
Insert Emoji

Shortcut: macOS Control + Command + Space or Windows Win + .

Start New Space

This will clear this app's saved browser data and start a fresh empty space.

Import Notes

New Space β€” deletes all existing notes and imports from the selected source.
Add to Space β€” imports notes alongside your existing ones.

Notingly

Choose how you write.

Sign in

Sign in or create an account with us.

or
U
user@example.com
Starter