yusukebe / revealgo

Markdown driven presentation tool written in Go!
MIT License
237 stars 22 forks source link

Live reloading #26

Open yusukebe opened 2 years ago

yusukebe commented 2 years ago

Implement a live reloading option. When the markdown file is changed, slides are reload automatically. PR: #3 by @vjeantet made an offer to implement this function. I have been rejected it, but now we want to make this function.

king-11 commented 2 years ago

I can work on this issue. You mentioned a different way in #3 can you explain...I was planning to make use of fsnotify. As there is no better option I guess for file watchers.

yusukebe commented 2 years ago

Thank you. I want you help on writing a live reloading option. It's good to use fsnotify.