Tana lets you build a network of notes, and is designed to connect existing notes instead of creating duplicates.
Ctrl/Cmd+C/V - you may be used to using these copy-paste keyboard shortcuts to duplicate content, but in Tana this is used to create References.
In Tana, you can have mirror copies of nodes. These copies reference the original node, hence their name Reference, and are one and the same for all intents and purposes.
Editing one reference edits the original and thus every other reference of this node in Tana.
When you delete references, you're not deleting the original node, just the reference.
In addition to doing Ctrl/Cmd+C/V , you can also create a reference by typing @ and searching for the node you wan to reference.
If you want to make a duplicate of a node, you can open the command line (Cmd/Ctrl+K) and type Duplicate. This will create a copy of the node, not a reference (if you want to edit them separately for example).
Copies a link to the node, but also includes the ID and title of the node in HTML format. This is useful for sharing links e.g. in Slack, to see which node was shared.
Copies the selected content in plain text format, so it can be pasted into other apps. Should not be used for large selections of nodes, as the clipboard has limitations. Use Download as instead.
You can paste code from your clipboard via the "Paste as code" command, and it will be shown as a monospaced block. Select the language from the dropdown to get the correct syntax highlighting.
If you copy Tana Paste code and paste it in Tana, it will run a special process which will convert the Tana Paste code as Tana objects. Go here to read more about Tana Paste.
Only want to export parts of your workspace? Try these steps:
1. Open the nodes you want to export/download, either in a search node or inside a node
2. Select the nodes you want to download:
Put the cursor on the title node - this will export the title of nodes below/inside this (but not the content inside those)
Select nodes manually, or open command line (Ctrl/Cmd+K) -> Select children -> Enter (to select all the nodes) - this will include the content inside the nodes
3. Open command line (Ctrl/Cmd+K) and select one of these options:
Download as markdown to zip file
This will give you the nodes in .md format
Images/video files will not be included in the export, but there will be links to view/download them individually.
Download as markdown no field, no tags to zip file
Same as above, but not including supertags and fields (since they are Tana-specific concepts).
ImprovedCode blocks/paste as code: Language picker only shown on hover, and you can type to search. Highlighting updates when you edit. Button to copy code. ()
FixedPasting text to Tana from other apps will now keep the right order of paragraphs/lists ()
FixedWe no longer trim whitespace when copying text from Tana ()
ImprovedPasting Markdown (with correct mime-type) now at least *tries* to read the headers and make an outline from that. It also supports some **markdown** _formatting_ now. ()
You can download a selection of nodes (e.g. all tagged items or results in a search node) in markdown or Tana Paste with the Download as command in Ctrl/Cmd+K menu.