Feautre request: auto-reload when file changes on file system
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)
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?
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...