Command reference

WritingCollection

Storyteller · admin

Command words: wcoll, wcollection, writingcollection
Permission: JuniorAdmin

The writingcollection command manages immutable writing collections, which are page-ordered virtual books of writings and drawings.

Create or edit a collection, add writing and drawing records to pages, then apply the collection to a book item. wcollection and wcoll are aliases.

Most set, add, remove, move and clear forms operate on the collection you are currently editing. Imports open the text editor and can append to or replace the target collection. Applying a collection preflights page capacity before changing the book.

The syntax is as follows:
writingcollection list [filter] - lists writing collections
writingcollection show [id|name] - shows a collection, or your edited collection
writingcollection new <name> - creates and edits a new collection
writingcollection edit <id|name> - begins editing a collection
writingcollection close - stops editing a collection
writingcollection set name <name> - renames the edited collection
writingcollection set desc <description> - sets the edited collection's description
writingcollection set title <title|clear> - sets or clears the default book title
writingcollection add writing <page> <writing id> - adds a writing record to a page
writingcollection add drawing <page> <drawing id> - adds a drawing record to a page
writingcollection remove <entry#> - removes an entry by table number
writingcollection move <entry#> <page> [order] - moves an entry to a page and optional order
writingcollection clear - removes all entries from the edited collection
writingcollection import markdown [collection] [append|replace] - imports markdown into a collection
writingcollection import json [collection] [append|replace] - imports JSON into a collection
writingcollection apply <collection> <book> [append|page <number>] - applies a collection to a book

← Back to Command reference