Commit Graph

11 Commits

Author SHA1 Message Date
Jonatan Heyman
92e87dd0f4 Update docs 2025-08-23 15:24:23 +02:00
Jonatan Heyman
5b5eecf388 Fix issue with new newlines getting inserted into docs 2025-06-27 15:55:46 +02:00
Jonatan Heyman
4ad6cbe11a Minor formatting fix the key bindings section of the docs 2025-06-16 22:42:48 +02:00
Jonatan Heyman
455ef203f2 Add info about additional key bindings to documentation 2025-06-13 23:45:22 +02:00
Jonatan Heyman
83478121d1 Upgrade to latest version of Vite.
Use sass-embedded packages instead of sass.
2025-04-22 16:55:04 +02:00
Jonatan Heyman
e0edcac9b0 Upgrade npm dependencies.
Update SASS files to use new @use syntax since @include is deprecated.
Include Open Sans font by importing CSS file, instead of SCSS (since it uses deprecated @include syntax).
2025-04-22 16:55:04 +02:00
Jonatan Heyman
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
2025-01-06 16:20:00 +01:00
Jonatan Heyman
2b100398d7 Fix so that '@' alias can be used for imports also in the main process 2025-01-06 15:01:18 +01:00
Jonatan Heyman
d6420e65e8 Add links to documentation in Readme 2024-07-08 14:48:45 +02:00
Jonatan Heyman
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
Jonatan Heyman
a7e0f53c35 Avoid code duplication by auto building the GUESSLANG_LANGUAGES list in langdetect-worker.js from the src/editor/languages.js:LANGUAGES list. 2024-02-09 16:02:07 +01:00