obsidian-footnotes
obsidian-footnotes copied to clipboard
Autosuggest Cursor Placement
Currently, the Autosuggest places the cursor right before the end bracket after inserting a suggestion. This forces the user to have to use the arrow keys to move the cursor past the bracket.
Fixing this in code is kinda difficult due to some issues with how the EditorSuggest code works. If someone else would like to look into it, I would be happy to merge your PR.