lggruspe / slipbox

A static site generator for Zettelkasten notes
https://lggruspe.github.io/slipbox
MIT License
56 stars 5 forks source link

Backlinks visible into notes ? #14

Open reyman opened 2 years ago

reyman commented 2 years ago

Hi, I see in code that you compute backlinks for every notes, is it possible to add "shortcode" or anything to include linked notes (not tagged notes) to page during generation ? Best regards !

lggruspe commented 2 years ago

Can you give an example of what you mean by shortcodes? Do you mean like a code that tells the generator to show the linked notes on the same page?

reyman commented 2 years ago

Yes, shortcode in hugo : https://gohugo.io/content-management/shortcodes/

In our case a shortcode to indicate to generator that we want to insert backlinks at generation could be :

{{< backlinks >}}

And to inject bibliography :

{{< bibliography >}}