create_note
Create a new note in TriliumNext by specifying its title, content, type, and parent note ID. Organize and store information efficiently in your knowledge base.
Instructions
Create a new note in TriliumNext
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The content of the note (max 1MB) | |
parentNoteId | No | ID of the parent note (defaults to "root" if not provided) | |
title | Yes | The title of the note (max 200 characters) | |
type | No | The type of note to create | text |