heynote/tests
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
..
auto-closing-brackets.spec.js CloseBrackets setting toggle (#102) 2024-01-04 14:52:41 +01:00
basic-editing.spec.js Add Settings to web app (#125) 2024-01-04 14:27:04 +01:00
block-creation.spec.js 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
emacs-clipboard-keys.spec.js Refactor the way we handle copy/cut/paste in Emacs mode 2024-01-06 01:51:07 +01:00
formatting.spec.js Add Settings to web app (#125) 2024-01-04 14:27:04 +01:00
language-detection.spec.js Add Settings to web app (#125) 2024-01-04 14:27:04 +01:00
markdown.spec.js Add Settings to web app (#125) 2024-01-04 14:27:04 +01:00
math.spec.js Add Settings to web app (#125) 2024-01-04 14:27:04 +01:00
settings.spec.js Add Settings to web app (#125) 2024-01-04 14:27:04 +01:00
test-utils.js 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