Refresh Preview

by mnaoumov
5
4
3
2
1
Score: 61/100

Description

Category: Note Enhancements

The Refresh Preview plugin enhances Obsidian's preview mode by allowing users to refresh rendered content without reopening the note. This is particularly useful for dynamic content such as Dataview or custom scripts that update over time. The plugin provides a refresh button, a command palette option, and configurable auto-refresh settings based on file changes or time intervals, ensuring content stays updated seamlessly.

Reviews

No reviews yet.

Stats

23
stars
11,781
downloads
1
forks
673
days
31
days
64
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
9
total issues
0
open issues
9
closed issues
49
commits

Latest Version

README file from

Github

Refresh Any View

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

Buy Me a Coffee GitHub release GitHub downloads

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

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Core Search Assistant
4 years ago by qawatake
An Obsidian plugin to enhance built-in search: keyboard interface, card preview, bigger preview
Link Embed
4 years ago by SErAphLi
This plugin allow you to convert URLs in your notes into embeded previews.
Enlightenment
4 years ago by ryanjamurphy
Pay attention to what you're paying attention to.
Hugo preview obsidian
3 years ago by fzdwx
:superhero: Hugo preview in obsidian
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
2Hop Links Plus
3 years ago by Tokuhiro Matsuno, L7Cy
Related links up to 2 hops away are displayed in a card format.
Email Reader
3 years ago by Pulsovi
Run
2 years ago by Hananoshika Yomaru
Generate markdown from dataview query and javascript.
Smart HTML Select
2 years ago by Isaia Riva
An Obsidian plugin to insert a smart HTML select element into the editor
Convert url to preview (iframe)
6 years ago by FHachez
Plugin for Obsidian.md to convert a selected URL to an iframe.
Rich Links
5 years ago by dhamaniasad
Auto Split
4 years ago by James Sartelle
Open notes with side-by-side editor & preview
Link Preview
a year ago by Felipe Tappata
Obsidian plugin that previews external links on hover.
Force Read Mode
a year ago by al3xw
Collapsible Code Blocks
a year ago by Bradley Wyatt
Obsidian Plugin that makes code blocks collapsible in reading and edit view as well as enabling scroll-able code blocks.
MP Preview
a year ago by Yeban
一个帮助你快速将 Obsidian 笔记转换为微信公众号格式的插件。
Ace Code Editor
a year ago by RavenHogWarts
An enhanced code editor using Ace editor
Handlebars Dynamic Templating
3 months ago by Hide_D
Handlebars dynamic templating. Define template files and use them dynamically via hb blocks. Template recursion is also possible.
Card Forge
2 months ago by Carl Sverre
Convert notes into printable cards.