Skip to content
Allan Eising edited this page Aug 27, 2023 · 5 revisions

How to contribute

To add your own snippets or Droid tricks, create a new page in this wiki.

new-page

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.

Categories

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.

Example page

My awesome droid trick is described here.

```
[copy]
  input = _THING
  output = _OTHERTHING
```

Category: General

Clone this wiki locally