Skip to content

Releases: chhoumann/quickadd

0.2.6

22 Jun 08:45
Compare
Choose a tag to compare
  • Throw error if insert after line can't be found - #22
  • Add drag & drop to macro commands
  • Support user script member access in macros

0.2.5

21 Jun 21:49
Compare
Choose a tag to compare
  • Fix spelling mistake in 0.2.4

0.2.4

21 Jun 21:44
Compare
Choose a tag to compare

New features

  • Add option for Template choices to be prompted for folder when creating a new note.

0.2.3

21 Jun 19:49
Compare
Choose a tag to compare

New features

  • Support \n linebreaks in format syntax
  • Reword choice options - clarify
  • Use Obsidian link generator

0.2.2

21 Jun 16:38
Compare
Choose a tag to compare

New features

  • Add checkboxPrompt to API.

0.2.1

21 Jun 14:12
06e17f0
Compare
Choose a tag to compare

New features

  • Macros can now execute choices.
  • Variables are 'global' for that execution sequence (for 'nested' choices with variables).

0.2.0

21 Jun 10:26
e61ae33
Compare
Choose a tag to compare

New features

  • When adding a new choice, it now empties the 'name' input
  • Change choice names by clicking on their header
  • Added an 'Add' button for the folder list in Template choices (as per #7)
  • Selecting macros is now done through a dropdown
  • Only searches for template files in your template folders (auto-detects Templater/core Templates settings)
  • Capture choices can now create the file for you, if it doesn't already exist. You can specify a template to create the file with

Fixes

  • Fix modal sizing (now has scrollbar)
  • Refactor event listening to activate startup macros

0.1.16

21 Jun 00:56
3cf2a7e
Compare
Choose a tag to compare

New features

  • You can now module.exports multiple functions & variables.
  • Member access for multiple module.exports functions - quickly access what you need.
  • Added variable support for user scripts which allows you to access variables in your format syntax and in subsequent macros.

You can read all about it in the README.

0.1.15

20 Jun 13:57
Compare
Choose a tag to compare

0.1.14

20 Jun 13:02
Compare
Choose a tag to compare

Fix execution of Obsidian commands in macros.