[x] Extend inline code section within extensions.mdx
[x] Command-line documentation #66
[x] Usage of use_standard_includes:. I think I have worked it out - see this Discord entry. For a while I thought it should be deprecated like force_clipboard: true, rather than documented, but it may simplify things for some people.
[x] Examples of single-line format [...] for short sequences
[x] Add section about quoting (or not) values in Espanso YAML #46
[x] I'd like to rewrite many of the simple code examples without quote marks where they're not needed
[x] cmd.exe won't work as a multiline inline shell: expansion
[x] Only one app-specific config can apply at any time
[x] Include examples of embedding multiline scripts and shell commands in triggers
[x] Update migration advice to suggest moving the legacy packages folder to espanso/match/packages
[x] Add #acfg#, #pacfg# & #pdetect#
[x] Variable names can only be alphanumeric or underscore characters.
[x] Available match options https://github.com/espanso/website/issues/10 - all these are now present in the documentation in appropriate sections - I'm not sure a separate list would be useful, so I've added a link to the relevant file and lines in the main repo.
[x] Usage of search_terms:
[x] Other options listed here: x11_use_xdotool_backend, emulate_alt_codes, post_search_delay, post_form_delay.
[x] Autofix in the documentation seems to be outdated #1767
[x] Update links to federico-terzi/espanso to espanso/espanso?
[x] MacOS brew installation docs should be updated #1804
[x] ?add Discord server to the docs header
[x] Plain scalar Regex triggers are easier to debug if we don't have to escape every “\”. I'll add a note about this.
[x] force_mode: clipboard|keys and force_clipboard: true (possible duplicate of the first) #1690 Are there other undocumented controls? (See parse.rs.)
[x] left_word: ord right_word: controls. See here.
[x] Document markdown & html #1806
[x] paragraph: prevents markdown: starting a new paragraph. See here.
A few items I have spotted. By no means exclusive!
ToDo:
max_form_width: Option<usize>
&max_form_height: Option<usize>
, https://github.com/espanso/espanso/pull/1991html:
. https://github.com/espanso/espanso/issues/1810#issuecomment-2270437777, https://github.com/espanso/espanso/discussions/1302#discussioncomment-7974413, & in Bash: https://github.com/espanso/espanso/discussions/1319#discussioncomment-5551587homepage:
item mandatory in_manifest.yml
for new packages (https://github.com/espanso/hub/pull/133)Done:
config
andmatch
schemasextensions.mdx
use_standard_includes:
. I think I have worked it out - see this Discord entry. For a while I thought it should be deprecated likeforce_clipboard: true
, rather than documented, but it may simplify things for some people.[...]
for short sequencescmd.exe
won't work as a multiline inlineshell:
expansion#acfg#
,#pacfg#
&#pdetect#
search_terms:
x11_use_xdotool_backend
,emulate_alt_codes
,post_search_delay
,post_form_delay
.emulate_alt_codes: true
see herefilter_os:
ruleforce_mode: clipboard|keys
andforce_clipboard: true
(possible duplicate of the first) #1690 Are there other undocumented controls? (See parse.rs.)left_word:
ordright_word:
controls. See here.paragraph:
preventsmarkdown:
starting a new paragraph. See here.replace: "\u0105"
(UTF-16), or"\U00000105"
(UTF-32) or"\xC4"
(UTF-8?)