grist-core
grist-core copied to clipboard
Converting documents to tutorials or templates through the UI
It's possible though very technical to convert a document to a template or a tutorial: you have to make Rest API calls (PATCH /docs/{docId}
with this body: {"type": "template"}
, {"type": "tutorial"}
or {"type": ""}
if you want to convert back to a regular document)
It could be much more convenient, more user-friendly and more discoverable to allow changing the document type through the settings panel of the document.