Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Refresh Any View

Michael NaumovMichael Naumov12k downloads

Allows to refresh any view without reopening it.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates57

formerly known as Refresh Preview, see Rebranding section for more details

This is a plugin for Obsidian that allows to refresh any view without reopening it.

It is usually useful if you have some dynamic content:

```dataviewjs
dv.span(new Date().toString());
```

When you switch to the preview or live preview mode, the content is rendered once and will rerender only if you change the content of the code block or reopen the note.

The plugin adds a Refresh button:

Demo

Also the plugin adds the Refresh Any View: Refresh active view command to the command palette.

The plugin allows to configure auto refresh on file change.

The plugin allows to configure auto refresh within a given time interval (it may introduce undesired UI flickering).

Installation

The plugin is available in the official Community Plugins repository.

Beta versions

To install the latest beta release of this plugin (regardless if it is available in the official Community Plugins repository or not), follow these steps:

  1. Ensure you have the BRAT plugin installed and enabled.
  2. Click Install via BRAT.
  3. An Obsidian pop-up window should appear. In the window, click the Add plugin button once and wait a few seconds for the plugin to install.

Debugging

By default, debug messages for this plugin are hidden.

To show them, run the following command:

window.DEBUG.enable('refresh-preview');

For more details, refer to the documentation.

Rebranding

This plugin was formerly known as Refresh Preview.

The plugin can now refresh any views, not only in preview mode. That's why it got a new name.

However, for the backward compatibility, the previous id refresh-preview is still used internally and you might find it

  • in plugin folder name;
  • in plugin URL;
  • in Debugging section;

Support

My other Obsidian resources

See my other Obsidian resources.

License

© Michael Naumov

HealthExcellent
ReviewPassed
About
Refresh any view without reopening it. Add a Refresh button and a "Refresh Active View" command to rerender preview, live preview, or other panes on demand, with optional auto-refresh on file changes or at set intervals.
CommandsAutomationInterface
Details
Current version
3.5.22
Last updated
2 days ago
Created
2 years ago
Updates
57 releases
Downloads
12k
Compatible with
Obsidian 1.12.7+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
Michael NaumovMichael Naumovmnaoumov
mnaoumov.dev/
GitHubmnaoumov
Xmnaoumov
  1. Community
  2. Plugins
  3. Commands
  4. Refresh Any View

Related plugins

Commander

Customize your workspace by adding commands everywhere, create macros and supercharge your mobile toolbar.

Note Toolbar

Add customizable toolbars to your notes.

Actions URI

Add additional `x-callback-url` endpoints to the app for common actions — it's a clean, super-charged addition to Obsidian URI.

Persistent Graph

Save and restore the positions of nodes on your graph.

Task Collector

Change task status and collect tasks within a document using hotkeys and context menus.

Tray

Run Obsidian from the system tray for customisable window management and global quick notes.

Attachment Management

Customize attachment path, auto-rename attachments, etc.

Hotkey Helper

Easily see and access any plugin's settings or hotkey assignments (and conflicts) from the Community Plugins tab.

Lean Terminal

Embedded terminal panel powered by xterm.js and node-pty - no external windows.

Shell commands

Define system commands that you want to execute via command palette, hotkeys, URI links or automated events. E.g. open external applications or perform automated file modifications.