Gathering detailed insights and metrics for quillgethtml
Gathering detailed insights and metrics for quillgethtml
Gathering detailed insights and metrics for quillgethtml
Gathering detailed insights and metrics for quillgethtml
This is an extension for quill that allows you to pull HTML out of the editor for rendering elsewhere
npm install quillgethtml
Typescript
Module System
Node Version
NPM Version
JavaScript (71.37%)
HTML (28.63%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
9 Stars
32 Commits
2 Forks
1 Watchers
12 Branches
1 Contributors
Updated on Apr 14, 2024
Latest Version
0.0.6
Package Id
quillgethtml@0.0.6
Unpacked Size
9.03 kB
Size
3.30 kB
File Count
6
NPM Version
6.14.3
Node Version
13.11.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
Look at the example page online! example
This library allows you to easily get HTML out of the quill editor to be used elsewhere. It takes the delta format that quill provides natively and transforms it into HTML that can be used just about anywhere.
Include the quillgethtml.js
file on the page in which you plan to use this feature. It wall add the getHTML()
function to the quill editor, so you can simply call quill.getHTML()
which will return the HTML in the form of a string.
If you wish to use formulas, QuillGetHTML does support them, but you do need to tell Katex to render them. This is done with Katex's autorender extension. This is included in another JS file(which you can include through the provided CDN at the URL https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js
, or from wherever you prefer). After you have included the autorender extension, you then need to call renderMathInElement(element)
on the element that you placed the HTML in. This will render all of the formulas inline.
Generating minified assets is quite simple. First, install dependencies with npm install
, and then run npm run build
which will generate the minified version of quillgethtml.js
, called quillgethtml.min.js
.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/26 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
34 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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