Commit Graph

41 Commits

Author SHA1 Message Date
aa7daf4ed6 Add info about custom key bindings to documentation 2025-04-19 13:37:23 +02:00
15727551f3 Bump version. Add Changelog entries.
#build
2025-04-19 13:37:23 +02:00
76df74fe67 Bump version to 2.1.4 2025-04-08 13:35:06 +02:00
c397511bda Bump version to 2.1.4-beta 2025-04-07 13:15:09 +02:00
15df9e5e5c Fix issue when pressing Ctrl/Cmd+A in a text input inside a modal dialog 2025-04-07 13:12:01 +02:00
85f59661e9 Fix issue with positioning and size of todo list checkboxes in Markdown blocks
Use two different ways of positioning the checkbox depending on if the font is monospaced or not
2025-04-07 11:50:41 +02:00
ff68fee5ba Update changelog 2025-03-03 16:56:17 +01:00
ea16ff0c73 Update changelog 2025-03-03 13:54:22 +01:00
d9056b1635 Fix "note" -> "buffer" terminology 2025-01-15 14:15:33 +01:00
fd1f86eb8a Update changelog 2025-01-15 14:15:33 +01:00
346805bb81 Update Changelog 2025-01-10 10:40:13 +01:00
ef078b4627 Bump version to 2.1.3 2025-01-10 10:20:02 +01:00
b31310bc8b Update docs and readme 2025-01-09 21:51:26 +01:00
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
b23409157a Add Changelog entry 2025-01-09 14:16:20 +01:00
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
e3765e578f Update Changelog 2025-01-04 15:12:50 +01:00
Kc
fb2a01b4f1 Add brew instructions to docs 2025-01-04 14:22:44 +01:00
ad7eef1354 Update Changelog 2025-01-04 14:05:48 +01:00
30d9817e44 Elixir language support 2025-01-04 14:01:55 +01:00
a4ca3198a9 add support for scala 2025-01-04 00:39:34 +01:00
e26a777485 Add info about language selector search improvement to Changelog 2025-01-03 16:13:08 +01:00
ff88091e28 Bump version to 2.0.0-beta 2024-12-12 13:45:12 +01:00
45c5379256 Make a backup copy of buffer.txt before migrating to new note library 2024-12-12 13:41:55 +01:00
1f24d1a4e3 Add help info for C-N key binding 2024-12-09 14:03:29 +01:00
882919710e Update Changelog's 2.0 section 2024-12-09 13:51:44 +01:00
d590c625bb Add note about breaking change (default scratch file path changed) to changelog 2024-12-09 12:37:05 +01:00
75b7eac5ca Fix typo 2024-12-09 12:37:05 +01:00
57d4ac49e0 Add link to changelog and minor formatting change 2024-12-09 12:37:05 +01:00
4833db9928 Update docs and changelog 2024-12-09 12:37:05 +01:00
bd4ebdfec0 Use relative URL for changelog link 2024-12-09 12:37:05 +01:00
b0161836aa Add link to Changelog in the docs 2024-12-09 12:37:05 +01:00
2ec4fecd1a Move Changelog into separate file 2024-12-09 12:37:05 +01:00
9863501b70 Add Changelog to docs 2024-12-09 12:37:05 +01:00
7be0a304d0 WIP: Multiple notes support
Add support for migrating old buffer file to new library.

Add support for changing location for the notes library.

Replace theme toggle in status bar with a dropdown in Appearance settings.

Improve New Note and Update Note dialogs.

Implement UI for confirming note delete (the actualal deltion is still to be implemented).
2024-12-09 12:37:05 +01:00
ca38f9f932 Fix link
Signed-off-by: Jonatan Heyman <jonatan@heyman.info>
2024-07-24 16:46:09 +02:00
f384280679 Fix typo and grammar in documentation. 2024-07-24 16:42:34 +02:00
c7f68567fc Add instructions about the global hotkey in Wayland. Refactor Linux documentation. 2024-07-24 16:42:34 +02:00
a870f5c51b Add feature list to documentation 2024-07-14 14:56:49 +02:00
8e24fe9e98 Move Math blocks' format and toLocaleString() example from README into docs/ 2024-07-14 13:17:16 +02:00
478b78780d Add documentation, and update code that injects key bindings to also inject it into the docs 2024-07-08 14:00:18 +02:00