You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be able to export only some folders from Obsidian to TW.
Maybe we could have a tree component to select files and folders from the current Obsidian directory and export only this to TW.
One problem would be that it could potentially create a lot of broken links. For this we could count broken links and warn the user before export that there will be n broken links and that we will replace them with only the text.
The text was updated successfully, but these errors were encountered:
Maybe we could propose multiple solutions in case of broken links :
Deactivate links in exported TW file
Let them as is, they will point to new Tiddlers once imported in TiddlyWiki (or existing ones if they happen to match the name of the link)
Traverse recursively the chain of links like a search engine and export all the tree instead of the initial selection (complex to implement by would preserver every link)
We want to be able to export only some folders from Obsidian to TW.
Maybe we could have a tree component to select files and folders from the current Obsidian directory and export only this to TW.
One problem would be that it could potentially create a lot of broken links. For this we could count broken links and warn the user before export that there will be n broken links and that we will replace them with only the text.
The text was updated successfully, but these errors were encountered: