Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/lochidev/TextToolsPro into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lochidev committed Jan 20, 2025
2 parents 1015d2e + ef82f72 commit d449924
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ Espanso configuration YML files will take a few tries to parse correctly. Try re

You can further customize date time formats by referring to the C# DateTime.ToString() method documentation from Microsoft.

Clipboard extension will not work on android 10 or higher due to security measures introduced by google. (Note: I have not tested this app on android versions below 12)
Clipboard extension will not work on android 10 or higher due to security measures introduced by google. However a workaround is available at issue: <a href="https://github.com/lochidev/Expandroid/issues/35#issue-2531110035">#35</a>

Note: I have not tested this app on android versions below 12.

Starting with v7.0.0 forms support has been added.
Multi-line, choice & list have been added.
Expand Down
13 changes: 13 additions & 0 deletions examples/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ matches:
format: dd/MM/%y
- trigger: :cursor
replace: '<div>$|$</div>'
- trigger: :cx
replace: 'here is the replacement from cb: {{cxx}}'
vars:
- name: cxx
type: clipboard
- trigger: :yesterday
replace: '{{date}}'
vars:
Expand Down Expand Up @@ -67,6 +72,14 @@ matches:
values:
- First choice
- Second choice

- trigger: :clip
form: |
[[text]],
form_fields:
text:
multiline: true

- trigger: ":list"
form: |
[[choices]]
Expand Down

0 comments on commit d449924

Please sign in to comment.