@smeech

0 Followers
0 Following
38 Posts
Mainly here to help with #espanso

There seems to be a particular problem with #Espanso v2.2.5.

Until our sole developer can get to grips with this, please note that the previous releases can be accessed via the project's Github [Releases](https://github.com/espanso/espanso/releases) page. v2.2.3 is the last stable release, although I have not had any problems with my current v2.2.4.

Any help with debugging and development would be much appreciated!

Releases · espanso/espanso

A Privacy-first, Cross-platform Text Expander written in Rust - espanso/espanso

GitHub

@smeech Setting the keyboard layout fixed it for me on another machine although i can’t remember if it was using Wayland or not.

I’ll have a look at the issue and see if I can add anything to it.

@smeech @kukuk Many differences, when looking at the details. And #espanso supports forms, same with #texpander?

I started using Espanso for quickly inserting templates that I use for my blog posts. What a WORLD of a difference it makes! Text expanders are so underrated, I wish somebody reminded me sooner that they exist.

#espanso #tech #programming

The #Espanso Legacy (v0.7.3) code, documentation, and migration instructions have all been removed in a big clean-up of the source code and website.

If this causes any problems, do get in touch!

The author of EspansoEdit has published online its collection of #Espanso snippets: https://ee.qqv.com.au/usage/cookbook/ for those who can't, or don't want to use the editor itself.
Cookbook

Cookbook of examples of Espanso matches

EspansoEdit

Experimenting with #Espanso as a replacement for the hotstring functionality of #AutoHotKey on #Windows. Got the basics working but interested in exploring the more advanced options such as calculating and inserting the current date and time etc. Already got ddd outputting 20241123 - nice.

Good replacement for 90% of what I use #AHK for. Maybe #Raycast can do the rest (auto window positioning and resizing etc). Fuck this #Mac and my OCD nerd brain.

/2

matches:
# Normaler Markdown-Link aus der Zwischenablage
- trigger: ":ll"
replace: "[$|$]({{clipboard}})"
vars:
- name: "clipboard"
type: "clipboard"

# Markdown-Bildlink aus der Zwischenablage
- trigger: ":lb"
replace: "![$|$]({{clipboard}})"
vars:
- name: "clipboard"
type: "clipboard"

Einige von Euch verwenden ja auch den Textexpander "Espanso". Da ich mit verschiedenen Editoren arbeite, habe ich mir mal die Markdown-Befehle für "Zwischenablage-Link" bzw. "Zwischenablage-Bilderlink" in MD umwandeln auf die Befehle ":ll" bzw. ":lb" gelegt.

Hier die beiden Einträge für die YML:

/2

#markdown #espanso

Let's be real about your workflow, if you can create efficient shortcuts around your workflow, you'll be faster than those who can significantly type faster than you simply by virtue of knowing these shortcuts. Espanso is like supercharging your typing speed if you find yourself repeating anything at all in your workflow! I love this tool so much I wrote a blog post about it! You owe it to yourself to check out this simple free tool.

https://brianhayes.dev/blog/espanso

https://espanso.org/

#espanso

brianhayes.dev

A simple blog written by a Web Developer, for Web Developers. Covering Basics of HTML, CSS, JavaScript, and much more, including Linux and other subjects related to technology.