dsebastien / obsidian-dataview-serializer

Obsidian plugin that gives you the power of Dataview, but generates Markdown, making it compatible with Obsidian Publish, and making the links appear on the Graph.
https://developassion.gitbook.io/obsidian-dataview-serializer
MIT License
69 stars 7 forks source link

Bug: Endless Dataview query serialization since 1.5.0 was released #30

Open dsebastien opened 3 days ago

dsebastien commented 3 days ago

The changes we made in #29 cause endless queries serialization in my vault. I have 10K+ notes, and heavily use this plugin (for MoCs, person notes, book notes, ...).

My hunch is that the delay between full updates is too short in my case.

dsebastien commented 3 days ago

@stevenwcarter I've reverted #29 for now and released 1.5.1 to limit impact on current users. We need to ensure this problem does not reoccur if we reintroduce those changes. I should have been more careful before merging; my bad.