Gathering detailed insights and metrics for @editorjs/editorjs
Gathering detailed insights and metrics for @editorjs/editorjs
Gathering detailed insights and metrics for @editorjs/editorjs
Gathering detailed insights and metrics for @editorjs/editorjs
npm install @editorjs/editorjs
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
28,889 Stars
825 Commits
2,088 Forks
247 Watching
73 Branches
77 Contributors
Updated on 28 Nov 2024
Minified
Minified + Gzipped
TypeScript (88.47%)
HTML (6.93%)
CSS (3.9%)
JavaScript (0.69%)
Cumulative downloads
Total Downloads
Last day
-2%
20,092
Compared to previous day
Last week
4%
110,468
Compared to previous week
Last month
18.2%
439,163
Compared to previous month
Last year
74.4%
4,127,663
Compared to previous year
34
editorjs.io | documentation | changelog
Editor.js is an open-source text editor offering a variety of features to help users create and format content efficiently. It has a modern, block-style interface that allows users to easily add and arrange different types of content, such as text, images, lists, quotes, etc. Each Block is provided via a separate plugin making Editor.js extremely flexible.
Editor.js outputs a clean JSON data instead of heavy HTML markup. Use it in Web, iOS, Android, AMP, Instant Articles, speech readers, AI chatbots — everywhere. Easy to sanitize, extend and integrate with your logic.
It's quite simple:
Install using NPM, Yarn, or CDN:
1npm i @editorjs/editorjs
Choose and install tools:
See the 😎 Awesome Editor.js list for more tools.
Initialize the Editor:
1<div id="editorjs"></div>
1import EditorJS from '@editorjs/editorjs' 2 3const editor = new EditorJS({ 4 tools: { 5 // ... your tools 6 } 7})
See details about Installation and Configuration at the documentation.
Call editor.save()
and handle returned Promise with saved data.
1const data = await editor.save()
Take a look at the example.html to view more detailed examples.
You can support project improvement and development of new features with a donation to our team.
Donate via OpenCollective
Donate via Crypto
Donate via Patreon
Donations to open-source products have several advantages for your business:
Support us by becoming a sponsor. Your logo will show up here with a link to your website.
Thank you to all our backers
This project exists thanks to all the people who contribute.
Hire CodeX experts to resolve technical challenges and match your product requirements.
Contact us via team@codex.so and share your details
CodeX is a team of digital specialists around the world interested in building high-quality open source products on a global market. We are open for young people who want to constantly improve their skills and grow professionally with experiments in cutting-edge technologies.
🌐 | Join 👋 | ||
---|---|---|---|
codex.so | codex.so/join | @codex_team | @codex_team |
The latest stable version of the package.
Stable Version
1
6.1/10
Summary
Editor.js vulnerable to Code Injection
Affected Versions
< 2.26.0
Patched Versions
2.26.0
Reason
16 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 20/21 approved changesets -- score normalized to 9
Reason
SAST tool is not run on all commits -- score normalized to 8
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
10 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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@editorjs/list
List Tool for EditorJS
editorjs-drag-drop
Drag and Drop feature for Editor.js
@editorjs/header
Heading Tool for Editor.js
editorjs-html
A utility to parse editorjs clean data to HTML. - Use it with plain Javascript/Typescript, React, Angular, Vue or any templating engine/framework of your choice. - Fast, Efficient and Lightweight. - Fully customizable to the core. - Supports ba