-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin activates on Ctrl + V even after the hotkey is changed to something else #25
Comments
Pretty sure the project has been abandoned. I'm gonna ask someone on the Discord's #plugin-dev channel to see if they can take over. Shouldn't be too much to take care of. Also, that gif of yours was super pretty, what did you use for it? |
That'll be cool!
Aw thanks! I use ShareX to take the gif and upload it to imgur; and I use Crealesson to show keyboard and mouse activities on screen. |
May I suggest using Mod-K Mod-V instead of this plugin? I'm not sure if Mod-K is Obsidian's default binding for "Insert Markdown link", it might just be what I've personally set it to, but if you use that command (i.e. Insert Markdown link) followed by pasting, then the selected text will become a link and the cursor will be positioned just right to paste in the URL. |
Hi @pjeby, thanks for the suggestion. Is Anyways, I currently use this script below and I use the Hotkeys for templates plugin to trigger this Templater script with
Above script is barebones because I can't figure out how to process ~welp |
Mod is Obsidian's official way of describing "Control on PC / Cmd on Mac". So, Ctrl-K, Ctrl-V does the equivalent of this plugin (on PC), or Cmd-K, Cmd-V on Mac. |
Oh I see, I didn't know that! Yea welp |
Issue / Actual Behavior
I changed the hotkey from
Ctrl + V
toCtrl + Shift + V
. WhileCtrl + Shift + V
now activates the plugin,Ctrl + V
also activates the plugin.Expected Behaviour
After changing the hotkey from
Ctrl + V
toCtrl + Shift + V
,Ctrl + V
should paste as normal and not activate the plugin.Steps to Reproduce the problem
Ctrl + Shift + V
[word](url)
instead of justurl
.Specifications
Plugin Version: 1.6.0
Obsidian Version: 0.12.5
Note
It looks like this issue was noted here... But the issue still persists
The text was updated successfully, but these errors were encountered: