-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
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
If you only want a small section of the page to go in to the text in the README file, simply use headlines. The update script will automatically include everything from the first headline and until something of the same heading level appears again.
For example:
# Introduction
This part will go into the summary.
## Sub-introduction
This part will also go into the summary.
# New Section
This part will not go into the summary.