CodeblockCustomizer icon indicating copy to clipboard operation
CodeblockCustomizer copied to clipboard

Tasks code block keeps unfolding

Open conservative-dude opened this issue 7 months ago • 3 comments

Hi,

I use Obsidian 1.6.5 with CodeBlock Customizer and Tasks plugins. I have this weird behaviour in Live Preview when tasks codeblock keeps filling up with duplicated values from the tasks query and then cleaning up the duplicated values. It happens only when the current file also has some tasks.

I have disabled tasks in CodeBlock Customizer but the issue is still there.

Screenshot 2024-07-05 at 11 43 06

To reproduce: Step1 Create a file Tasks with

- [ ] Task 1
	- [ ] Task 2
	- [x] Task 3
	- [ ] Task 4
- [x] Task 6
- [ ] Task 7

Step2 Create an Example file with

Tasks

\```tasks
path includes Tasks
\```

# About yesterday
Some summary
- 1
- 2

# Plan for today
- [ ] 

and try to open it in Live Preview. If you'll try to add anything into "About yesterday" list, you will see the tasks codeblock flicking.

When I disable CodeBlock Customizer plugin, this issue no longer happens.

https://github.com/mugiwara85/CodeblockCustomizer/assets/55538308/caac2373-f5ae-44e0-b4c1-413f849560cb

conservative-dude avatar Jul 05 '24 11:07 conservative-dude