cMenu-Plugin
cMenu-Plugin copied to clipboard
[Bug] Not Correct Position Of Cursor After Insertion
for the following commands the cursor position is not righ
- bold if there is no selection is like this: ^**** (^: cursor position)
- code
if no selection, it is like: ^`` (it should be
^, ready to get the text in code) - wikilinks if no selection [[]^] instead of [[^]]
- 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