Skip to content

yannisTr/quickadd

 
 

Repository files navigation

QuickAdd

Quickly add new pages or content to your vault.

Demo video

Demo video

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.

What's new?

0.4.0

  • 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.

0.3.21-2

  • Added a better search algorithm for input prompts.

0.3.17

  • Captures can now also open the file captured to (to current pane / split pane).

0.3.14-16

  • 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

0.3.12-13

  • 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.

0.3.10 - 0.3.11

  • 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.

Getting started

The first thing you'll want to do is add a new choice. A choice can be one of four types.

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.

I'm ready to augment my workflow 🚀

That's the spirit. What do you want to do?

I want to...

Be inspired

Take a look at some examples...

Create powerful scripts and macros to automate my workflow

Take a look at the QuickAdd API, format syntax, inline scripts, and macros.

Use QuickAdd even when Obsidian is minimized / in the background

You got it. Take a look at this AutoHotKey script.

About

QuickAdd for Obsidian

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 83.6%
  • Svelte 14.5%
  • CSS 1.4%
  • JavaScript 0.5%