list_daily_notes
Retrieve recent daily notes from your Obsidian vault to track daily activities and maintain organized documentation.
Instructions
List recent daily notes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder | No | Daily Notes | |
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"folder": {
"default": "Daily Notes",
"title": "Folder",
"type": "string"
},
"limit": {
"default": 30,
"title": "Limit",
"type": "integer"
}
},
"type": "object"
}