221017
Warning
This post is more than a year old. Information may be outdated.
Academic Research
Personal Research
Backlinking for Aldehyde

Links to This Note feature is complete. Heavily inspired by Andy Matuschak.
I built Backlinking for Docusaurus! · Discussion #8217 · facebook/docusaurus
Thanks! I want Docusaurus to have this feature built-in 😃 To explain how it works, a python preprocessor will parse the document before building the site. This is necessary because I use
[[wikilink]]for interlinking, which Docusaurus does not support. I have another python script that converts wikilinks to docusaurus-recognizable markdown links. After that, the corresponding component will read the indexed backlink to display it on the client side.