Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
[submodule "example/tools/delimiter"]
path = example/tools/delimiter
url = https://github.com/editor-js/delimiter
[submodule "example/tools/list"]
path = example/tools/list
url = https://github.com/editor-js/list
[submodule "example/tools/quote"]
path = example/tools/quote
url = https://github.com/editor-js/quote
Expand All @@ -31,9 +28,6 @@
[submodule "example/tools/table"]
path = example/tools/table
url = https://github.com/editor-js/table
[submodule "example/tools/checklist"]
path = example/tools/checklist
url = https://github.com/editor-js/checklist
[submodule "example/tools/link"]
path = example/tools/link
url = https://github.com/editor-js/link
Expand All @@ -46,9 +40,9 @@
[submodule "example/tools/underline"]
path = example/tools/underline
url = https://github.com/editor-js/underline
[submodule "example/tools/nested-list"]
path = example/tools/nested-list
url = https://github.com/editor-js/nested-list
[submodule "example/tools/text-variant-tune"]
path = example/tools/text-variant-tune
url = https://github.com/editor-js/text-variant-tune
[submodule "example/tools/list"]
path = example/tools/list
url = https://github.com/editor-js/list
1 change: 0 additions & 1 deletion example/tools/checklist
Submodule checklist deleted from 1c116d
2 changes: 1 addition & 1 deletion example/tools/delimiter
Submodule delimiter updated 5 files
+10 −5 package.json
+40 −12 src/index.ts
+11 −0 tsconfig.json
+9 −2 vite.config.js
+926 −179 yarn.lock
2 changes: 1 addition & 1 deletion example/tools/embed
2 changes: 1 addition & 1 deletion example/tools/header
2 changes: 1 addition & 1 deletion example/tools/inline-code
2 changes: 1 addition & 1 deletion example/tools/list
Submodule list updated from a6dc6a to bbc46d
1 change: 0 additions & 1 deletion example/tools/nested-list
Submodule nested-list deleted from 591bd2
2 changes: 1 addition & 1 deletion example/tools/quote
Submodule quote updated 7 files
+24 −0 eslint.config.mjs
+18 −6 package.json
+0 −310 src/index.js
+408 −0 src/index.ts
+17 −0 tsconfig.json
+3 −2 vite.config.js
+2,470 −38 yarn.lock
2 changes: 1 addition & 1 deletion example/tools/raw
Submodule raw updated 2 files
+1 −1 package.json
+1 −1 src/index.js
2 changes: 1 addition & 1 deletion example/tools/table
2 changes: 1 addition & 1 deletion example/tools/warning
Submodule warning updated 7 files
+1 −0 .gitignore
+9 −4 package.json
+0 −191 src/index.js
+282 −0 src/index.ts
+18 −0 tsconfig.json
+3 −2 vite.config.js
+2,028 −198 yarn.lock
Loading