Commit Graph

12 Commits

Author SHA1 Message Date
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
Jonatan Heyman
b23409157a Add Changelog entry 2025-01-09 14:16:20 +01:00
Jonatan Heyman
c9c092fc43 Add feature for moving the current block to another buffer
- The Ctrl/Cmd-S keyboard shortcut now pops up a buffer search dialog that can be used to select a buffer that the block should be moved to. 
- Update `BufferSelector` UI and logic to support moving blocks
2025-01-07 23:17:23 +01:00
Jonatan Heyman
e3765e578f Update Changelog 2025-01-04 15:12:50 +01:00
Jonatan Heyman
ad7eef1354 Update Changelog 2025-01-04 14:05:48 +01:00
Jonatan Heyman
e26a777485 Add info about language selector search improvement to Changelog 2025-01-03 16:13:08 +01:00
Jonatan Heyman
ff88091e28 Bump version to 2.0.0-beta 2024-12-12 13:45:12 +01:00
Jonatan Heyman
45c5379256 Make a backup copy of buffer.txt before migrating to new note library 2024-12-12 13:41:55 +01:00
Jonatan Heyman
882919710e Update Changelog's 2.0 section 2024-12-09 13:51:44 +01:00
Jonatan Heyman
d590c625bb Add note about breaking change (default scratch file path changed) to changelog 2024-12-09 12:37:05 +01:00
Jonatan Heyman
4833db9928 Update docs and changelog 2024-12-09 12:37:05 +01:00
Jonatan Heyman
2ec4fecd1a Move Changelog into separate file 2024-12-09 12:37:05 +01:00