Commit Graph

  • 531b75150c
    Merge a706828a94 into a4b187ed49 Jonatan Heyman 2025-01-20 18:04:37 +0500
  • a4b187ed49 Bump version to 2.1.1 main v2.1.1 Jonatan Heyman 2025-01-15 14:16:23 +0100
  • d9056b1635 Fix "note" -> "buffer" terminology Jonatan Heyman 2025-01-15 14:15:15 +0100
  • fd1f86eb8a Update changelog Jonatan Heyman 2025-01-15 14:14:58 +0100
  • ee06b01b60 Fix broken sub directories on Windows Jonatan Heyman 2025-01-15 14:06:33 +0100
  • 159fad9dfd Fix "note" -> "buffer" terminology fix-windows-path-separator Jonatan Heyman 2025-01-15 14:15:15 +0100
  • 88c8706c50 Update changelog Jonatan Heyman 2025-01-15 14:14:58 +0100
  • e7e9f503b4 Fix broken sub directories on Windows Jonatan Heyman 2025-01-15 14:06:33 +0100
  • da523d70e7 Also trigger website build when a release is published Jonatan Heyman 2025-01-10 14:20:36 +0100
  • 3963e8fb30 Add github action workflow that triggers build of heynote.com Jonatan Heyman 2025-01-10 14:16:02 +0100
  • 346805bb81 Update Changelog Jonatan Heyman 2025-01-10 10:40:13 +0100
  • ef078b4627 Bump version to 2.1.3 v2.1.0 Jonatan Heyman 2025-01-10 10:20:02 +0100
  • b31310bc8b Update docs and readme Jonatan Heyman 2025-01-09 21:51:26 +0100
  • 10952883fa Bump version to 2.1.0-beta.3 v2.1.0-beta.3 Jonatan Heyman 2025-01-09 18:36:52 +0100
  • c82ec2b3a9 Upgrade Electron to version 33.3.1 Jonatan Heyman 2025-01-09 18:25:34 +0100
  • 856779d74b Upgrade Electron to version 33.3.1 electron33 Jonatan Heyman 2025-01-09 18:25:34 +0100
  • 449b0a569f Use block aware "Select All" command in context menu and app menu Jonatan Heyman 2025-01-09 17:14:09 +0100
  • 3107cb5368 Add right click context menu and improve application menu Jonatan Heyman 2025-01-09 17:03:51 +0100
  • 69e21500f2 Use block aware "Select All" command in context menu and app menu context-menu Jonatan Heyman 2025-01-09 17:14:09 +0100
  • db6e267f23 Add right click context menu and improve application menu Jonatan Heyman 2025-01-09 17:03:51 +0100
  • 0cec80be7d Bump version to 2.1.0-beta.2 v2.1.0-beta.2 Jonatan Heyman 2025-01-09 14:28:17 +0100
  • b23409157a Add Changelog entry Jonatan Heyman 2025-01-09 14:09:44 +0100
  • 52a6c444eb Position the cursor at the beginning of the next block when a block is deleted Jonatan Heyman 2025-01-09 14:04:02 +0100
  • 8232d36b24 Add Changelog entry Jonatan Heyman 2025-01-09 14:09:44 +0100
  • e195472464 Position the cursor at the beginning of the next block when a block is deleted Jonatan Heyman 2025-01-09 14:04:02 +0100
  • 03ec7a4867 Fix issue causing vite build not to work v2.1.0-beta Jonatan Heyman 2025-01-07 23:37:36 +0100
  • cf51779e37 Bump version to 2.1.0-beta Jonatan Heyman 2025-01-07 23:28:02 +0100
  • 6187d6d468 Add menu item to open "Move block" dialog Jonatan Heyman 2025-01-07 23:12:16 +0100
  • c9c092fc43 Add feature for moving the current block to another buffer Jonatan Heyman 2025-01-07 23:03:06 +0100
  • fba5668687 Add menu item to open "Move block" dialog Jonatan Heyman 2025-01-07 23:12:16 +0100
  • 31f3736e91 Add feature for moving the current block to another buffer Jonatan Heyman 2025-01-07 23:03:06 +0100
  • 158ac08418 Move block parsing functions into their own JS module so that they can be imported in node land when running Playwright tests Jonatan Heyman 2025-01-07 19:01:31 +0100
  • f356e3b249 Refactor editior instance creation and settings management Jonatan Heyman 2025-01-07 16:58:47 +0100
  • 9606bd9a02 Move block parsing functions into their own JS module so that they can be imported in node land when running Playwright tests Jonatan Heyman 2025-01-07 19:01:31 +0100
  • c7877812b0 Refactor editior instance creation and settings management Jonatan Heyman 2025-01-07 16:58:47 +0100
  • 574dcfdc24
    Listen for REDO_EVENT from main process and issue redo command when received (#292 #291) Jonatan Heyman 2025-01-06 16:29:12 +0100
  • 5b7c09a80c Merge branch 'main' into various-ipc-refactoring Jonatan Heyman 2025-01-06 16:23:22 +0100
  • ff980d240e Fix broken import Jonatan Heyman 2025-01-06 16:14:42 +0100
  • 9bf3a5dacc * Add window.heynote.mainProcess.on() and off() which can be used in browser land to communicate with the main process. Use these methods to remove intermediate onOpenSettings() and onSettingsChange() methods from window.heynote objects. * Convert some pesky TypeScript to JavaScript Jonatan Heyman 2025-01-06 16:13:36 +0100
  • 64740192bf Move constants from electron/constants.ts into src/common/constants.js Jonatan Heyman 2025-01-06 16:06:33 +0100
  • 3fbb3e324a Fix VSCode intellisense for imports using '@' alias Jonatan Heyman 2025-01-06 15:51:19 +0100
  • 174d2faf85 Listen for REDO_EVENT from main process and issue redo command when received Jonatan Heyman 2025-01-06 16:16:40 +0100
  • 27058a41f3 Fix broken import Jonatan Heyman 2025-01-06 16:14:42 +0100
  • 967e47f7c1 * Add window.heynote.mainProcess.on() and off() which can be used in browser land to communicate with the main process. Use these methods to remove intermediate onOpenSettings() and onSettingsChange() methods from window.heynote objects. * Convert some pesky TypeScript to JavaScript Jonatan Heyman 2025-01-06 16:13:36 +0100
  • 549c5e8c00 Move constants from electron/constants.ts into src/common/constants.js Jonatan Heyman 2025-01-06 16:06:33 +0100
  • bb389b4641 Fix VSCode intellisense for imports using '@' alias Jonatan Heyman 2025-01-06 15:51:19 +0100
  • 45b98a2c87 Fix broken syntax in 4139bc9c9c Jonatan Heyman 2025-01-06 15:17:12 +0100
  • 4139bc9c9c Remove unused quit function from preload script for cleanup Jonatan Heyman 2025-01-06 15:06:04 +0100
  • 1bfcf5e2d2 Make sure __TESTS__ is defined when running tests Jonatan Heyman 2025-01-06 15:02:11 +0100
  • 2b100398d7 Fix so that '@' alias can be used for imports also in the main process Jonatan Heyman 2025-01-06 15:01:18 +0100
  • e3765e578f Update Changelog Jonatan Heyman 2025-01-04 15:12:21 +0100
  • 92243dad34 Highlight code in PHP blocks also when <?php tags are missing Jonatan Heyman 2025-01-04 15:10:06 +0100
  • 0a61a1d6e7 Update Changelog Jonatan Heyman 2025-01-04 15:12:21 +0100
  • 311e4a9929 Highlight code in PHP blocks also when <?php tags are missing Jonatan Heyman 2025-01-04 15:10:06 +0100
  • fb2a01b4f1 Add brew instructions to docs Kc 2024-03-05 16:31:35 +1000
  • ad7eef1354 Update Changelog Jonatan Heyman 2025-01-04 14:05:48 +0100
  • 30d9817e44 Elixir language support Jesse Cooke 2025-01-03 21:35:12 -0800
  • 82494d818b fix(macos): show window on dock click when using menu bar mode Jonatan Heyman 2025-01-04 12:41:40 +0100
  • e78767da29 fix(macos): show window on dock click when using menu bar mode Jonatan Heyman 2025-01-04 12:41:40 +0100
  • a6c4e6faa7
    Elixir language support Jesse Cooke 2025-01-03 21:35:12 -0800
  • a4ca3198a9 add support for scala Yasien Dwieb 2025-01-03 00:13:02 +0200
  • 1701768d3d Update (commented out) debug build step v2.0.0 Jonatan Heyman 2025-01-04 00:23:31 +0100
  • 537e1683d3 Only print debug info on MacOS #build debug-build Jonatan Heyman 2025-01-04 00:15:59 +0100
  • 62ad5932db
    build grammar Jesse Cooke 2025-01-03 11:45:18 -0800
  • eedc6390cf Debug notarization error #build Jonatan Heyman 2025-01-03 17:26:46 +0100
  • 2620dd101d Bump version to 2.0.0 Jonatan Heyman 2025-01-03 17:13:11 +0100
  • e26a777485 Add info about language selector search improvement to Changelog Jonatan Heyman 2025-01-03 16:13:08 +0100
  • c87ea672b0 Make language selector also search through the languages' filename suffixes (using the guesslang attribute) Jonatan Heyman 2025-01-03 15:43:17 +0100
  • 77ab0afddd Make language selector also search through the languages' filename suffixes (using the guesslang attribute) Jonatan Heyman 2025-01-03 15:43:17 +0100
  • e67d29e1f9 add support for scala Yasien Dwieb 2025-01-03 00:13:02 +0200
  • 826f0963ae
    WIP: adding Elixir Jesse Cooke 2024-12-28 14:39:03 -0800
  • ff88091e28 Bump version to 2.0.0-beta v2.0.0-beta Jonatan Heyman 2024-12-12 13:45:12 +0100
  • 45c5379256 Make a backup copy of buffer.txt before migrating to new note library Jonatan Heyman 2024-12-12 13:11:58 +0100
  • 23f463cb23 Make a backup copy of buffer.txt before migrating to new note library Jonatan Heyman 2024-12-12 13:11:58 +0100
  • a7471fcb3b Fix icon for nix systems Jason 2024-11-09 15:38:17 +0000
  • b2ccbe8ddf Fix icon for nix systems Jason 2024-11-09 15:38:17 +0000
  • 5865181d98 Change terminology Note -> Buffer Jonatan Heyman 2024-12-09 14:08:29 +0100
  • 612df6c851 Add block with link to documentation to inital scratch buffer content Jonatan Heyman 2024-12-09 14:04:07 +0100
  • 1f24d1a4e3 Add help info for C-N key binding Jonatan Heyman 2024-12-09 14:03:29 +0100
  • 882919710e Update Changelog's 2.0 section Jonatan Heyman 2024-12-09 13:51:44 +0100
  • 3a90d2d12f Increase wait time in test Jonatan Heyman 2024-12-09 13:38:14 +0100
  • 96ae76897f Update Playwright to latest version Jonatan Heyman 2024-12-09 13:11:10 +0100
  • 146e33ef3f Set window title to name of current buffer Jonatan Heyman 2024-12-07 00:01:22 +0100
  • b7a1b185a8 Change terminology Note -> Buffer Jonatan Heyman 2024-12-06 14:42:47 +0100
  • 530a7efbf5 Pixel push Jonatan Heyman 2024-12-06 11:42:20 +0100
  • 0deefa01d9 Fix so that clicking on "Create new" item in notes selector works Jonatan Heyman 2024-12-06 01:32:37 +0100
  • 3466e0d4fc Bump version to 2.0.0-alpha.2 Jonatan Heyman 2024-12-06 00:31:25 +0100
  • fe6a410e95 Add "Create new..." item to the note selector dialog Jonatan Heyman 2024-12-05 23:20:13 +0100
  • 9c057b120a Add support for creating new empty note buffers Jonatan Heyman 2024-12-04 20:58:24 +0100
  • d54a3ba633 Add tests for creating new Note buffers Jonatan Heyman 2024-12-04 16:52:35 +0100
  • fb58bb6f36 Fix issue of Enter keystroke within New Note dialog being picked up by Editor (in web app) Jonatan Heyman 2024-12-04 16:49:01 +0100
  • 42c71dad7b Fix UI bug in web app Jonatan Heyman 2024-10-29 18:37:42 +0100
  • 45c2df5c28 Add __TESTS__ variable to web app when the tests are running Jonatan Heyman 2024-10-29 17:19:14 +0100
  • b7ffd5a2ce Web app: Migrate existing localStorage single buffer to buffer library Jonatan Heyman 2024-10-29 17:03:36 +0100
  • 3e84850147 Add code comment Jonatan Heyman 2024-10-29 16:48:15 +0100
  • 2c31f0170a Add support for mutiple notes to web app Jonatan Heyman 2024-10-29 16:47:55 +0100
  • 74e4c6347b Fix issue where Escape key wouldn't work in Note selector when there was text in the input causing no Notes to match Jonatan Heyman 2024-10-29 16:20:20 +0100
  • 946728060d Add attributes to prevent auto completion (for web app version) Jonatan Heyman 2024-10-29 16:19:40 +0100
  • f6b086b7e6 Use FileLibrary.load() method to make sure tracking of current buffer content works Jonatan Heyman 2024-10-29 15:30:10 +0100
  • d12f6577bf Remove debug logging Jonatan Heyman 2024-10-29 14:14:20 +0100