Send grave accent?

Discussion, questions and support.
Post Reply
izeppelin
Posts: 5
Joined: Mar 14th, ’21, 21:55

Post by izeppelin » Feb 11th, ’22, 09:24

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!
User avatar
Marko
Posts: 1925
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Feb 11th, ’22, 09:31

Escaping the escape character works for me:
`````` shows three characters.
kmaustral
Posts: 4
Joined: Jun 22nd, ’22, 02:49

Post by kmaustral » Sep 10th, ’23, 22:12

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?
kmaustral
Posts: 4
Joined: Jun 22nd, ’22, 02:49

Post by kmaustral » Sep 10th, ’23, 22:17

For future reference, I found this works better if "Use clipboard" is selected.
Post Reply