get_daily_note
Access or create daily notes for specific dates in your Obsidian vault, maintaining organized documentation with automatic folder management and date-based retrieval.
Instructions
Get or create a daily note for a specific date
Input Schema
Name | Required | Description | Default |
---|---|---|---|
create | No | ||
date_str | No | ||
folder | No | Daily Notes |
Input Schema (JSON Schema)
{
"properties": {
"create": {
"default": true,
"title": "Create",
"type": "boolean"
},
"date_str": {
"default": "",
"title": "Date Str",
"type": "string"
},
"folder": {
"default": "Daily Notes",
"title": "Folder",
"type": "string"
}
},
"type": "object"
}