1
0
mirror of https://github.com/heyman/heynote.git synced 2025-02-25 14:42:10 +01:00
heynote/electron
Jonatan Heyman 3107cb5368 Add right click context menu and improve application menu
- Add right-click context menu with undo/redo/cut/copy/paste/select all options, as well as Delete block and Move block to another buffer
- Add Delete Block and Move Block to another buffer in the application menu
- Change so that we use our custom "undo" event instead of relying on the default undo event, since there were cases when the default undo didn't trigger the CodeMirror undo reliably
2025-01-09 17:19:59 +01:00
..
main Add right click context menu and improve application menu 2025-01-09 17:19:59 +01:00
preload Add right click context menu and improve application menu 2025-01-09 17:19:59 +01:00
config.js Add setting for configuring the default block language and language auto detection 2024-07-14 12:19:29 +02: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 () 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 block with link to documentation to inital scratch buffer content 2024-12-09 14:04:07 +01:00