docelic / fluence

WYSIWYG wiki powered by Crystal, markdown, and Git
GNU General Public License v3.0
48 stars 1 forks source link

Add watcher for file modifications #30

Closed docelic closed 6 years ago

docelic commented 6 years ago

It is possible to edit wiki files directly on the filesystem.

Add a file watcher like: https://github.com/Sauilitired/FileServer/blob/master/src/file_server.cr

And rebuild/update index etc. as necessary.