cMenu-Plugin icon indicating copy to clipboard operation
cMenu-Plugin copied to clipboard

[Bug] Not Correct Position Of Cursor After Insertion

Open Archie-2021 opened this issue 3 years ago • 0 comments

for the following commands the cursor position is not righ

  1. bold if there is no selection is like this: ^**** (^: cursor position)
  2. code if no selection, it is like: ^`` (it should be ^, ready to get the text in code)
  3. wikilinks if no selection [[]^] instead of [[^]]
  4. markdown links for selection (this one is the only one with the issue if selection is true) it is like selection^ (instead of selection)

it is easy for me to make these with templater myself and add it to cMenu, but i like this plugin and it is a shame to see such a easy to fix defects in it thank you

Archie-2021 avatar Jun 10 '22 11:06 Archie-2021