Skip to content

group multiple notes by text content instead of name #62

Description

@sia1984

If I do the following:

text1[(footnote)]
text2[(footnote)]
text3[(footnote)]

it gets rendered as

[1] footnote
[2] footnote
[3] footnote

but when I do the following:

text1[(fn>footnote)]
text2[(fn)]
text3[(fn)]

It gets grouped properly:

[1,2,3] footnote

Can the plugin please allow referencing footnotes by content in addition to their name?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions