Difference between revisions of "Action: Share Text"
m |
|||
Line 21: | Line 21: | ||
==<p><b>Example</b></p>== | ==<p><b>Example</b></p>== | ||
− | ''''' | + | ''''' When you touch the floating button, it displays a variable dialog to write text, then displays the Google Kepp interface to save the note. ''''' |
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;"> | <pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;"> | ||
Triggers | Triggers | ||
Line 31: | Line 31: | ||
Set Variable | Text: [User Prompt] | Set Variable | Text: [User Prompt] | ||
+ | |||
Share Text: {lv=Text} | Share Text: {lv=Text} | ||
Notes | Notes | ||
Line 45: | Line 46: | ||
Text = | Text = | ||
− | |||
Supermarket shopping list | Supermarket shopping list | ||
− | Cleaning articles | + | * Cleaning articles |
− | Personal hygiene items | + | * Personal hygiene items |
</pre><br> | </pre><br> |
Revision as of 18:09, 8 January 2024
About
This action can be used to share text content to a specific app or prompt the user to share text via a suitable app.
Available configuration
Enter text
Enter the text you want to send to the application, it supports magic text.
Application name
Select a specific app to share the text via that app, or leave unset to prompt the user with a list of suitable apps.
Example
When you touch the floating button, it displays a variable dialog to write text, then displays the Google Kepp interface to save the note.
Triggers Floating button (G_keep)
Actions Set Variable | Text: [User Prompt] Share Text: {lv=Text} Notes
Constraints
Local variables Text = Supermarket shopping list * Cleaning articles * Personal hygiene items