@danielsantos I might be missing something here, but linking to posts is possible using Markdown syntax like this:
[About Wednesday](https://danielsantos.micro.blog/2022/12/11/my-personal-view.html)
Which will render this link About Wednesday.
@sod Iām aware of markdown syntax. My mistake, I didnāt explain it well. I was thinking something more in the likes of [[wikilinks]], so if I wrote [[My personal view on Netflixās Wednesday]] it would automatically link to the URL.
The upside would be not having to remember the URL. The downside is that I know Hugo and other SSGs donāt support wikilinks out of the box. As for the digital gardening part, [[wikilinks]] are bi-directional, so if I link to my post from one page, the linked post becomes aware that thereās a link to it somewhere else in the site. Quite like Obsidian.md and Logseq allowā¦
@danielsantos Okay, at least you're not the only one wanting wikilink-support in Hugo. Hopefully, it will arrive someday. š
Is the actual syntax important, or would [My personal view on Netflix's Wednesday]()
be acceptable? If so, and if you're okay with backlinks only being available to visitors with JavaScript enabled, it's quite possible to write a little Micro.blog plug-in for this.
@sod as interesting as a plug-in like that could be, I guess Iām actually after something that could mimic wikilinks flawlessly. Currently Iām taking notes with Logseq and using a plug-in which exports notes that I later publish with Hugo. There are two shortcodes I have in a theme to list ārelatedā, or ālinking hereā pages. Just donāt know whether it would be possible to use it in MBā¦