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