heynote/electron
Jonatan Heyman 957b22c70e Refactor the way we handle copy/cut/paste in Emacs mode
Previously we listened for the key bindings for copy, cut and paste in the Electron main process, and triggered the event using copy(), paste() and cut() methods on win.webContent. Now this is fully handled within the renderer process using the window.navigator.clipboard API.

This will make it simpler to implement fully customizable key bindings.
2024-01-06 01:51:07 +01:00
..
main Refactor the way we handle copy/cut/paste in Emacs mode 2024-01-06 01:51:07 +01:00
preload Add functionality for selecting a custom path for the buffer file. (#130) 2024-01-05 00:41:46 +01:00
config.js CloseBrackets setting toggle (#102) 2024-01-04 14:52:41 +01:00
constants.ts Check for updates once every 24 hours. 2023-03-06 10:24:23 +01:00
detect-platform.ts Add key bindings for inserting new blocks at the end/top of the buffer, as well as before the current block (#85) 2024-01-04 16:11:26 +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 Add key bindings for inserting new blocks at the end/top of the buffer, as well as before the current block (#85) 2024-01-04 16:11:26 +01:00