borkdude / quickblog

Light-weight static blog engine for Clojure and babashka
https://blog.michielborkent.nl/
MIT License
173 stars 29 forks source link

Link to blog posts with `[[post-id]]` links #42

Closed jmglov closed 1 year ago

jmglov commented 1 year ago

When linking to other posts on the blog, you need to write out the links like this:

[Title of Test 2](test2.html)

It would be more convenient to be able to simply write [[test2]] (like a MediaWiki link) and have it expand to:

[Title of Test 2](test2.html)
jmglov commented 1 year ago

We decided not to support this because the minor improvement in convenience it brings makes the implementation a lot more complicated.