A dedicated scratchpad for developers
Go to file
Jonatan Heyman b26381164a Improve language auto detection
If content starts and ends with { & } or [ & ], we first try to parse is as JSON. If that succeeds, we'll assume it's JSON.

Increase the highlightjs relevance threshold. 

Hopefully this will result in fewer false positives that have been observed (e.g. for CSS and JSON).
2023-03-07 15:01:41 +01:00
.github/workflows Remove build-windows Github action 2023-03-06 01:32:16 +01:00
build Try to get Mac singning and notarization working in github action 2023-03-05 13:28:15 +01:00
electron Improve auto update 2023-03-07 01:45:23 +01:00
public Improve language auto detection 2023-03-07 15:01:41 +01:00
resources Mac icon pixel push 2023-01-17 00:53:15 +01:00
src Improve language auto detection 2023-03-07 15:01:41 +01:00
.gitignore Try to get Mac singning and notarization working in github action 2023-03-05 13:28:15 +01:00
electron-builder.json5 Use electron-builder-notarize for Mac app notarization 2023-03-05 14:41:34 +01:00
index.html Turn off nodeIntegration. Without it disabled, Math.js does not work in production build. 2023-03-02 20:59:13 +01:00
package-lock.json Fix cursor position issue when pressing page up/down 2023-03-06 01:55:06 +01:00
package.json Fix seamless start/stop of update icon's spinning animation. 2023-03-07 02:24:08 +01:00
tsconfig.json Set allowJs:true in tsconfig.json 2023-01-15 12:55:12 +01:00
tsconfig.node.json Move contents of heynote-electron subdirectory into git repo root 2023-01-13 13:21:34 +01:00
vite.config.ts Add warning comment 2023-03-02 21:10:15 +01:00