-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feautre request: auto-reload when file changes on file system #66
Comments
I'm curious: why would you want to edit the file in another editor? Which one? |
I normally use Vim for text editing, so would love to have a markdown viewer with pandoc support |
have a look at https://github.com/jgm/pandoc/wiki/Pandoc-Extras and search for vim... maybe any of those projects suit your needs? |
Hi, came here for exactly this feature request. My use case, however, is that I synchronize a directory of markdown files using syncthing. So when I modify a markdown file on my phone while waiting in line for lunch, I would like those modifications to show up on the laptop a little whiles later. For now, even just a notification saying that the file on-disk has changed would be sufficient to remind me to open the file again. Would that be within the spirit of panwriter? |
yes, good idea! that should be easy to implement... auto-reloading would make sense if we would switch file handling to be macOS-like... (what was introduced with macOS Lion)... but I think that's still not common on Windows and Linux? And there are no cross-platform APIs I know of that make it easy... |
Enhancement suggestion:
Add support for live preview (e.g., when editing file in another editor, automatically refresh changes, or add an option to do so)
The text was updated successfully, but these errors were encountered: