quickadd
quickadd copied to clipboard
QuickAdd for Obsidian
**Describe the bug** Capture consists with only one non-breaking space itself doesn't work **To Reproduce** Steps to reproduce the behavior: 1. Go to options 2. Add new capture with settings...
**Is your feature request related to a problem? Please describe.** When an error is in a script, I would like it to stop the pipeline execution. It is specially disturbing...
**Describe the bug** A clear and concise description of what the bug is. capture fail to function   **Desktop (please complete the following information):** - OS: windows11 - Version...
Spawned from discussion #1008 — user feedback that the documentation doesn't match what they see in the plugin. ## Problem The docs have fallen out of sync with UI changes...
# Create a note from a template With this settings ## Problem Currently, in the choose folder modal, when you select a path and hit tab to fill the input...
## Create a note from template This modal currently list all existing paths. If a note is open, I suggest to add at the top of the list an item...
Hello, the script which I originally downloaded from https://github.com/chhoumann/quickadd/blob/master/docs/docs/Examples/Macro_MovieAndSeriesScript.md is missing, so here is the version from my vault. There are few if any changes to it from the original...
**Describe the bug** I cannot find the source for https://github.com/chhoumann/quickadd/blob/master/docs/docs/Examples/Macro_MovieAndSeriesScript.md **To Reproduce** There is a broken link to https://github.com/chhoumann/quickadd/blob/master/scripts/movies.js in the docs.
**Is your feature request related to a problem? Please describe.** Currently, when using a capture template like: ``` - @ **{{time}}** {{value}} ``` it is sometimes necessary to change the...
I tried this code in a dataviewjs block: ```js const quickAddApi = this.app.plugins.plugins.quickadd.api; const values = await quickAddApi.fieldSuggestions.getFieldValues("Id", { includeInline: true }); console.log(values); ``` where I have `Id:: 1000` in...