staaaaaaaaaan1k downloadsCreate custom commands to be executed in the command palette, and by hotkey. Currently supports opening specific notes, creating notes, inserting snippets, and executing sequences of commands.
Create personalized commands in Obsidian to streamline your workflow. Define commands that can open specific notes, create new notes with optional templates, insert text snippets, or run sequences of other commands.

.obsidian/plugins/custom-commands/ folderOpens an existing note at the specified path.
Journal/{{date}}.md)Creates a new note at the specified path, optionally using a template.
Meetings/{{date}}-Meeting.md)Inserts a snippet of text at the current cursor position.
Runs multiple commands in sequence.
Use these dynamic placeholders in paths, templates, and snippets:
{{date}} - Current date (YYYY-MM-DD){{date:YYYY-MM-DD}} - Custom date format{{date+1}} - Tomorrow's date{{date-1}} - Yesterday's date{{year}}, {{month}}, {{day}} - Current year, month, day{{weekday}} - Day name (Monday, Tuesday, etc.){{monthName}} - Month name (January, February, etc.){{time}} - Current time (HH:mm){{time:HH:mm:ss}} - Custom time formatJournal/{{year}}/{{date}}-{{weekday}}.mdTemplates/Journal.mdMeetings/{{date}}-Meeting.mdTemplates/Meeting.md[{{time}}] Open Today's Journal, Add Timestamp, Daily Note: Open today's daily noteThis project is licensed under the MIT License - see the LICENSE file for details.