Closed mononoken closed 11 months ago
I want to implement creating links to other notes easily for user's like this:
### Kiri "Yes, I'm very sweet." (mimicked from [[Jester]])
In this block, [[Jester]] would create a link to the note that has the name Jester. This would allow users to easily link previous notes together.
[[Jester]]
Jester
I think this should be accomplishable be just extending the parser from Redcarpet.
This may already have been implemented in this SO post: https://stackoverflow.com/questions/75471825/redcarpet-gem-renderer-that-makes-links-out-of-blocks
2c152678160a844e7f6f3cd73315dafca44c2eca merges this Redcarpet patch
I want to implement creating links to other notes easily for user's like this:
In this block,
[[Jester]]
would create a link to the note that has the nameJester
. This would allow users to easily link previous notes together.I think this should be accomplishable be just extending the parser from Redcarpet.
This may already have been implemented in this SO post: https://stackoverflow.com/questions/75471825/redcarpet-gem-renderer-that-makes-links-out-of-blocks