Closed jonathan-s closed 3 years ago
I've symlinked my blog entries to obsidian. It would be good if it worked there to. There seems to be some hiccup in terms of how images are supposed to be linked with pelican.
Internal links seems to look like this: https://docs.getpelican.com/en/stable/content.html#deprecated-internal-link-syntax
Given that internal links use [[ ]] in obsidian find out if it's possible to write a plugin to transform the former to the latter.
[[ ]]
Similarly parse out links that contain images and add static to that as well, or transform to full link.
Closed with the plugin https://github.com/jonathan-s/pelican-obsidian
I've symlinked my blog entries to obsidian. It would be good if it worked there to. There seems to be some hiccup in terms of how images are supposed to be linked with pelican.
Internal links seems to look like this: https://docs.getpelican.com/en/stable/content.html#deprecated-internal-link-syntax
Given that internal links use
[[ ]]
in obsidian find out if it's possible to write a plugin to transform the former to the latter.Similarly parse out links that contain images and add static to that as well, or transform to full link.