Skip to content

Commit

Permalink
added link tool
Browse files Browse the repository at this point in the history
  • Loading branch information
pouchcms committed Nov 11, 2023
1 parent 68dfcad commit 01b6237
Show file tree
Hide file tree
Showing 47 changed files with 10,972 additions and 42 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ follow doc at
[docs](https://editorjs.io/)
for advance usage


```js
<script>
//this for testing purpose
import {Editor,editor} from "sveditorjs";


</script>
<Editor >
</Editor>
```
Binary file removed ScreenShot Tool -20231030152142.png
Binary file not shown.
Binary file added ScreenShot Tool -20231111133519.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 21 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sveditorjs",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"type": "module",
"main": "index.js",
Expand All @@ -9,6 +9,15 @@
"dev": "rollup -c -w",
"start": "sirv public --no-clear"
},
"keywords": [
"sveditorjs",
"editorjs",
"svelte",
"content",
"block editor",
"rte"
],
"description": "sveditorjs ,is a svelte editor wrapper for editorjs,the block editor",
"devDependencies": {
"@calumk/editorjs-codeflask": "latest",
"@editorjs/editorjs": "latest",
Expand All @@ -26,6 +35,7 @@
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.0",
"editorjs-hyperlink": "^1.0.6",
"editorjs-style": "latest",
"editorjs-table": "latest",
"editorjs-tooltip": "^1.1.15",
Expand All @@ -38,5 +48,14 @@
},
"dependencies": {
"sirv-cli": "^2.0.0"
}
},
"author": {
"name": "devbuddie",
"email": "[email protected]"
},
"repository": {
"url": "https://github.com/pouchcms/sveditorjs",
"type": "public"
},
"license": "MIT"
}
Loading

0 comments on commit 01b6237

Please sign in to comment.