Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chhoumann/quickadd
QuickAdd for Obsidian
https://github.com/chhoumann/quickadd
obsidian obsidian-md obsidian-plugin
Last synced: 3 days ago
JSON representation
QuickAdd for Obsidian
- Host: GitHub
- URL: https://github.com/chhoumann/quickadd
- Owner: chhoumann
- License: mit
- Created: 2021-06-09T14:43:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T19:42:03.000Z (about 2 months ago)
- Last Synced: 2025-01-02T08:07:09.965Z (10 days ago)
- Topics: obsidian, obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage: https://quickadd.obsidian.guide
- Size: 28 MB
- Stars: 1,597
- Watchers: 14
- Forks: 143
- Open Issues: 327
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- my-awesome - chhoumann/quickadd - md,obsidian-plugin pushed_at:2024-11 star:1.6k fork:0.1k QuickAdd for Obsidian (TypeScript)
- jimsghstars - chhoumann/quickadd - QuickAdd for Obsidian (TypeScript)
README
# QuickAdd
QuickAdd is a powerful combination of four tools (called choices): templates, captures, macros, and multis.A [**Template**](https://quickadd.obsidian.guide/docs/Choices/TemplateChoice) 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**](https://quickadd.obsidian.guide/docs/Choices/CaptureChoice) 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**](https://quickadd.obsidian.guide/docs/Choices/MacroChoice) 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](https://quickadd.obsidian.guide/docs/Choices/MultiChoice) are purely organisational: folders of other choices.
Throughout your choices, you can use the [QuickAdd format syntax](https://quickadd.obsidian.guide/docs/FormatSyntax), 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](https://img.youtube.com/vi/gYK3VDQsZJo/0.jpg)](https://www.youtube.com/watch?v=gYK3VDQsZJo)## Installation
QuickAdd can be installed through the community plugin browser in Obsidian, or through manual installation. See the [installation documentation](https://quickadd.obsidian.guide/docs/#installation) for more information.
## Getting Started
For detailed instructions and examples on using QuickAdd, see the [QuickAdd documentation](https://quickadd.obsidian.guide/).
## Support
If you have any questions or encounter any problems while using QuickAdd, you can use the [community discussions](https://github.com/chhoumann/quickadd/discussions) for support.