You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Examples of single-line format [...] for short sequences
Update migration advice to suggest moving the legacy packages folder to espanso/match/packages
Add #acfg#, #pacfg# & #pdetect#
Variable names can only be alphanumeric or underscore characters.
Available match options Include list of available match options #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.
Usage of search_terms:
Other options listed here: x11_use_xdotool_backend, emulate_alt_codes, post_search_delay, post_form_delay.
A few items I have spotted. By no means exclusive!
ToDo:
max_form_width: Option<usize>
&max_form_height: Option<usize>
, Improve form size constraints and text overflow behavior espanso#1991html:
. Problem with bad encoding on MacOS using markdown with polish characters espanso#1810 (comment), Create a tigger that contains rich text/formatting espanso#1302 (reply in thread), & in Bash: Multiple characters dynamic replacement: 123superscript → ¹²³ espanso#1319 (reply in thread)homepage:
item mandatory in_manifest.yml
for new packages (Add homepage field to pkg template hub#133)Done:
config
andmatch
schemas/snap/hooks/remove
espanso#1848extensions.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?)The text was updated successfully, but these errors were encountered: