A dedicated scratchpad for developers
Go to file
Jonatan Heyman 51e89ad55c Set padding-top on .cm-content class instead of using .block-start element for the padding. This fixes an issue with being able to scroll the editor when there is only a single line in the document.
Use 1px border for line between blocks. This way we can make sure blocks always overlap slightly, and we don't have to care about fractional pixel rounding errors.
2023-01-14 15:04:53 +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 Set padding-top on .cm-content class instead of using .block-start element for the padding. This fixes an issue with being able to scroll the editor when there is only a single line in the document. 2023-01-14 15:04:53 +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 Set padding-top on .cm-content class instead of using .block-start element for the padding. This fixes an issue with being able to scroll the editor when there is only a single line in the document. 2023-01-14 15:04:53 +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