vincode-io / Zavala

A good, simple outliner for macOS, iPadOS, and iOS.
https://zavala.vincode.io
MIT License
339 stars 22 forks source link

Markdown conversion (export, copy, etc...) also converts the link URL #181

Closed vincode-io closed 6 months ago

vincode-io commented 2 years ago

Currently we convert link of a linked outline in an exported Markdown file to what it would be if it was exported into the same folder. This makes the assumption that the user wants to edit both outlines in Markdown now.

This might not be a valid assumption. It may be that the user wants to work on the exported Markdown outline in a different editor and the linked to outline in Zavala.

The solution to this would be to use zavala protocol in the exported Markdown link so that the user is then directed back to Zavala when the linked is clicked.

For users that want to export Markdown files in bulk, so that multiple outlines can be imported into a new editor, Shortcuts are a better solution. Using Regular Expressions with captures (the Shortcut Match action) the links could be converted. They could also then do them in bulk, either by exporting all outlines in Zavala or all match a Tag.

vincode-io commented 11 months ago

This should be bundled with the work for #204.