StewCam
StewCam
Adding a space character works for me. However, I prefer to stick with `word: true` and add `$|$` at the end of the replacement text.
@shaneknysh Yes, although it does allow you to avoid that fight between backspace and undo!
@shaneknysh If you want to avoid the trailing space altogether you add `$` to your word separators and then enter your replacement text as ending in `$|`. On triggering with...
@shaneknysh Yes, but you should find that the replacement character (word separator) `$` will combine with the replacement text ending in `$|` to give you what you want. The strings...
There is also a [Reddit thread](https://www.reddit.com/r/rust/comments/1bo5dle/) with some interesting reflections, although there is a fair bit of venting as well!
@andrearicci In response to your issue of tracking key Espanso files and folders, you may find the freeware Windows app [EspansoEdit ](https://ee.qqv.com.au/)helpful.
With the help of @joh6nn I have worked out that this issue rides on the way in which portable Espanso is started. The following notes are from Windows 11 using...
@smeech START_ESPANSO.bat is a batch file with the following content: ``` start espansod.exe launcher ``` This differs from espanso.cmd which is a command that contains: ``` @"%~dp0espansod.exe" %* ``` I...
@smeech It doesn't make a difference if installed Espanso has not been run. It seems that ` START_ESPANSO.bat` defers to the paths set by the installer whereas `.\espanso.cmd` correctly picks...
I have tested the following solution in Windows 11 on MS Forms and it works (but does require PowerShell). I had to add a terminal tab for the C to...