Skip to content

feature: Render footnotes #241

@einarpersson

Description

@einarpersson

Is your feature request related to a problem? Please describe.

I use footnotes in my notes and it would be nice if it would be rendered by this wonderful plugin.

To quote this post:

For a little while now I’ve been using footnotes in Obsidian. I think they’re a bit of a “hidden feature”. They’re in the documentation, but for some reason I rarely see people use them.
...
[using footnotes] allows your ideas to flow out of you more naturally, and you don’t have to worry about restructuring your note to fit previous modes of thought.

Also note that Github now supports footnotes in their markdown, so this is not "just Obsidian".

It would be a great addition imho which shouldn't be too hard to implement, I think?

Thanks again for a great plugin!

Describe the solution you'd like

Sam[^1] is almost two years old.

## Footnotes
[^1]: Sam is my son 

should be rendered as

Sam⁽¹⁾ is almost two years old.

## Footnotes
⁽¹⁾: Sam is my son 

Paranthesis have to be used instead of brackets as (to my knowledge) you can't use brackets in superscript utf8 (or?). But I think paranthesis are alright.

Describe alternatives you've considered

Just having it as is.

Additional information

  • Perhaps there are some configuration options, but as a first step I propose just implementing the above.

  • Note that the main obstacle with footnotes is creating / formatting / maintaining them, but this is not the scope of this plugin. There are other plugins that can help with that.

  • Note: Only caret symbols [^....] should be rendered this way, as to not interfer with other things

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions