heynote/electron
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
..
main Watch buffer file for changes, and automatically reload it if changed (#76) 2024-01-01 19:04:40 +01:00
preload Watch buffer file for changes, and automatically reload it if changed (#76) 2024-01-01 19:04:40 +01:00
config.js Settings improvements (#88) 2023-12-28 16:48:56 +01:00
constants.ts Check for updates once every 24 hours. 2023-03-06 10:24:23 +01:00
detect-platform.ts Add bufferPath to config, support bufferPath symlink (#27) 2023-12-23 11:17:13 +01:00
electron-env.d.ts Move contents of heynote-electron subdirectory into git repo root 2023-01-13 13:21:34 +01:00
initial-content.ts Fix keyboard shortcut help text in the initial buffer text 2023-12-23 00:52:14 +01:00
keymap.js Add setting for turning on/off line number gutters and fold gutters 2023-01-27 17:18:31 +01:00