create_doc
Generate and organize documents in Dart by specifying titles, text content, and folders. Simplify project management with structured file creation.
Instructions
Create a new doc in Dart. You can specify title, text content, and folder.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder | No | The title of the folder to place the doc in | |
text | No | The text content of the doc, which can include markdown formatting | |
title | Yes | The title of the doc (required) |