(WIP) Commands
You can also write commands right after the "threadit" hashtag, like "append", "overwrite" and "flush".
To use a command you must identify the section's index (and optionally a sub-index) and write it after double dashes "--" like this:
#threadit 2:1 --append
This toot will be displayed in the web page AFTER the last appended content of the section with index "2:1", and BEFORE the index "2:2" or "3".
As of now, the only supported commands are: "append", "overwrite" and "flush".
Conditions
If you don't identify the section's index, then the command will not work properly, EXCEPT for root commands like "flush" that don't need a section identifier.
If more than one command is included in the same toot, then the commands will not work properly.