Commit Graph

  • 858635e190
    Merge 60f27095e1 into ca38f9f932 Jason Allan 2024-11-09 16:03:40 +0000
  • 60f27095e1 Fix icon for nix systems Jason 2024-11-09 15:38:17 +0000
  • 8a9d75caeb Fix UI bug in web app multiple-notes Jonatan Heyman 2024-10-29 18:37:42 +0100
  • b90c338a1c Add __TESTS__ variable to web app when the tests are running Jonatan Heyman 2024-10-29 17:19:14 +0100
  • 74ecd36b71 Web app: Migrate existing localStorage single buffer to buffer library Jonatan Heyman 2024-10-29 17:03:36 +0100
  • 03b599b0f6 Add code comment Jonatan Heyman 2024-10-29 16:48:15 +0100
  • 61ba9b69c9 Add support for mutiple notes to web app Jonatan Heyman 2024-10-29 16:47:55 +0100
  • 3b3304394f 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
  • de7d0427c9 Add attributes to prevent auto completion (for web app version) Jonatan Heyman 2024-10-29 16:19:40 +0100
  • c832076584 Use FileLibrary.load() method to make sure tracking of current buffer content works Jonatan Heyman 2024-10-29 15:30:10 +0100
  • d9e4bc238f Remove debug logging Jonatan Heyman 2024-10-29 14:14:20 +0100
  • 28a44b872a Show error message if failing to unserialize note data (e.g. if a note's format has a major version that is unsupported) Jonatan Heyman 2024-10-29 14:12:18 +0100
  • bca502f567 Add note about breaking change (default scratch file path changed) to changelog Jonatan Heyman 2024-10-29 14:08:33 +0100
  • 895e6df51a Fix typo Jonatan Heyman 2024-10-29 13:48:36 +0100
  • 069032b6ab Add link to changelog and minor formatting change Jonatan Heyman 2024-10-29 13:43:03 +0100
  • 49e04b1bf1 Update docs and changelog Jonatan Heyman 2024-10-29 13:34:59 +0100
  • 7b69955293 Check all open buffer files for changes when window gets focus Jonatan Heyman 2024-10-29 12:27:17 +0100
  • 0148e2dac4 #build Jonatan Heyman 2024-10-28 13:57:20 +0100
  • 40771b8fb5 Don't trigger buffer:change event when file is removed Jonatan Heyman 2024-10-28 13:56:27 +0100
  • cf2be9723d Fix artifact file name Jonatan Heyman 2024-10-07 13:01:40 +0200
  • 3d502c12d2 Change which Mac file is put into build artifact Jonatan Heyman 2024-10-06 16:57:09 +0200
  • 699af254a0 Build app and upload artifacts when commit message contains #build Jonatan Heyman 2024-10-06 12:01:55 +0200
  • 02d396d50d Bump version to 2.0.0-alpha Jonatan Heyman 2024-10-06 12:01:17 +0200
  • 570da126fc Remove unused import Jonatan Heyman 2024-10-03 09:47:48 +0200
  • f95686dd54 Remove debug log Jonatan Heyman 2024-09-12 12:05:31 +0200
  • 7121042237 Remove C-p and C-n key bindings from Emacs mode (since they interfer with new key bindings for multiple notes support) Jonatan Heyman 2024-09-12 11:42:38 +0200
  • 302bb16a15 Use relative URL for changelog link Jonatan Heyman 2024-09-11 12:06:11 +0200
  • cd1536f77d Add link to Changelog in the docs Jonatan Heyman 2024-09-11 12:05:08 +0200
  • 00ae915875 Move Changelog into separate file Jonatan Heyman 2024-09-11 11:57:03 +0200
  • 6203be29ab Add Changelog to docs Jonatan Heyman 2024-09-11 11:50:21 +0200
  • 3f4a0148a2
    Merge b1746c58cb into ca38f9f932 Jonatan Heyman 2024-09-11 11:40:19 +0200
  • b1746c58cb Implement functionality for deleting notes Jonatan Heyman 2024-09-10 16:22:30 +0200
  • c010df083c WIP: Multiple notes support Jonatan Heyman 2024-09-10 13:34:23 +0200
  • 88072237af Fix issue with changing theme and other editor settings not propagating down to the editor instances Jonatan Heyman 2024-09-10 09:55:14 +0200
  • 487168d153 Fix error when NoteSelector has zero results Jonatan Heyman 2024-09-07 12:15:35 +0200
  • d5dc4760d8 Implement support for editing notes' metadata, and ability to move notes into other directories. Jonatan Heyman 2024-09-04 15:22:06 +0200
  • c0561a0db9
    Merge 880371f448 into ca38f9f932 이종우 (Lee Jongwoo) 2024-09-01 15:20:30 +0000
  • 880371f448 remove abbreviations 'auto' JongwooLee 2024-09-02 00:19:54 +0900
  • 809db95d20 Add comment in filteredItems JongwooLee 2024-09-02 00:08:21 +0900
  • a6c495ec53 Abbreviation support in language selector JongwooLee 2024-09-02 00:06:16 +0900
  • f39ba9e1eb
    Merge a706828a94 into ca38f9f932 Jonatan Heyman 2024-08-18 21:32:38 +0700
  • a9c962b174 Don't close/close folder when New folder button is clicked Jonatan Heyman 2024-08-04 17:58:20 +0200
  • 41da9344b6 Minor color tweak in dark mode Jonatan Heyman 2024-08-04 17:53:31 +0200
  • 45fd167f6d Propagate settings changes to all cached Editor instances (and not just the active one) Jonatan Heyman 2024-08-04 17:42:53 +0200
  • 60b5c910a9 Dark mode styling of New Note dialog Jonatan Heyman 2024-08-04 17:36:47 +0200
  • ffc4464e78 Add ability to open/close folders in New Note dialog Jonatan Heyman 2024-08-04 17:12:17 +0200
  • 7c3aa163e3
    Merge 4e1ddac12c into ca38f9f932 W Lim 2024-07-29 21:13:47 -0400
  • fdfe74ebf3 Change to non-deprecated syntax for ::v-deep selectors Jonatan Heyman 2024-07-27 11:29:01 +0200
  • d97d5558ea Use fuzzysort to filter languages Jonatan Heyman 2024-07-27 11:26:10 +0200
  • a95b043b12 Use fuzzysearch to filter notes in NoteSelector Jonatan Heyman 2024-07-27 11:11:49 +0200
  • d74499425e Sort notes in notes selector by how recent they were opened Jonatan Heyman 2024-07-27 10:26:51 +0200
  • 4b39078689 WIP: Implement ability to create new notes. Support cache of multiple Editor instances. Jonatan Heyman 2024-07-26 11:30:25 +0200
  • dbf675a28a WIP: Create new node dialog Jonatan Heyman 2024-07-25 13:25:19 +0200
  • 52ae077287 Pixel push Jonatan Heyman 2024-07-25 13:22:08 +0200
  • 44aed5feb0 Better error message Jonatan Heyman 2024-07-25 13:21:28 +0200
  • ca38f9f932
    Fix link main Jonatan Heyman 2024-07-24 16:46:09 +0200
  • f384280679 Fix typo and grammar in documentation. Peter Jaric 2024-07-24 16:34:57 +0200
  • c7f68567fc Add instructions about the global hotkey in Wayland. Refactor Linux documentation. Peter Jaric 2024-07-24 16:25:45 +0200
  • 372ce351b4 Improve handling of global hotkey in Linux. Peter Jaric 2024-07-24 10:56:16 +0200
  • 45438e7c36 Fix typo and grammar in documentation. Peter Jaric 2024-07-24 16:34:57 +0200
  • 7fc5b6f26c Add instructions about the global hotkey in Wayland. Refactor Linux documentation. Peter Jaric 2024-07-24 16:25:45 +0200
  • 03db1efd2f Place scrollbar for Language selector and Note selector within the list instead of scrolling the whole "screen" Jonatan Heyman 2024-07-24 14:30:14 +0200
  • f11f360496 WIP: Implement support for multiple notes Jonatan Heyman 2024-07-24 13:52:44 +0200
  • f156320601 Add a way to display error dialogs Jonatan Heyman 2024-07-24 12:31:19 +0200
  • 76058a8d78 Improve handling of global hotkey in Linux. Peter Jaric 2024-07-24 10:56:16 +0200
  • 95c20975dd Fix tests buffer-metadata Jonatan Heyman 2024-07-17 15:30:08 +0200
  • 68c741ea46 Throw error if major format version is greater than the currently supported version Jonatan Heyman 2024-07-17 15:20:21 +0200
  • 8f39b6687e Add test that checks that existing keys are kept in buffer files' metadata Jonatan Heyman 2024-07-16 10:24:15 +0200
  • 86243f493d Fix race condition that could cause the editor to not scroll the cursor(s) into the viewport upon loading Jonatan Heyman 2024-07-15 20:23:17 +0200
  • 4b5222c324 Add test for saving and restoring cursor positions Jonatan Heyman 2024-07-15 13:32:14 +0200
  • d317ac59a6 Fix broken tests Jonatan Heyman 2024-07-15 13:13:25 +0200
  • 2e262241c9 Add metadata to the beginning of the serialized buffer. Jonatan Heyman 2024-07-15 10:45:25 +0200
  • 633ea633b9 Bump version to 1.8.0 v1.8.0 Jonatan Heyman 2024-07-14 15:39:25 +0200
  • a870f5c51b Add feature list to documentation Jonatan Heyman 2024-07-14 14:56:49 +0200
  • a4c1ee980d Add Vue to supported languages list in README Jonatan Heyman 2024-07-14 14:55:26 +0200
  • 25364ec7e7 Bump version to 1.8.0-beta.3 v1.8.0-beta.3 Jonatan Heyman 2024-07-14 14:52:10 +0200
  • 8626dcc141 Fix error on startup when cursor is moved to the end of a large buffer (caused by the syntaxTree not being parsed in time) Jonatan Heyman 2024-07-14 14:42:21 +0200
  • 1b7f882655 Fix error on startup when cursor is moved to the end of a large buffer (caused by the syntaxTree not being parsed in time) Jonatan Heyman 2024-07-14 14:42:21 +0200
  • 971f406720 Bump version to 1.8.0-beta.2 v1.8.0-beta.2 Jonatan Heyman 2024-07-14 13:26:52 +0200
  • b2dbd7efb8
    Merge 91f3cbdfb8 into 8e24fe9e98 Abhishek Maran 2024-07-14 13:21:58 +0200
  • 8e24fe9e98 Move Math blocks' format and toLocaleString() example from README into docs/ Jonatan Heyman 2024-07-14 13:17:16 +0200
  • e84b36273a Merge branch 'main' into patch-1 Jonatan Heyman 2024-07-14 13:16:15 +0200
  • 6363422585
    Merge branch 'main' into support-dart-syntax Jonatan Heyman 2024-07-14 12:51:14 +0200
  • 6ec20ee873 Guesslang does not support Vue Jonatan Heyman 2024-07-14 12:41:33 +0200
  • c870a48a7e build grammar JongwooLee 2024-07-07 23:35:26 +0900
  • f9c841d19e add vue language support JongwooLee 2024-07-07 23:25:18 +0900
  • bffca46cd8 Guesslang does not support Vue Jonatan Heyman 2024-07-14 12:41:33 +0200
  • 0aaf62925f Add test for custom default block language Jonatan Heyman 2024-07-14 12:14:58 +0200
  • d82b3920d7 Add setting for configuring the default block language and language auto detection Jonatan Heyman 2024-07-12 14:33:26 +0200
  • 2fdef8d72c Add test for custom default block language Jonatan Heyman 2024-07-14 12:14:58 +0200
  • 413742e6c9
    Merge b429ae61e2 into e5d4d31ca2 lsewcx 2024-07-13 05:28:41 +0000
  • b429ae61e2 fix: changelanguages failed lsewcx 2024-07-13 13:28:32 +0800
  • e454a2cf9f 卸载i18next-electron-fs-backend包 lsewcx 2024-07-13 13:19:06 +0800
  • 6cf50e7a52 Added vue3-i18n, and added Chinese language at the same time lsewcx 2024-07-13 13:11:36 +0800
  • 715294df15 Add setting for configuring the default block language and language auto detection Jonatan Heyman 2024-07-12 14:33:26 +0200
  • 05ca2995bf Added vue3-i18n, and added Chinese language at the same time lsewcx 2024-07-12 15:25:11 +0800
  • e5d4d31ca2 Bump ejs from 3.1.9 to 3.1.10 dependabot[bot] 2024-07-11 12:53:19 +0000
  • 71f6a033cf Bump braces from 3.0.2 to 3.0.3 dependabot[bot] 2024-07-11 12:50:27 +0000
  • 648243c9aa
    Bump ejs from 3.1.9 to 3.1.10 dependabot[bot] 2024-07-11 12:53:19 +0000
  • af61898277
    Bump braces from 3.0.2 to 3.0.3 dependabot[bot] 2024-07-11 12:50:27 +0000