quickadd
quickadd copied to clipboard
[BUG] Can't insert after heading and a blank line
Describe the bug
I want to insert after my ## Notes π header, but with a blank line. I can't manage to use the capture to capture things after my header and a new line, even thought I tried adding a \n.
Initial state, there's 3 spaces between my headings :
## Notes π
## Dashboard πΊοΈ
I use the capture to add a task :
## Notes π
- [ ] test β 2023-08-15
## Dashboard πΊοΈ
Instead of :
## Notes π
- [ ] test β 2023-08-15
## Dashboard πΊοΈ
To Reproduce
Expected behavior
## Notes π
- [ ] test β 2023-08-15
## Dashboard πΊοΈ
Try adding space in the Capture Format box itself. Something like this:
<leave_a_space_here>
{{value}} + {{date}}
Try adding space in the Capture Format box itself. Something like this:
<leave_a_space_here> {{value}} + {{date}}
I don't use the plugin anymore but thanks for providing an answer ! I certainly hope it'll help people down the line.