I would like for Quartz to support Obsidian’s inline footnotes. I figure I can do this using an existing plugin for remark, a tool that does markdown to markdown transformations with the help of Quartz documentation.
What I did
Create a new transformer inlinefootnotes.ts
in the /plugins/transformers
directory.
Ran these commands
npm install remark-footnotes-extra