heynote/public
Jonatan Heyman 079fa666d6
Implement web version of Heynote (#63)
* Move windows.darkMode -> window.heynote.themeMode

* Only add UpdateStatusItem if window.heynote.autoUpdate is set

* Update Vite

* Implement web version of Heynote.

Add a child vite project in ./webapp/ that is Heynote running within a browser. Imports almost all code from ../src/ and only adds a thin bridge that corresponds to the API between the Electron main process and the app code.

* Remove commented out tag

* Specify publicDir in vite config, instead of using a symlink

* Add webapp_dev npm command to package.json

* Add npm run command: webapp:build

* Add resolve alias '@' that points to project root.
Move assets file from public to assets in order to let Vite/Rollup handle bundling.
2023-12-25 14:18:44 +01:00
..
about.html Fix About dialog UI issues on Windows 2023-07-17 11:57:25 +02:00
favicon.ico New greenish icon 2023-01-16 23:43:39 +01:00
guesslang.min.js Use guesslang-js for language auto detection instead of Highlight.js 2023-12-06 02:52:51 +01:00
icon.png Add About dialog 2023-07-08 16:47:25 +02:00
langdetect-worker.js Add syntax highlighting support for C# (#55) 2023-12-24 10:59:24 +01:00
math.js Add support for Math blocks 2023-03-02 18:40:44 +01:00