quickadd
quickadd copied to clipboard
QuickAdd for Obsidian
**Is your feature request related to a problem? Please describe.** When I create notes through quickadd model, I would like for them to be sanitized. I don't want trailing or...
I am creating some notes to store locations and filling the values in dynamically if they're left blank on an existing location name. It seems these are being blanked by...
Code: const files = app.vault.getFiles() const selectedFile = await quickAddApi.suggester( files.map((file) => file.basename), files, "Enter file name", true // allowCustomInput = true ); This works on my laptop, but fails...
**Describe the bug** When quickadd uses a template that contains a modalform, it is called twice. **To Reproduce** If template contain: - Template Code ```text QuickAdd: (LOG) TemplateEngine.createFileWithTemplate: Collected 0...
**Is your feature request related to a problem? Please describe.** I have a workflow with another plugin https://github.com/mnaoumov/obsidian-codescript-toolkit I was wondering if you can implement a self clicking button feature?...
**Is your feature request related to a problem? Please describe.** When I look at my scripts, some of them are named the same, so I dont know which script its...
## Overview Triggering `MacroName::export` currently short-circuits to the first user-script command in the macro. Commands before that script run, its export executes, and any later user scripts are ignored. This...
Previously, when using wait command between steps in a macro, the workflow would pause after completing a step, allowing manual action before proceeding to the next step (after the wait...
**Is your feature request related to a problem? Please describe.** The user scripts part in the settings is already a search. When the browse button is clicked it should not...
When adding a User Script step to a Macro, QuickAdd does not allow selecting or attaching a script. The input field accepts text. The Add button, which becomes visible once...