index-backup
Export all indexed notes to a JSON backup file, preserving full-text search data, tags, and semantic connections for easy retrieval and archiving.
Instructions
Export all notes to a JSON backup file and return the path.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dir | No |
Input Schema (JSON Schema)
{
"properties": {
"dir": {
"type": "string"
}
},
"type": "object"
}