Back to Top
Text Shortcuts For WhatsApp Screenshot 0
Text Shortcuts For WhatsApp Screenshot 1
Text Shortcuts For WhatsApp Screenshot 2
Text Shortcuts For WhatsApp Screenshot 3
Free website generator for mobile apps; privacy policy, app-ads.txt support and more... AppPage.net

About Text Shortcuts For WhatsApp

Features supported,
1. Text Expander feature with espanso configuration import/export
2. Compare two text sequences
3. Replace certain values in text
4. Check if your text contains a certain value
5. Convert to upper case or lower case
6. Discord and markdown options
7. Works on apps like whatsapp and telegram

Ignoring case or otherwise is supported for all options. Please note that to unlock some features, you will need to watch a rewarded ad!
--------------------

This app uses the Accessibility API!

This app uses Accessibility API to detect whether a saved shortcut is typed and replace it with a corresponding phrase.

--------------------------------

NOTE: Espanso configuration YML files will take a few tries to parse correctly. Try removing some matches, and make sure it's compliant with the YML specs. Some working examples are provided below for your convenience to copy and paste. Please also note that only the following extensions are supported -> date, clipboard, random and echo. Finally, note that not all espanso/rust chrono date time formats are supported. Supported formats are,
- %Y, %m, %b, %B, %h, %d, %e, %a, %A, %j, %w, %u, %D, %F, %H, %I, %p, %M, %S, %R, %T, %r
You can further customize date time formats by referring to the C# DateTime.ToString() method documentation from Microsoft.
--------------
Working YML snippet:

global_vars:
- name: global
type: echo
params:
echo: hello from global vars
matches:
- trigger: global test
replace: Global var test {{global}}
- trigger: :date
replace: '{{date}}'
vars:
- name: date
type: date
params:
format: dd/MM/%y
- trigger: :time
replace: '{{time}}'
vars:
- name: time
type: date
params:
format: HH:mm
- trigger: :rand
replace: '{{random_choice}}'
vars:
- name: random_choice
type: random
params:
choices:
- "hello"
- "hi"

--------------

Similar Apps

Sounds for Discord Soundboard

Sounds for Discord Soundboard

2.2

Use these sounds in your discord soundboard and have fun with your...

Text Shortcuts For WhatsApp

Text Shortcuts For WhatsApp

0.0

Features supported,1. Text Expander feature with espanso configuration import/export2. Compare two text...

Text Tools Pro - Text Expander

Text Tools Pro - Text Expander

0.0

Features supported,1. Text Expander feature with espanso configuration support2. Compare two text...

Frequently Asked Questions(FAQ)

What are the features supported by the Text Shortcuts For WhatsApp app?

The app supports features such as Text Expander with espanso configuration import/export, comparing two text sequences, replacing certain values in text, checking if your text contains a certain value, converting to upper case or lower case, Discord and markdown options, and it works on apps like WhatsApp and Telegram.

How does the app use the Accessibility API?

The app uses the Accessibility API to detect whether a saved shortcut is typed and replace it with a corresponding phrase.

What should I note about Espanso configuration YML files?

Espanso configuration YML files may take a few tries to parse correctly. If you encounter issues, try removing some matches and ensure that the file is compliant with the YML specs. Certain extensions are supported, including date, clipboard, random, and echo. Additionally, not all espanso/rust chrono date time formats are supported. Make sure to refer to the supported date time formats mentioned in the app's documentation.
author
Espanso yml import very useful. Warchoit that export doesn't request the permission, so export probably doesn't work. Edit externally and import to backup
A Pearce