- What are all the ways I can copy data out of Tana?Sep 26, 2024
Copy-paste in Tana
There are many ways to copy and paste content in and out of Tana
Documentation
Copy
Go here to read about all the ways you can copy in Tana.
Paste
Commands Paste as code / Paste code as ->
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.
Pasting from Google Sheets
Copy-pasting cells from a Google Sheet will appear as a table in Tana.
Pasting Tana Paste
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.
Related release notes
- ImprovedWe've improved pasting of lists. We've had several edge-cases related to ordering and indentation that should now work much better. If you are still experiencing paste results that look bad it would be very helpful if your bug report includes a reproducible case. The easiest way for us to fix it, is it you take your example and go to https://evercoder.github.io/clipboard-inspector/ and paste it in there, then copy the information from "text/plain" and "text/html". ()