2022-10-17
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 JSON to display it on the client side.
Letter to Mr. Alexander Obenauer on 2022-10-12
Better Obsidian
- Found reorx/obsidian-paste-image-rename: Rename pasted images and all the other attachments added to the vault, but it did not support Hex or UUID mode.
hex6 → C918DA
uuid → 78bc209d-cade-4316-823c-a25401bfc659
- I added the functionality and made a PR. add hex6 and uuid #23