* docs: new help built with vitepress. * docs: improve docs home ui Added a Go to Docs button on homepage Added a searchbar for directly searching what you are looking for in the docs * docs(help): wire up with build system & setup proper ci * Clean up new documentation (#10174) * Docs: Cleanup pass 1 Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> * docs: cleanup pass 2 Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> * docs: Fix vscode's manglement that I missed. Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> * Update docs/help/contents/plans-and-limits.md Co-authored-by: Abdullah Atta <thecodrr@protonmail.com> Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> * Update docs/help/contents/rich-text-editor/outline-lists.md Co-authored-by: Abdullah Atta <thecodrr@protonmail.com> Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> * docs: Remove self-hosting guide from sidebar, and comments for reviewer. Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> --------- Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> Co-authored-by: Abdullah Atta <thecodrr@protonmail.com> * docs: some fixes * ci: do not publish help on push * docs(help): improve regional pricing & free trials * docs: improve sidebar * docs: some more fixes after re-review * docs: improve search and nav * docs: a few more fixes * docs: fix tabs formatting compat with prettier * docs: fix tabs formatting in various places * docs: show correct plus button image for mobile * docs: disable notesnook self hosting docs * docs: update help docs with fixes --------- Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net> Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co> Co-authored-by: Chloe Oletto <NeedsChloesure@riseup.net> Co-authored-by: Abdullah Atta <thecodrr@protonmail.com>
11 KiB
title, pageTitle, description, keywords, schema
| title | pageTitle | description | keywords | schema | ||||
|---|---|---|---|---|---|---|---|---|
| Note actions | Every per-note action in Notesnook and where to find it | Pin, duplicate, print, copy, make read-only, or stop a single note from syncing — every per-note action in Notesnook, on desktop and mobile. |
|
howto |
What can I do with a single note?
Every note has a menu of actions on it. Right click a note on desktop or web, or press the
button on mobile. This page covers the actions that aren't documented elsewhere — making a note read-only, duplicating it, copying it, printing it, fixing its creation date, keeping it off sync, and seeing what links to it.
Open the note menu
:::tabs key:platform == Desktop/Web
- Right click a note in the list to open the
Note propertiesmenu.
Some of the same switches also live in the editor: open a note, then click {{properties}} in the action bar at the top right.
== Mobile
The sheet that opens holds every action for that note.
:::
Open a note in a new tab
Opening a note in a new tab puts it in its own editor tab instead of replacing whatever is already open, so you can keep two notes on the go at once.
:::tabs key:platform == Desktop/Web
- Right click the note.
- Click
{{openInNewTab}}. It is the first item in the note menu.
== Mobile
- Tap the
button on a note. - Tap the open-in-new icon at the top right of the properties sheet, beside the note's title.
The button only appears for notes, and it has no text label. On a phone, tapping it also takes you straight to the editor; on a tablet the note opens in a new tab beside the list you are already looking at.
:::
Unlink a note from all its notebooks
{{unlinkFromAll}} removes the note from every notebook it belongs to in one step, without deleting the note or the notebooks. It works on a multiple selection too.
:::tabs key:platform == Desktop/Web
- Right click the note, or select several notes and right click.
- Open
{{notebooks}}. - Click
{{unlinkFromAll}}.
The action only appears when at least one of the selected notes is already in a notebook.
== Mobile
There is no single action that unlinks a note from every notebook at once. Two ways round it:
- One note — tap the
button, tap {{addToNotebook}}, and unselect the notebooks one by one. - Several notes, one notebook — open the notebook, long press a note to start selecting, tap the rest, then tap
{{unlinkNotebook}}in the header. That removes every selected note from the notebook you are viewing. The action only appears while you are inside a notebook.
:::
Remove all tags from a note
{{removeFromAll}} strips every tag off the note. The tags themselves are not deleted — they stay in your tags list and on your other notes. It works on a multiple selection too.
:::tabs key:platform == Desktop/Web
- Right click the note, or select several notes and right click.
- Open
Tags. - Click
{{removeFromAll}}.
The action only appears when at least one of the selected notes already has a tag.
== Mobile
There is no single action that strips every tag at once, but tags can be removed from several notes together:
- Long press a note to start selecting, then tap the other notes you want.
- Tap
{{manageTags}}in the header. - Tap a tag that is currently applied to remove it from every selected note. Tap it again to put it back.
For a single note, tap the
button and {{addTags}} instead.
:::
Make a note read-only
{{readOnly}} locks the note against editing. The content stays visible and searchable — you cannot type into it. It is a toggle: turn it off and the note becomes editable again.
:::tabs key:platform == Desktop/Web
- Right click the note.
- Click
{{readOnly}}.
The editor's {{properties}} panel has the same {{readOnly}} switch, and it applies to any note tab that is already open.
== Mobile
:::
A read-only note shows a small pencil-lock icon in the notes list.
Duplicate a note
{{duplicate}} makes a full copy of the note — title, content and formatting — as a new, separate note. Editing the copy does not touch the original.
:::tabs key:platform == Desktop/Web
- Right click the note.
- Click
{{duplicate}}.
{{duplicate}} also works on a multiple selection: select several notes first and every one of them is copied.
== Mobile
A {{noteDuplicated}} toast confirms it.
:::
Copy a note's link
{{copyLink}} copies the note's internal nn:// link to the clipboard, so you can paste it into another note and have a working note link. On desktop and web the link is copied as plain text, HTML and Markdown at the same time, so pasting into an editor produces a proper link rather than raw text.
:::tabs key:platform == Desktop/Web
- Right click the note.
- Click
{{copyLink}}.
== Mobile
:::
Either way a {{linkCopied}} toast confirms it.
Copy a note as text or Markdown
This copies the note's content to the clipboard, not a link to it — for pasting into an email, a chat, or another app.
:::tabs key:platform == Desktop/Web
- Right click the note.
- Open
{{copyAs}}. - Choose
Textfor plain text, orMarkdownto keep headings, lists, bold and links as Markdown syntax.
A {{noteCopied}} toast confirms it.
== Mobile
Mobile copies the note as plain text. There is no Markdown option in the copy action — use {{export}} and pick Markdown if you need Markdown, or use {{share}} to hand the text to another app.
:::
If the note is in your private vault you'll be asked for your vault password first.
Print a note
:::tabs key:platform == Desktop/Web
- Right click the note.
- Click
{{print}}.
The note is rendered as a PDF and handed to your system print dialog, so you can send it to a printer or save it as a PDF file.
== Mobile
There is no print action on mobile. Press the
button, press {{export}}, choose PDF, and print or share the resulting file from there.
:::
Change a note's creation date
Useful after an import, when notes arrive stamped with the day you imported them rather than the day you wrote them.
:::tabs key:platform == Desktop/Web
- Open the note.
- Click
{{properties}}in the action bar at the top right. - Next to
{{createdAt}}, click the pencil icon. - In the
{{editCreationDate}}dialog set the{{date}}and{{time}}fields — the expected formats are shown under each field, and the calendar icon opens a day picker. - Click
{{save}}.
The creation date cannot be later than the note's last edited date. If you pick a later one, Notesnook refuses with {{creationDateCannotBeAfterLastEditedDate}}.
== Mobile
- Tap the
button on a note. - Scroll to the dates at the bottom of the properties sheet.
- Tap the date beside
Created at— it has a pencil icon after it. - Pick a date and time in the picker, then confirm.
The picker sets the date and the time together, and uses whichever 12- or 24-hour format you have set in your date and time settings. There is no separate save step — confirming the picker saves the change.
The picker won't let you choose anything later than the note's last edited date; those days are unselectable rather than rejected with an error.
:::
The pencil only appears on notes. Notebooks, tags and reminders show their dates read-only.
Keep a note off sync
{{syncOff}} marks a single note as local-only, independently of your global sync settings. It stays on the device you're using and stops syncing; future changes to it never leave that device.
::: warning This removes the note from your other devices
Turning {{syncOff}} on for a note deletes it from every other device you're signed in on, and any changes you make to it afterwards will not sync. This is exactly what the confirmation asks you: Prevent note from syncing. Make sure the device you're keeping it on is the one you want it on, and that you have a backup.
:::
:::tabs key:platform == Desktop/Web
- Right click the note.
- Click
{{syncOff}}. - Confirm
Prevent note from syncingwith{{yes}}.
Turning it off syncs the note again from that device. The editor {{properties}} panel carries the same switch, labelled {{disableSync}}. The action only appears when you're logged in.
== Mobile
The action only does anything when you're logged in.
:::
A local-only note shows a crossed-out sync icon in the notes list.
See what links to a note
{{references}} lists the notes on both sides of a note link: the ones this note links out to, and the ones that link back to it.
:::tabs key:platform == Desktop/Web
- Open the note.
- Click
{{properties}}in the action bar at the top right. - Switch between
{{linkedNotes}}and{{referencedIn}}at the top of the panel.
== Mobile
- Tap the
button on the note. - Tap
{{references}}. - Switch between the
{{linkedNotes}}and{{referencedIn}}tabs.
:::
See note links for what these lists contain and how to jump to an individual paragraph.
Related pages
- Note links — linking notes together and reading backlinks
- Expiring notes — have a note delete itself on a date you choose
- Export notes — saving notes as PDF, Markdown, HTML or text files
- Note version history — recovering an earlier version of a note
- Sync settings — the app-wide controls behind per-note
{{syncOff}} - Archive notes — moving a note out of the way without deleting it