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.

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

Controlling what goes in to the summary

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.

Clone this wiki locally