diff options
Diffstat (limited to 'MANUAL.md')
-rw-r--r-- | MANUAL.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -491,6 +491,12 @@ Type thoses commands after a __page_id__ Command used to add a page in the database. +##### /add:id + + /add:<page_id> + +Will create a new page, as a copy of `<page_id>`. + ##### /edit Command used to edit a page. If you're not logged in, it will ask for your credentials. @@ -511,6 +517,10 @@ Simply download the page as a JSON object file. Reserved to users that can edit Show a `var_dump` of the page object. This could be usefull for debbuging. +##### /duplicate + + <pageid>/duplicate:<newpageid> + #### Home commands |