generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
Description
Export Tana workspace to Markdown:
https://tana.inc/docs/workspaces#export-workspace
Use Obsidian's Markdown Importer.
I'd like to announce that I'm working on adding support for Tana to the obsidian-importer plugin. The code can be found here.
Right now I've only tested the plugin on my own notes; given that Tana is a complicated piece of software and the export format is not documented, I'm pretty sure that there are things which could be converted but aren't, or are converted incorrectly. Because of that, I'd like to get some more users to test the plugin; once it passes a bit more testing and I fix the reported issues, I'll open a PR with my contribution.
Instructions for testing:
- In Tana, go to your workspace node and select "Export workspace as JSON" in the ... menu.
- Create a new vault in Obsidian; enable community plugins.
- Unpack the attached archive obsidian-importer-1.6.12-tana-1.zip to the
.obsidian/pluginsdirectory of your vault. - Make sure the Importer plugin is enabled in Settings | Community plugins
- Run "Importer: Open importer" command and select "Tana (.json)" as the import format
- The
conversion-lognote will contain some debug information; please attach it when reporting issues.