Skip to content

Ability to reference same footnote multiple times #12

Open
@StephanMeijer

Description

@StephanMeijer

In many standards, such as several1 Markdown1 flavors1 and OOXML it is possible to reference the same footnote multiple times.

I would like to be able to do this also within Tiptap using your extension.

  • There could be a command created to reference an existing footnote.2
  • Creating an HTML id attribute on the reference number would no longer be valid, as multiple references can have the same number.3

Footnotes

  1. https://www.markdownguide.org/extended-syntax/#footnotes 2 3

  2. https://github.com/buttondown/tiptap-footnotes/blob/main/package/src/footnotes/reference.ts#L113-L125

  3. https://github.com/buttondown/tiptap-footnotes/blob/main/package/src/footnotes/reference.ts#L69-L79

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions