Skip to content

Commit

Permalink
First prototype of Collab Editing
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Nov 23, 2020
1 parent 73a96b3 commit 8831787
Show file tree
Hide file tree
Showing 479 changed files with 11,315 additions and 401,011 deletions.
1 change: 1 addition & 0 deletions editor/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
760 changes: 760 additions & 0 deletions editor/dist/quill.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions editor/dist/quill.bundle.js.map

Large diffs are not rendered by default.

5,404 changes: 5,404 additions & 0 deletions editor/package-lock.json

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions editor/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Collab Quill Editor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "Doğukan Öksüz <[email protected]>",
"license": "UNLICENSE",
"scripts": {
"dist": "webpack --mode=production",
"start": "webpack-dev-server --open-page quill.html",
"postinstall": "npm run dist"
},
"dependencies": {
"highlightjs": "^9.16.2",
"parchment": "^2.0.0-dev.2",
"quill": "^2.0.0-dev.4",
"quill-blot-formatter": "^1.0.5",
"quill-cursors": "^2.2.1",
"quill-image-drop-module": "^1.0.3",
"quill-magic-url": "^2.0.2",
"quill-table-ui": "^1.0.7",
"tippy.js": "^6.2.7",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.10.1",
"y-quill": "0.1.3",
"y-websocket": "^1.3.1",
"yjs": "^13.3.2"
}
}
Loading

0 comments on commit 8831787

Please sign in to comment.