Skip to main content
Version: Next 🚧

Settings

The QuickAdd settings tab is reached from Obsidian's Settings → Community plugins → QuickAdd (or Settings → QuickAdd). Settings are grouped into sections; this page documents each group and the controls it contains. Changes save automatically.

Choices & Packages

Choice Picker

  • Search nested choices — When searching in the choice picker, also match choices nested inside Multi choices and show their path. Note that nested matches can outrank same-level ones. Disable to search only the open level.

Input

  • Use Multi-line Input Prompt — Use multi-line input prompt instead of single-line input prompt.
  • Persist Input Prompt Drafts — Keep drafts when closing input prompts so they can be restored on reopen. Drafts are stored only for this session.
  • Use editor selection as default Capture value — When enabled, Capture uses the current editor selection as {{VALUE}} and may skip the prompt. When disabled, Capture always prompts for {{VALUE}}.
  • One-page input for choices (Beta) — Experimental. Resolve variables up front and show a single dynamic form before executing Template/Capture choices. See One-page Inputs.
  • Date aliases — Shortcodes for natural language date parsing. One per line: alias = phrase. Example: tm = tomorrow. Use Reset to defaults to restore the built-in aliases.

Templates & Properties

  • Template Folder Path — Path to the folder where templates are stored. Used to suggest template files when configuring QuickAdd.
  • Format template variables as proper property types (Beta) — When enabled, template variables in front matter will be formatted as proper Obsidian property types. Arrays become List properties, numbers become Number properties, booleans become Checkbox properties, etc. This is a beta feature that may have edge cases. See Template Property Types (Beta).

Notifications

  • Announce Updates — Display release notes when a new version is installed. This includes new features, demo videos, and bug fixes. Choose between Show updates on each new release, Show updates only on major releases (new features, breaking changes), or Don't show.
  • Show Capture Notifications — Display a notification when content is captured successfully to confirm the operation completed.
  • Show Input Cancellation Notifications — Display a notification when an input prompt is cancelled without submitting. Disable this to avoid extra notices when dismissing prompts.

Global Variables

  • Global Variables — Define vault-scoped, reusable snippets and reference them anywhere QuickAdd formatting is supported. See Global Variables.

AI & Online

  • Disable AI & Online features — This prevents the plugin from making requests to external providers like OpenAI. You can still use User Scripts to execute arbitrary code, including contacting external providers. However, this setting disables plugin features like the AI Assistant from doing so. You need to disable this setting to use the AI Assistant. See AI Assistant.

Appearance

  • Show icon in sidebar — Add QuickAdd icon to the sidebar ribbon. Requires a reload.