Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mnaoumov/obsidian-refresh-preview
- Owner: mnaoumov
- License: mit
- Created: 2024-07-05T00:14:38.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-12T14:01:23.000Z (3 months ago)
- Last Synced: 2024-09-13T02:09:53.984Z (3 months ago)
- Language: TypeScript
- Size: 409 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## License
© [Michael Naumov](https://github.com/mnaoumov/)