A dedicated scratchpad for developers
Go to file
2023-01-19 23:41:39 +01:00
.github/workflows Build both DMG and ZIP for both arm64 and intel architectures 2023-01-17 01:24:38 +01:00
electron Add new command for adding a new block after the current one, and moving the cursor to it. Change default Mod-Enter keybinding to use the new command, and added a new Mod-Shift-Enter keybinding to use the old command that inserts a new block separator at the cursor position (e.g. splits the current block). 2023-01-19 14:29:14 +01:00
public New greenish icon 2023-01-16 23:43:39 +01:00
resources Mac icon pixel push 2023-01-17 00:53:15 +01:00
src Don't emit event if we did not get an active block (can happen with extremely large blocks, most likely because of slow syntax tree parsing) 2023-01-19 23:41:39 +01:00
.gitignore Move contents of heynote-electron subdirectory into git repo root 2023-01-13 13:21:34 +01:00
electron-builder.json5 Build both DMG and ZIP for both arm64 and intel architectures 2023-01-17 01:24:38 +01:00
index.html Revert "Change icon on Windows" 2023-01-16 16:07:39 +01:00
package-lock.json Remember window size and position between sessions 2023-01-19 02:38:19 +01:00
package.json Remember window size and position between sessions 2023-01-19 02:38:19 +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 Reformat with tabsize 4 2023-01-14 19:51:40 +01:00