Source repository for Power Sequencer, the Open Source Blender add-on for video makers.
To read the documentation, head to the add-on's GitHub wiki . We use this repository to write the documentation with other contributors and collect videos.
Documenting a tool in the docs doesn't take much time and helps up tremendously! If you enjoy using Power Sequencer, it's a great way to contribute to the project.
We follow a few guidelines to make sure the content is well-structured and as clear as can be. They're the same as the Godot engine's docs writing guidelines :
In short, we favor simple English, a coherent structure and short sentences to make the docs more pleasant to read.
##
for the first title and h3 ###
for sub-sections<kbd></kbd>
tag for keystrokes. Don't put spaces between keyboard tags. E.g. for Shiftc write <kbd>Shift</kbd><kbd>c</kbd>
.See Import local footage and Cut and Trim with the mouse for examples.
If you need more info, a review, or help to record the video demo, count on us! You can open an issue on GitHub, or contact GDquest on Twitter .
Regex to add kbd
tags around keyboard shortcuts:
s/\( ?\(Shift\|Ctrl\|Alt\|Action Mouse\|Select Mouse\|F[0-9]\|[A-Z0-9]\) ?\)/<kbd>\2<\/kbd>/g
Online docs:
Videos: