remarkable_mkdir
Create a new folder on your reMarkable tablet to organize documents. Specify a folder name and optional parent path; the folder syncs across devices in cloud mode or updates after a restart in SSH mode.
Instructions
Create a new folder on the reMarkable tablet. Creates a folder in the tablet's document hierarchy. In SSH mode the folder appears after xochitl restarts; in cloud mode it syncs to all your devices.
Works in cloud and SSH modes (default; --read-only disables). Not available over the USB web interface (the firmware exposes no folder-create endpoint).
folder_name: Name of the new folder
parent: Parent folder path (default: root "/")
defer_restart: SSH only. Skip the xochitl restart so a batch of writes can refresh once via remarkable_refresh() instead of once per write. Sets "refresh_pending": true. Ignored in cloud mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | No | / | |
| folder_name | Yes | ||
| defer_restart | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |