p1tt152 downloadsToggle Dataview auto-refresh on/off from the status bar or command palette.
A minimal Obsidian plugin that lets you pause and resume Dataview's automatic refresh with one click or hotkey.
When editing notes with Dataview queries (especially daily notes with task queries), every keystroke triggers Dataview to re-render its blocks. This causes jank and interrupts your typing flow. This plugin adds a quick toggle so you can pause auto-refresh while writing and resume when you're done.
DV: Auto / DV: Paused in the bottom-right to toggleWhen you resume, Dataview immediately refreshes all views to catch up.
You can override the global setting for individual notes by adding a dataview-refresh property to the note's frontmatter:
---
dataview-refresh: false
---
Setting the property to false pauses auto-refresh whenever that note is open, regardless of the global setting. Setting it to true forces auto-refresh on, even when the global setting is paused. Omitting the property entirely means the note follows the global setting.
The override is temporary. When you navigate away from the note, the global setting is restored. If you manually toggle while on an overriding note, that becomes the new global setting and the note's override is cleared for that visit.
BRAT: Add a beta plugin for testingp1tt1/obsidian-dataview-togglemain.js, manifest.json, and styles.css from the latest releasedataview-toggle in your vault's .obsidian/plugins/ directory