heynote/webapp
Jonatan Heyman 4274e6237b
Watch buffer file for changes, and automatically reload it if changed (#76)
* Implement Buffer class in main process that watches for changes to the file, and notifies the editor in the renderer process so that it can update the buffer.

* Add Editor.setReadOnly() method

* Add dummy onChangeCallback function

* Remove debug logging
2024-01-01 19:04:40 +01:00
..
bridge.js Watch buffer file for changes, and automatically reload it if changed (#76) 2024-01-01 19:04:40 +01:00
index.html Implement web version of Heynote (#63) 2023-12-25 14:18:44 +01:00
main.js Implement web version of Heynote (#63) 2023-12-25 14:18:44 +01:00
vite.config.js Implement web version of Heynote (#63) 2023-12-25 14:18:44 +01:00