feat: insert footnote at end of word#52
feat: insert footnote at end of word#52chrisgrieser wants to merge 2 commits intoMichaBrugger:masterfrom
Conversation
|
Huge thanks for writing this, I'll work on merging it! I'm not super familiar with Obsidian's API, and have been waiting to make changes until after the Obsidian devs finish adding features around footnotes so I can utilize them in the plugin. Have there been any API changes that would let the plugin trigger the new native footnote creation popup? |
|
I am not aware of any new footnote-related APIs. While the footnote popup is an improvement, I do find it still lacking in comparison to this plugin (no easy way of navigating, etc.). Also, I assume using a popup window would require a significant rewrite of the plugin, which would probably be a whole different issue not necessarily related to this PR in particular. |
|
Gotcha, no problem. I also found the footnote popup to be rather annoying and glitchy, especially if your cursor inadvertently gets stuck in the popup instead of the document. |
9bea606 to
22fcaee
Compare
Similar to #25, addresses the problem outlined in #23.
Differences to #25: