--- extends: application.j2 default_block: help title: woob contentedit description: Console application able to manage and edit content on supported collaborative websites like wikis. short_description: Manage and edit content on supported collaborative websites like wikis. capability: Content type: repl category: console --- ### Edit a content Usage:
contentedit> edit ID1 [ID2 ...]
For example, with Redmine:
contentedit> edit wiki/woob/ContentEdit wiki/woob/Woob wiki/woob/Applications
Then, it opens the found contents in the editor defined in the environment variable `$EDITOR` (for example vim). You can do all changes, then exit it. It displays all changed pages, and prompts you for an optional commit message. Then, if you confirm, it pushes all changes:
Contents changed:
 * wiki/woob/ContentEdit
 * wiki/woob/Applications
Enter a commit message: add contentedit
Do you want to push? (Y/n): y
Pushing wiki/woob/ContentEdit... done
Pushing wiki/woob/Applications... done