dwp-forge / refnotes

4 stars 6 forks source link

group multiple notes by text content instead of name #62

Open sia1984 opened 3 years ago

sia1984 commented 3 years ago

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?

dwp-forge commented 2 years ago

Just out of curiosity, what would be the use case where the syntax above would be preferred to the one below?

You could try to use DW footnotes, which are grouped based on the content. Actually, one of the reasons RefNotes was created is to avoid copy-pasting footnote text in case it's used multiple times.