Skip to content

chhoumann/quickadd

Folders and files

NameName
Last commit message
Last commit date
Feb 26, 2025
Feb 14, 2023
Feb 20, 2025
Mar 16, 2025
Nov 18, 2022
Nov 18, 2022
Jun 15, 2023
Feb 15, 2023
Feb 14, 2024
Jun 17, 2021
Apr 13, 2023
May 13, 2024
Aug 28, 2024
Mar 17, 2025
Mar 17, 2025
Feb 14, 2024
May 17, 2023
Nov 18, 2022
Mar 17, 2025
May 17, 2023

Repository files navigation

QuickAdd

QuickAdd is a powerful combination of four tools (called choices): templates, captures, macros, and multis.

A Template is a definition of how to create a new note, and composes with Obsidian's own Templates core plugin or community template plugins. For example, it would allow you to define a quick action to create a new note in a particular location, with a templatized title, and templated content.

A Capture allows you to quickly add content to predefined files. For example, you could set up a quick action to add a link to the open file to your daily note under a specific section.

Macros will allow you to compound these two together into powerful chained workflows. Imagine pressing one hotkey to automatically create a new note to track a chess match with a specific template, while automatically adding a reference to it in your "list of matches" note and in your daily note.

Multi choices are purely organisational: folders of other choices.

Throughout your choices, you can use the QuickAdd format syntax, which is similar to the Obsidian template syntax. You could, for example, use {{DATE}} to insert the current date in a filename.

Demo video

Demo video

Installation

QuickAdd can be installed through the community plugin browser in Obsidian, or through manual installation. See the installation documentation for more information.

Getting Started

For detailed instructions and examples on using QuickAdd, see the QuickAdd documentation.

Support

If you have any questions or encounter any problems while using QuickAdd, you can use the community discussions for support.