KSlab is a infinite canvas that runs locally, not making any network requests
Go to file
Triston Armstrong 3f199cf43f
feat(text): change logic to properly use fontsize and update minimap
previously the minimap was hardcoded and thus wouldnt update the size of the text relative to its
real size. Im using a useEffect, which im not happy with. IMO you should not use state to set state,
but at the moment i dont really know what else to do, thus ithis is the solution.
2024-10-10 23:32:55 -04:00
.vscode Initial commit 2024-09-28 08:24:39 +00:00
src feat(text): change logic to properly use fontsize and update minimap 2024-10-10 23:32:55 -04:00
src-tauri update app name 2024-10-07 02:54:35 -04:00
.gitignore Initial commit 2024-09-28 08:24:39 +00:00
.prettierrc Initial commit 2024-09-28 08:24:39 +00:00
bun.lockb get markdown working with existing notes cards 2024-10-08 01:34:29 -04:00
index.html feat(favicon): add favicon to page 2024-10-10 04:10:24 -04:00
package.json get markdown working with existing notes cards 2024-10-08 01:34:29 -04:00
postcss.config.js Initial commit 2024-09-28 08:24:39 +00:00
README.md Initial commit 2024-09-28 08:24:39 +00:00
tailwind.config.js fix(images): adds a toaster and handles failed image inserts 2024-10-10 03:35:35 -04:00
tsconfig.json Initial commit 2024-09-28 08:24:39 +00:00
vite.config.ts remove vite config no longer needed 2024-10-05 13:11:42 -04:00

Tauri + Vanilla TS

This template should help get you started developing with Tauri & Kaioken.