grist-core icon indicating copy to clipboard operation
grist-core copied to clipboard

Converting documents to tutorials or templates through the UI

Open fflorent opened this issue 8 months ago • 13 comments

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.

fflorent avatar May 31 '24 06:05 fflorent