Open UlisseMini opened 2 years ago
So sorry for the delay. Haven't had as much time lately to put toward this project.
I'm definitely open for a change to support this and would be happy for you to take a crack at it. We can track in this repo, but yes, the changes would need to be made in the lower-level projects:
Wanting to flag that we did a wiki link parser specifically for Obsidian style links here that was inspired by @landakram work here in this repo: https://github.com/flowershow/remark-wiki-link-plus
(at the time we forked because needs seemed quite a lot simpler and we needed it quite quickly)
If you're still looking for a solution to the ![[Example.jpg]]
usage of this - I made a simple remark plugin that does it and works with Astro's parsing and image generation for turning an obsidian vault into a Starlight site for my Dnd campaign.
Let me know if this helps you at all :D this is very thrown together so any feedback is appreciated :D
@ChildishhAlbino great and i note that https://github.com/datopian/remark-wiki-link-plus is a remark plugin and already supports ![[Example.jpg]]
(if you want to converge efforts)
@rufuspollock thanks for pointing that out. I'll take a look but will have to see if it supports the same types of configuration options as this plugin.
Any update on this?
Is the datopian
library still maintained as a stand-alone library outside of Flowershow
? Its README indicates that it is not.
Obsidian has a
![[resource]]
syntax for embedding things (usually images). I need this for my project since I want to support compiling any obsidian vault to html.I'd be happy to PR this here & to micromark-extension-wiki-link when I've got time but I'd like to know if this is wanted/how you think it should be implemented first. Thanks!
PS: Not sure if this is the right place for this issue, maybe here would be better?