Commit Graph

  • 37265d7796
    Change title format in issue template Jonatan Heyman 2024-01-05 02:13:41 +0100
  • 8b5ff99af7
    Change title format in issue template Jonatan Heyman 2024-01-05 02:13:18 +0100
  • 2ed2909f45
    Better example values Jonatan Heyman 2024-01-05 02:10:37 +0100
  • 787e0447d7
    Minor formatting improvement to issue template Jonatan Heyman 2024-01-05 02:09:23 +0100
  • 002ad64a2d
    Update issue templates Jonatan Heyman 2024-01-05 02:07:58 +0100
  • efe78f7959 Fix broken windows build by adding old favicon.ico as icon.ico and pointing to it in electron-builder config v1.6.0-beta Jonatan Heyman 2024-01-05 01:16:34 +0100
  • 7841a91e3c Bump version to 1.6.0-beta Jonatan Heyman 2024-01-05 01:01:38 +0100
  • b9fd161551
    Add functionality for selecting a custom path for the buffer file. (#130) Jonatan Heyman 2024-01-05 00:41:46 +0100
  • 698b13c858 Add functionality for selecting a custom path for the buffer file. Automatically reload the buffer file (if one exists) when buffer path is changed. Move code buffer related code from main/index.ts into buffer.js Jonatan Heyman 2024-01-05 00:18:39 +0100
  • 916c2bdff3 Merge branch 'main' into markdown-keymaps Fernando Pinedo 2024-01-04 17:36:30 -0300
  • 8478511898 CHORE: added custom keymaps for markdown & Language specific keymaps Fernando Pinedo 2024-01-04 17:30:51 -0300
  • a94415ab65 Change order of key bindings in help text Jonatan Heyman 2024-01-04 16:16:21 +0100
  • d0d8f872a6
    Add key bindings for inserting new blocks at the end/top of the buffer, as well as before the current block (#85) Florian Labarre 2024-01-04 16:11:26 +0100
  • b80230454d
    Add Groovy language support (#111) Hojun Lee 2024-01-04 23:18:28 +0900
  • f1e0f4afd8
    Merge 0d17ad19bf into 0f3c714d56 Diego F. Goberna 2024-01-04 15:13:41 +0100
  • 0f3c714d56
    CloseBrackets setting toggle (#102) Florian Labarre 2024-01-04 14:52:41 +0100
  • 270530dca3 Add tests for Auto-close bracket setting Jonatan Heyman 2024-01-04 14:49:04 +0100
  • c80479e67e Move Auto-close brackets setting into new settings tab Editing Jonatan Heyman 2024-01-04 14:48:39 +0100
  • 883b48b445 Merge branch 'main' into enable-bracket-surround Jonatan Heyman 2024-01-04 14:33:28 +0100
  • acb7ddf189
    Add Settings to web app (#125) Jonatan Heyman 2024-01-04 14:27:04 +0100
  • ed9ff3762f Remove debug log Jonatan Heyman 2024-01-04 14:23:33 +0100
  • 81899dff64 Add awaits Jonatan Heyman 2024-01-04 14:18:56 +0100
  • b6857a288c Hide stand-alone app specific settings in web app Jonatan Heyman 2024-01-04 14:16:04 +0100
  • 1491895971 Add tests for settings dialog Jonatan Heyman 2024-01-04 14:12:49 +0100
  • bcc594a88f Add support for opening settings dialog in the webapp Jonatan Heyman 2024-01-04 13:50:41 +0100
  • 3db1dfeeba Update block.js zeltrex7 2024-01-04 10:10:05 +0530
  • 4d19ced39c Update block.js zeltrex7 2024-01-04 10:06:35 +0530
  • c5a4f3ced4 Update package-lock.json zeltrex7 2024-01-03 21:01:12 +0530
  • f950c46d48 Update block.js zeltrex7 2024-01-03 20:56:45 +0530
  • b51e0dc1f1 Issue #9 Export Current Block To a File zeltrex7 2024-01-03 20:50:32 +0530
  • b5eaea2fc6 FIX: fixed syntax corruption on line deletion Fernando Pinedo 2024-01-03 11:27:48 -0300
  • 462ea5eb2d Merge branch 'main' into keymap-CShiftK-fix Fernando Pinedo 2024-01-02 21:29:34 -0300
  • 5257c25dd9 fix: fixed "ctrl-shift-k" line deletion bug Fernando Pinedo 2024-01-02 21:27:48 -0300
  • c5542b7704 info: added java docs to some methods Fernando Pinedo 2024-01-02 21:25:53 -0300
  • 2c90c02c68
    Merge 761ca5e9b4 into 0ba5820cf4 Marc Shapiro 2024-01-02 21:38:18 +0000
  • 761ca5e9b4 Add created/updated times to initial content Marc Shapiro 2023-12-30 13:30:53 -0500
  • 44e764bee0 Give updated time its own css to avoid confusion Marc Shapiro 2023-12-30 12:22:44 -0500
  • 1497cfed67 Fix case when deleting across blocks Marc Shapiro 2023-12-28 00:51:57 -0500
  • a5c8d53709 Update updated time on each transaction that changes the document. Marc Shapiro 2023-12-28 00:36:36 -0500
  • 399a18943f Update updatedTime when language is changed. Marc Shapiro 2023-12-27 23:30:01 -0500
  • 8918c3026c Only show updated time Marc Shapiro 2023-12-27 23:25:56 -0500
  • d2e31e86cb Only show created time if its different than the updated time Marc Shapiro 2023-12-27 23:04:13 -0500
  • fc5afe74ec Store full time strings on block state (with delimiter) Marc Shapiro 2023-12-27 23:04:00 -0500
  • e842a1082e Present the year if its previous to current year Marc Shapiro 2023-12-27 22:41:55 -0500
  • a348d6e3ba Add updated time to status bar Marc Shapiro 2023-12-25 21:04:51 -0800
  • 4b23af2e6e Add created time to status bar Marc Shapiro 2023-12-25 20:55:56 -0800
  • 9960680f1f Add time module with helper methods for creating and parsing times in delimiter Marc Shapiro 2023-12-25 20:38:37 -0800
  • 02ebd205bf Draft a syntax for created and updated times Marc Shapiro 2023-12-23 10:51:47 -0800
  • 084ba28cb8 Add a default language setting Florian Labarre 2024-01-02 15:09:11 +0100
  • 2acf8a0c1c Add Groovy language support 이호준 2024-01-02 22:20:55 +0900
  • dbc62c55bd Fix Mod key on Mac in test Florian Labarre 2024-01-02 11:40:42 +0100
  • 6187938a19 Add a setting to toggle the auto bracket-closing of CodeMirror Florian Labarre 2024-01-02 00:35:20 +0100
  • 8710c68781 Add more specific tests Florian Labarre 2024-01-01 23:06:41 +0100
  • d20a287f66 Auto-generate the README.md and initial-content documentation Florian Labarre 2024-01-01 23:06:24 +0100
  • c28dd9028f Fix import Florian Labarre 2024-01-01 23:00:24 +0100
  • f8453cc265 Make RegEx more generic Florian Labarre 2024-01-01 23:00:08 +0100
  • bd0de4390a Fix wrong cursor position after inserting new blocks at the top of the buffer, when the previous first block's delimiter is long (e.g. Markdown) Jonatan Heyman 2024-01-01 20:55:15 +0100
  • 8f9f522709 Update help text and Readme Jonatan Heyman 2024-01-01 18:23:27 +0100
  • fe2900016a Fix visual bug when inserting new block at the top Jonatan Heyman 2024-01-01 18:14:22 +0100
  • e6c14c8383 Add block insertion before/after current, before first and after last. Also, tests. Florian Labarre 2023-12-28 19:04:46 +0100
  • a1a94513c9 Add functionality to insert new block after the last block Florian Labarre 2023-12-27 22:26:42 +0100
  • 0ba5820cf4
    Added Show in Dock Toggle and System Tray Feature (#90) Tanuj Pancholi 2024-01-02 00:32:30 +0530
  • a6c953649b Merge branch 'main' into tanuj-22-feature-hideInDockOption Jonatan Heyman 2024-01-01 20:00:01 +0100
  • 02de8089ef Remove unused import Jonatan Heyman 2024-01-01 19:54:55 +0100
  • f708d42a38 Fix indentation Jonatan Heyman 2024-01-01 19:54:09 +0100
  • 7ab2b3a65e Open window when Tray is single clicked on non Mac platforms Jonatan Heyman 2024-01-01 19:49:04 +0100
  • 4513804e24 Show window on Tray double-click Jonatan Heyman 2024-01-01 19:45:09 +0100
  • b8872d501c Use favicon.ico as windows tray icon Jonatan Heyman 2024-01-01 19:35:59 +0100
  • 17a1cfc675 Add new tray/favicon Jonatan Heyman 2024-01-01 19:31:19 +0100
  • 4274e6237b
    Watch buffer file for changes, and automatically reload it if changed (#76) Jonatan Heyman 2024-01-01 19:04:40 +0100
  • 0bf4d7301c Merge branch 'main' into buffer-file-reload Jonatan Heyman 2024-01-01 19:01:42 +0100
  • 0b6a1a49e8
    Add support for specifying a custom format function within a math block (#99) Jonatan Heyman 2023-12-31 10:43:42 +0100
  • 264f926990 Add support for specifying a custom format function within a math block math-custom-format Jonatan Heyman 2023-12-31 10:40:54 +0100
  • b0f3bdd19e
    Add Swift and Kotlin language support #10 (#96) Laeyoung 2023-12-31 18:07:21 +0900
  • ac656d3c10 Add Kotlin language support Laeyoung Chang 2023-12-30 20:44:00 +0900
  • 5b9a63cf5f Add Swift language support Laeyoung Chang 2023-12-30 20:43:21 +0900
  • 0d17ad19bf revert package-lock Diego F. Goberna 2023-12-30 01:21:27 +0100
  • aa623542e9 add shortcut to insert current date Diego F. Goberna 2023-12-30 01:13:33 +0100
  • 5fe94ff4c1 Use isMac, isWindows and isLinux for platform checks Jonatan Heyman 2023-12-29 14:20:25 +0100
  • 4a3e09b1bc Add Template Image as menu bar icon on MacOS Jonatan Heyman 2023-12-29 14:11:56 +0100
  • 8ace172798 Add Open Heynote and Quit Heynote to Tray context menu Jonatan Heyman 2023-12-29 12:21:09 +0100
  • a1cad5b335
    Don't display string quotes for math results that are strings. (#92) Jonatan Heyman 2023-12-29 10:47:02 +0100
  • 268fce6af6 Don't display string quotes for math results that are strings. Fix bug that could cause the cursor to be positioned immediately to the left of the widget (within its margin) making it look like there was a space character in the buffer when there was not. Add tests for math blocks. Jonatan Heyman 2023-12-29 10:43:29 +0100
  • eea090b302 show dock toggle for mac only Tanuj Pancholi 2023-12-29 15:01:15 +0530
  • dadd094521 Merge remote-tracking branch 'origin/main' into tanuj-22-feature-hideInDockOption Tanuj Pancholi 2023-12-29 05:12:26 +0530
  • d4236146ad Issue #62 Added Show in Dock, System Tray Toggle Tanuj Pancholi 2023-12-29 04:57:05 +0530
  • 6bbad360d4 Set correct platform for the Heynote web app Jonatan Heyman 2023-12-28 18:01:10 +0100
  • 6022356478
    Settings improvements (#88) Jonatan Heyman 2023-12-28 16:48:56 +0100
  • bd20e5a6e8 Store theme setting for Heynote webapp in local storage Jonatan Heyman 2023-12-28 16:46:05 +0100
  • d9b955ece0 Use a better variable name (systemTheme -> themeSetting) Jonatan Heyman 2023-12-28 16:38:22 +0100
  • 64552d2d5a Remove debug log Jonatan Heyman 2023-12-28 16:37:06 +0100
  • 513c6d426d Add setting for turning off/on auto updates. Jonatan Heyman 2023-12-28 14:56:05 +0100
  • adab45afdb Organize Settings in different tabs Jonatan Heyman 2023-12-28 14:42:09 +0100
  • 77ed45cfa2 Remove old, unused file Jonatan Heyman 2023-12-28 14:40:01 +0100
  • fa643a46f4 Add info about running tests Jonatan Heyman 2023-12-28 00:07:49 +0100
  • 713febbd40 More Readme formatting Jonatan Heyman 2023-12-28 00:01:17 +0100
  • 7d59bffada Readme formatting to look better on mobile devices Jonatan Heyman 2023-12-27 23:59:45 +0100
  • f8b2be16e3 Enable bracket surround Florian Labarre 2023-12-27 23:01:03 +0100
  • ab3df60032 Readme formatting Jonatan Heyman 2023-12-27 17:42:07 +0100
  • 56428fa2f9 Readme formatting: Jonatan Heyman 2023-12-27 17:41:02 +0100