You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the current versions of QuickAdd (1.13.2) and Templater (2.11.1) installed. I had not updated plugins for several weeks, and this first occurred when I updated plugins yesterday.
I utilize the following Capture command to create tasks:
Templates/Tasks Tag.md contains the following text:
<% tp.system.suggester([‘#quick’,‘#medium’,‘#long’],[‘#quick’,‘#medium’,‘#long’],true,“Tag”) %>
Templates/Tasks Priority.md contains the following text:
<% tp.system.suggester([‘:small_red_triangle:’,‘:arrow_double_up:’,‘:arrow_up_small:’,’ ‘,‘:arrow_double_down:’],[‘:small_red_triangle:’,‘:arrow_double_up:’,‘:arrow_up_small:’,’ ',‘:arrow_double_down:’],true,“Priority”) %>
The templater scripts are not executed in the following circumstances:
When "Capture to active file" is deselected and a folder or file is defined, and "Insert after" is deselected
When "Capture to active file" is selected and "Insert after" is selected
However, when "Capture to active file" is selected and "Insert after" is deselected, the Capture command executes correctly:
I have tested this with other templater scripts and files, and have observe the same error. I have not tested on the mobile app.
To Reproduce
Steps to reproduce the behavior:
Create Capture command in QuickAdd that references a template with a templater script
Deselect "Capture to active file" and deselect "Insert after"
Run Capture command
See error
Select "Capture to active file" and select "Insert after"
Define line to insert after
Run Capture command
See error
Expected behavior
When when "Capture to active file" is selected and "Insert after" is deselected, the Capture command executes correctly. The Capture command should execute correctly regardless of whether "Capture to active file" or "Insert after" are utilized.
Desktop:
OS: Windows 11 Enterprise, 24H2
Browser: Chrome
Obsidian version: v1.8.10
Smartphone:
n/a
Additional context
none
The text was updated successfully, but these errors were encountered:
Describe the bug
I have the current versions of QuickAdd (1.13.2) and Templater (2.11.1) installed. I had not updated plugins for several weeks, and this first occurred when I updated plugins yesterday.
I utilize the following Capture command to create tasks:
{{VALUE:Task Name}} {{TEMPLATE:Templates/Tasks Tag.md}} {{VDATE: Scheduled Date,:hourglass_flowing_sand:YYYY-MM-DD}} {{VDATE:Due Date, :date: YYYY-MM-DD}} {{TEMPLATE:Templates/Tasks Priority.md}}
Templates/Tasks Tag.md contains the following text:
<% tp.system.suggester([‘#quick’,‘#medium’,‘#long’],[‘#quick’,‘#medium’,‘#long’],true,“Tag”) %>
Templates/Tasks Priority.md contains the following text:
<% tp.system.suggester([‘:small_red_triangle:’,‘:arrow_double_up:’,‘:arrow_up_small:’,’ ‘,‘:arrow_double_down:’],[‘:small_red_triangle:’,‘:arrow_double_up:’,‘:arrow_up_small:’,’ ',‘:arrow_double_down:’],true,“Priority”) %>
The templater scripts are not executed in the following circumstances:
When "Capture to active file" is deselected and a folder or file is defined, and "Insert after" is deselected
When "Capture to active file" is selected and "Insert after" is selected
However, when "Capture to active file" is selected and "Insert after" is deselected, the Capture command executes correctly:
I have tested this with other templater scripts and files, and have observe the same error. I have not tested on the mobile app.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When when "Capture to active file" is selected and "Insert after" is deselected, the Capture command executes correctly. The Capture command should execute correctly regardless of whether "Capture to active file" or "Insert after" are utilized.
Desktop:
Smartphone:
Additional context
none
The text was updated successfully, but these errors were encountered: