Stephen Meech

Results 431 comments of Stephen Meech

Also allow all the options: ![image](https://github.com/user-attachments/assets/3bf2aef5-d86f-40d4-a64c-32384d57ed6e) Currently: ![image](https://github.com/user-attachments/assets/5d18a613-2e6b-4228-be57-e166c83f18f8) although I'm not sure if they're implemented in the current _release._

> So I'm inclined to restrict the anchors under `anchors:` only keyword, and having a single anchor in the `anchor:` sub-key in a match element. What do you think? I...

> Excellent! We can restrict the use of anchors later in the config (requires some rust coding). I don't think I would, if I understand you correctly.

I'm not so sure if it's necessary to restrict the function to one keyword. If people want to use another, it's valid YAML and up to them. Not that I...

Over the last year, I and others have discovered, discussed, shared and documented, possibilities and facilities in Espanso, apparently not because they had been written in, but because they seemingly...

1. I'm keen to keep _strong_ recommendations in the docs and in the schema - users can ignore them at their peril! 2. `imports:` is an Espanso feature - our...

A few more: - [x] Allow `shell: zsh`, and other shells - [x] `right_word:` - [x] `left_word:` - [x] `inject_vars: ` - [x] `search_terms:` - [x] `depends_on:` - [x] ?allow...

It may be worth checking there is a schema entry for each item in https://github.com/espanso/espanso/blob/b421bcf73fa13506938d62425459d6c16c6a8d0a/espanso-config/src/matches/group/loader/yaml/parse.rs#L59-L137 and https://github.com/espanso/espanso/blob/b421bcf73fa13506938d62425459d6c16c6a8d0a/espanso-config/src/config/parse/yaml.rs#L29 for the `config` schema. Do you know what `var_type:` does, by the way?...

Fair enough. I agree, we want the schema to be supportive, which does mean it'll object to some more esoteric, working, YML-syntactically-correct, constructions.

Another couple: - [x] `type: random`, and its associated - [ ] `choices:` parameter.