This is an Espanso package to help with converting quotes into smart quotes. I created the file when I realized I had extensions or plugins in multiple apps meant to assist with these conversions. It is inspired by the Smart Typography plugin for Obsidian by mgmeyers.
NOTE: The pipe character is the cursor position.
| Trigger | Replacement | Character |
|---|---|---|
| ," | “$|$” | smart quotes |
| ,' | ‘$|$’ | single smart quote |
| '' | ’ | unicode apostrophe |
| ,n | – | en dash |
| ,m | — | em dash |
| ... | … | ellipsis |
| << | « | open guillemet |
| >> | » | close guillemet |
| <- | ← | left arrow |
| -> | → | right arrow |
| <= | ≤ | less than or equal to |
| >= | ≥ | greater than or equal to |
| /= | ≠ | not equal |