KSlab is a infinite canvas that runs locally, not making any network requests
Go to file
Triston Armstrong 0cc0d388b4
feat(text): fix text focus and text wrap
previously the text elements werent relieving their focus up until actually clicking another element
on the page. This now allows cilcking anywhere on the page regardless of element, relieving the
focus and shifting focus to another text element if one is clicked. This also fixes the persistant
text wrapping, replacing the <br> tags with
 chars and wrapping the text wth a pre tag to maintain
all new lines
2024-10-11 13:56:45 -04:00
.vscode Initial commit 2024-09-28 08:24:39 +00:00
src feat(text): fix text focus and text wrap 2024-10-11 13:56:45 -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.