Quickly add new pages or content to your vault.
This plugin is in the community plugin browser in Obsidian. You can search for it and install it there .
You can also do a manual installation.
- Massive improvements to user scripts and the API:
- You can now define settings for user scripts, which can be configured in Obsidian.
- Exposed
format
in the API, which will evaluate format syntax like{{DATE}}
,{{VALUE}}
, and so on. - Exposed a new date module in the API with methods for retrieving and formatting dates.
- Added settings for opening files in edit or preview mode.
- Added settings for automatically focusing the opened file.
- Improved the folder selector search in Template choices.
- You can now rename Multis.
- Added a better search algorithm for input prompts.
- Captures can now also open the file captured to (to current pane / split pane).
- You can now pass variables to the choice being executed with
executeChoice
. - Fixed bug where
{{VALUE}}
would not be registered in capture to active file - Fix #55
- Added a bunch of new commands to macros
- Copy
- Cut
- Paste
- Select active line
- Select link in active line
- You can now add Template and Capture choices to macros without having them in your main settings.
- You will now be prompted when attempting to delete a command from a macro.
- Added a warning when deleting a Multi choice that you will delete all choices within.
- Fix #51 - Templater syntax is now processed when appending to the current file.
- Fix "Template (not found)" for templates that exist.
- Fix #46 - Error if adding a template that doesn't exist.
- Template: Create file in same folder as current file.
- Fix bug with insertion and creation of 'Insert After' line (if it does not exist).
- Mobile friendly UX for adding choices.
The first thing you'll want to do is add a new choice. A choice can be one of four types.
- Template Choice - A powerful way to insert templates into your vault.
- Capture Choice - Quick capture anything, anywhere.
- Macro Choice - Macros to augment your workflow. Do more, faster.
- Multi Choice - Organize your choices in folders.
In your choices, you can use format syntax, which is similar to the Obsidian template syntax.
You could, for example, use {{DATE}}
to get the current date.
That's the spirit. What do you want to do?
Take a look at some examples...
- Capture: Add Journal Entry
- Macro: Log book to daily journal
- Template: Add an Inbox Item
- Macro: Move all notes with a tag to a certain folder
- Template: Automatically create a new book note with notes & highlights from Readwise
- Capture: Add a task to a Kanban board
- Macro: Easily change properties in your daily note (requires MetaEdit)
- Capture: Fetch tasks from Todoist and capture to a file
- Macro: Zettelizer - easily create new notes from headings while keeping the contents in the file
- Macro: Obsidian Map View plugin helper - insert location from address
- Macro: Toggl Manager - set preset Toggl Track time entries and start them from Obsidian
Take a look at the QuickAdd API, format syntax, inline scripts, and macros.
You got it. Take a look at this AutoHotKey script.