ArianaKhit / text-snippets-obsidian

Snippets plugin for obsidian
187 stars 23 forks source link

Using clipboard paste symbol $pst$ twice #58

Open ipxfer opened 1 year ago

ipxfer commented 1 year ago

It seems clipboard $pst$ variable gets cleared after first use. For example:

if clipboard has "asdf@gmail.com",

mailto2 : [$pst$](mailto:$pst$) results in

[asdf@gmail.com](mailto:$pst$)

daan-mxp commented 1 year ago

I, too, would love to see this fixed.

AlbiCamb commented 1 year ago

+1 would like to see this fixed.

My workaround is to use the $end$ variable to place the cursor in the place where I want to put the second paste, i.e.:

mailto2 : [$pst$](mailto:$end$)

Then use Shift+Ctrl/Cmd+V to manually paste, then tap the End/Fn+LArrow key to get back to the end of the line. It works, but I wish I didn't have to think about it!

flanpowered commented 8 months ago

Seems it's not fixed yet, this is way too useful for links :(

kazerniel commented 5 months ago

+1 vote for this, it would be super useful

tsgrissom commented 3 months ago

+1! Very much needed to make the most of this plugin.