mononoken / fae-scribe

0 stars 0 forks source link

Extend Redcarpet gem to render links with [[other note]] link syntax #61

Closed mononoken closed 11 months ago

mononoken commented 1 year 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.

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

mononoken commented 11 months ago

2c152678160a844e7f6f3cd73315dafca44c2eca merges this Redcarpet patch