-
{suggestions}
: Returns a list of suggestions, optionally filtered by status
-
{jsonAPI}
: Displays data from an API or web page
- Argumente:
- url = ""
- path = ""
- handleUnknown = "error"
- type = "json"
- Beispielergebnis:
100
- Mit Eingabe:
{jsonAPI;https://api.tomatenkuchen.com/api/stats;commands}
- Beispielergebnis:
{"userId":1,"id":1,"title":"delectus aut autem","completed":false}
- Mit Eingabe:
{jsonAPI;https://jsonplaceholder.typicode.com/todos/1}
-
{run}
: Runs the given command. Arguments are appended to the command name. Always runs the original TomatenKuchen command, actions with the same name are ignored.
- Argumente:
- Beispielergebnis: <leer>
- Beispielergebnis:
⚠️ run: Unknown command: test2
-
{translate}
: Translates a given text. It also sets {var;translateLastLanguage}
to the detected language of the last translation
- Argumente:
- text = ""
- language = "en"
- Beispielergebnis:
Hello World!
- Mit Eingabe:
{translate;Hallo Welt!}
-
{void}
: Returns an empty string. Can be used for comments.
-
{value}
: Returns the input value
- Argumente:
- Beispielergebnis:
test
- Mit Eingabe:
{value;test}