Gathering detailed insights and metrics for sedestral-y-quill
Gathering detailed insights and metrics for sedestral-y-quill
Gathering detailed insights and metrics for sedestral-y-quill
Gathering detailed insights and metrics for sedestral-y-quill
npm install sedestral-y-quill
Typescript
Module System
Node Version
NPM Version
JavaScript (99.77%)
HTML (0.23%)
Total Downloads
944
Last Day
1
Last Week
4
Last Month
19
Last Year
107
MIT License
100 Stars
46 Commits
17 Forks
6 Watchers
2 Branches
3 Contributors
Updated on Apr 29, 2025
Minified
Minified + Gzipped
Latest Version
0.1.5-b
Package Id
sedestral-y-quill@0.1.5-b
Unpacked Size
7.98 MB
Size
1.46 MB
File Count
12
NPM Version
6.14.12
Node Version
14.16.1
Cumulative downloads
Total Downloads
Last Day
-50%
1
Compared to previous day
Last Week
-20%
4
Compared to previous week
Last Month
58.3%
19
Compared to previous month
Last Year
17.6%
107
Compared to previous year
2
Quill Editor binding for Yjs - Demo
This binding maps a Y.Text to a Quill instance. It optionally supports shared cursors via the quill-cursors module.
1import { QuillBinding } from 'y-quill' 2import Quill from 'quill' 3import QuillCursors from 'quill-cursors' 4 5.. 6 7Quill.register('modules/cursors', QuillCursors) 8 9const type = ydoc.getText('quill') 10 11var editor = new Quill('#editor-container', { 12 modules: { 13 cursors: true, 14 toolbar: [ 15 [{ header: [1, 2, false] }], 16 ['bold', 'italic', 'underline'], 17 ['image', 'code-block'] 18 ] 19 }, 20 placeholder: 'Start collaborating...', 21 theme: 'snow' // or 'bubble' 22}) 23 24// Optionally specify an Awareness instance, if supported by the Provider 25const binding = new QuillBinding(type, editor, provider.awareness) 26 27/* 28// Define user name and user name 29// Check the quill-cursors package on how to change the way cursors are rendered 30provider.awareness.setLocalStateField('user', { 31 name: 'Typing Jimmy', 32 color: 'blue' 33}) 34*/ 35
Also look here for a working example.
The MIT License © Kevin Jahns
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
3 existing vulnerabilities detected
Details
Reason
no SAST tool detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Score
Last Scanned on 2025-04-28
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More