Page 1 of 1

Send grave accent?

Posted: Feb 11th, ’22, 09:24
by izeppelin
Hi folks!

I'm trying to create a macro that sends ```cursor here``` however, since ` is an escape character it's not allowing me to send it directly. I've tried escaping the escape character but I simply can't send all three.

This is to simplify markdown syntax :)

Thanks!

Re: Send grave accent?

Posted: Feb 11th, ’22, 09:31
by Marko
Escaping the escape character works for me:
`````` shows three characters.

Re: Send grave accent?

Posted: Sep 10th, ’23, 22:12
by kmaustral
Thanks for the advice. This works, but it leaves an excess of grave accents below:

```
```

I'm using this in Obsidian. Did you find the same issue?

Re: Send grave accent?

Posted: Sep 10th, ’23, 22:17
by kmaustral
For future reference, I found this works better if "Use clipboard" is selected.