-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Allan Eising edited this page Aug 27, 2023
·
5 revisions
To add your own snippets or Droid tricks, create a new page in this wiki.
The page MUST be written in Markdown.
The page should contain an explanatory text about the trick, followed by a snippet.
The snippet must be in a code block. A code block can be added by inserting three backticks. around the snippet.
Tricks can be organized with a category.
To add your snippet to a category, insert a line at the very bottom of your page that says Category: name-of-category
All categories are listed in the Categories page, and you are allowed to add a new category in that file too, if no categories exist.
My awesome droid trick is described here.
```
[copy]
input = _THING
output = _OTHERTHING
```
Category: General