Hello everyone,
I created a personal theme for my architecture blog, and I do want to use footnotes on my posts. However, I believe I have not found a way for it yet.
I would like to do it by the simplest way for the current version. Something like the footnote from the Nurui template.
Anyone knows how that can be achieved?
If helps, my blog is
Hey @henri.xvz,
The example you linked to is done with the markdown card, typing “/markdown” in the editor will bring up a markdown editor for you. There’s an example here of how to add footnotes in markdown:
Example:
Here's a simple footnote,[^1] and here's a longer one.[^bignote]
[^1]: This is the first footnote.
[^bignote]: Here's one with multiple paragraphs and code.
Indent paragraphs to include them in the footnote.
1 Like
@henri.xvz here is a really clever implementation of footnotes (with a built-in popups option) built into a Ghost theme… it uses the same regular markup for footnotes in the editor as mentioned in this thread.
The code would be simple to drop into any other theme…