-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from Ekhorn/wysiwyg
feat: add rich text editor
- Loading branch information
Showing
79 changed files
with
9,158 additions
and
1,317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,23 @@ | ||
# Playwright | ||
srcs/e2e/test-results/ | ||
srcs/e2e/playwright-report/ | ||
srcs/e2e/blob-report/ | ||
srcs/e2e/playwright/.cache/ | ||
|
||
# Typescript | ||
tsconfig.tsbuildinfo | ||
srcs/slate-solid/lib | ||
|
||
# Rust | ||
target | ||
|
||
# NPM | ||
node_modules | ||
|
||
# Vite | ||
dist | ||
|
||
# General | ||
.env | ||
.direnv | ||
*.db* | ||
|
||
# Playwright test output | ||
srcs/e2e/test-results/ | ||
srcs/e2e/playwright-report/ | ||
srcs/e2e/blob-report/ | ||
srcs/e2e/playwright/.cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
# Ignore lock files | ||
pnpm-lock.yaml | ||
package-lock.json | ||
yarn.lock | ||
|
||
# Rust | ||
src/tauri | ||
|
||
# General | ||
/docs/archive | ||
.DS_Store | ||
node_modules | ||
.archive | ||
/build | ||
/dist | ||
/docs/archive | ||
/package | ||
/tauri | ||
.env | ||
.env.* | ||
!.env.example | ||
.sqlx | ||
|
||
# Ignore files for PNPM, NPM and YARN | ||
pnpm-lock.yaml | ||
package-lock.json | ||
yarn.lock | ||
*.db* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.