Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnaoumov/obsidian-refresh-preview

An Obsidian plugin that allows to refresh preview mode without reopening the note
https://github.com/mnaoumov/obsidian-refresh-preview

Last synced: about 1 month ago
JSON representation

An Obsidian plugin that allows to refresh preview mode without reopening the note

Awesome Lists containing this project

README

        

# Refresh Preview

This is a plugin for [Obsidian](https://obsidian.md/) that allows to refresh preview mode without reopening the note.

It is usually useful if you have some dynamic content:

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

When you switch to the 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 Preview` button:

![Demo](images/demo.gif)

Also the plugin adds the `Refresh Preview: Refresh` 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.

## Installation

- `Refresh Preview` is available on [the official Community Plugins repository](https://obsidian.md/plugins?id=refresh-preview).
- Beta releases can be installed through [BRAT](https://github.com/TfTHacker/obsidian42-brat).

## Support

Buy Me A Coffee

## License

© [Michael Naumov](https://github.com/mnaoumov/)