houminz / hugo-theme-cosmos

a hugo theme that represents the lifestyle of librabyte
https://hugo-theme-cosmos.netlify.app/docs
MIT License
2 stars 1 forks source link

bidirectional links implementation for hugo cosmos #27

Open houminz opened 1 year ago

houminz commented 1 year ago

bidirectional links is a popular concept for note taking and knowledge management in these days. Hugo cosmos is trying to implement its own bidirectional links system for the scene.

materials for bidirectional links

Hugo community is also talking about integrate bidirectional links into native hugo , but has no official solutions yet:

Hugo Quartz is a great theme that combine obsidian with hugo and inspired us a lot.

houminz commented 1 year ago

In my current opinion, bidirectional links consists of the following four parts

  1. translate [[wikilink style | format]] into html like markdown links
  2. add backlinks in each page for your hugo sites, see hugo-obsidian and related prs in hugo cosmos
  3. wikilink preview #21
  4. graph view for you digital garden #22