How to Write a New Tutorial?
First Steps
- Copy the
_example-tutorialfolder - Rename it e.g.
new-neco-feature-or-so– no spaces/umlauts (becomes the tutorial's URL) - Open
tutorial.mdand fill in 'title' - Write your tutorial with clear steps
- Additional images (screenshots etc.) go in the
/imagessubfolder. Embed with. See screenshot example below
Screenshots and Images in Tutorial
Sometimes a picture is worth a thousand words. Here's an embedded image:

Tips for Good Tutorial Screenshots
- High Resolution: At least 1080p so details are visible
- Mark Important Areas: Red circles, arrows or highlights
- Clean UI: No personal data, hide notifications
- Consistent Size: Similar crop areas for uniform appearance
Practical Tips
Avoid Common Mistakes
- Steps Too Long: Better more, smaller steps than few large ones
- Outdated Screenshots: Regularly check if the UI is still current
Optimize Images
The system optimizes images automatically, but you can help:
- Size: Upload original resolution, system automatically creates different sizes
- File Size: Don't compress too much, quality is more important
Example Structure:
---
title: 'Use New Feature'
---
Brief description of what the tutorial accomplishes and why it's useful.
## Step 1: Preparation
Description of the first step...

## Step 2: Main Action
Description of the second step...

## Step 3: Completion
Description of the final step...

### Additional Notes
- Tip 1
- Tip 2
- Troubleshooting if needed
