## Installation
**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](./ManualInstallation).
## First steps
The first thing you'll want to do is add a new choice. A choice can be one of four types.
- [Template Choice](./Choices/TemplateChoice) - A powerful way to insert templates into your vault.
- [Capture Choice](./Choices/CaptureChoice) - Quick capture anything, anywhere.
- [Macro Choice](./Choices/MacroChoice) - Macros to augment your workflow. Do more, faster.
- [Multi Choice](./Choices/MultiChoice) - Organize your choices in folders.
In your choices, you can use [format syntax](./FormatSyntax), which is similar to the Obsidian template syntax.
You could, for example, use [[DATE|{{DATE}}]] to get the current date.
## I want to...
### Be inspired
Take a look at some examples...
- [[Capture_AddJournalEntry|Capture: Add Journal Entry]]
- [[Macro_LogBookToDailyJournal|Macro: Log book to daily journal]]
- [[Template_AddAnInboxItem|Template: Add an Inbox Item]]
- [[Macro_MoveNotesWithATagToAFolder|Macro: Move all notes with a tag to a certain folder]]
- [[Template_AutomaticBookNotesFromReadwise|Template: Automatically create a new book note with notes & highlights from Readwise]]
- [[Capture_AddTaskToKanbanBoard|Capture: Add a task to a Kanban board]]
- [[Macro_ChangePropertyInDailyNotes|Capture: Add a task to a Kanban board]]
- [[Capture_FetchTasksFromTodoist|Capture: Fetch tasks from Todoist and capture to a file]]
- [[Macro_Zettelizer|Macro: Zettelizer - easily create new notes from headings while keeping the contents in the file]]
- [[Macro_AddLocationLongLatFromAddress|Capture: Fetch tasks from Todoist and capture to a file]]
- [[Macro_TogglManager|Capture: Fetch tasks from Todoist and capture to a file]]
- [How I Read Research Papers with Obsidian and Zotero](https://bagerbach.com/blog/how-i-read-research-papers-with-obsidian-and-zotero/)
- [How I Import Literature Notes into Obsidian](https://bagerbach.com/blog/importing-source-notes-to-obsidian)
- [[Macro_MovieAndSeriesScript|Capture: Fetch tasks from Todoist and capture to a file]]
### Create powerful scripts and macros to automate my workflow
Take a look at the [[QuickAddAPI|QuickAdd API]], [[FormatSyntax|format syntax]], [[InlineScripts|inline scripts]], and [[MacroChoice|macros]].
### Use QuickAdd even when Obsidian is minimized / in the background
You got it. Take a look at [[AHK_OpenQuickAddFromDesktop|this AutoHotKey script]].