A dedicated scratchpad for developers
Go to file
2023-01-13 15:31:22 +01:00
.github/workflows Lower artifact retention days to 1 2023-01-13 14:16:50 +01:00
electron Move contents of heynote-electron subdirectory into git repo root 2023-01-13 13:21:34 +01:00
public Move contents of heynote-electron subdirectory into git repo root 2023-01-13 13:21:34 +01:00
resources Move contents of heynote-electron subdirectory into git repo root 2023-01-13 13:21:34 +01:00
src Handle the fact that the syntax tree is being parsed in a separate thread, which can lead to broken UI on slow environments 2023-01-13 15:27:26 +01:00
.gitignore Move contents of heynote-electron subdirectory into git repo root 2023-01-13 13:21:34 +01:00
electron-builder.json5 Add commented out code that makes the build fail, but still manages to produce a x86 build (can be used for testing purposes) 2023-01-13 15:31:22 +01:00
index.html Move contents of heynote-electron subdirectory into git repo root 2023-01-13 13:21:34 +01:00
package-lock.json Use ensureSyntaxTree to not get visually broken blocks when syntax tree parsing is slow. 2023-01-13 14:39:35 +01:00
package.json Use ensureSyntaxTree to not get visually broken blocks when syntax tree parsing is slow. 2023-01-13 14:39:35 +01:00
tsconfig.json Move contents of heynote-electron subdirectory into git repo root 2023-01-13 13:21:34 +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 Move contents of heynote-electron subdirectory into git repo root 2023-01-13 13:21:34 +01:00