2.30.0-rc.2-op-7 • Published 1 day ago

@onepilothq/editorjs v2.30.0-rc.2-op-7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 day ago

About

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.

  • 😍  Modern UI out of the box
  • 💎  Clean JSON output
  • ⚙️  Well-designed API
  • 🛍  Various Tools available
  • 💌  Free and open source

Installation

It's quite simple:

  1. Install Editor.js
  2. Install tools you need
  3. Initialize Editor's instance

Install using NPM, Yarn, or CDN:

npm i @editorjs/editorjs

Choose and install tools:

See the 😎 Awesome Editor.js list for more tools.

Initialize the Editor:

<div id="editorjs"></div>
import EditorJS from '@editorjs/editorjs'

const editor = new EditorJS({
  tools: {
   // ... your tools
  }
})

See details about Installation and Configuration at the documentation.

Saving Data

Call editor.save() and handle returned Promise with saved data.

const data = await editor.save()

Example

Take a look at the example.html to view more detailed examples.

Roadmap

  • Unified Toolbox
    • Block Tunes moved left
    • Toolbox becomes vertical
    • Ability to display several Toolbox buttons by the single Tool
    • Block Tunes become vertical
    • Block Tunes support nested menus
    • Conversion Toolbar uses Unified Toolbox
    • Conversion Toolbar added to the Block Tunes
  • Collaborative editing
    • Implement Inline Tools JSON format
    • Operations AnnotationObserver, Executor, Manager, Transformer
    • Implement Undo/Redo Manager
    • Implement Tools API changes
    • Implement Server and communication
    • Update basic tools to fit the new API
  • Other features
    • Blocks drag'n'drop
    • New cross-block selection
    • New cross-block caret moving
  • Ecosystem improvements
    • CodeX Icons — the way to unify all tools and core icons
    • New Homepage and Docs
    • @editorjs/create-tool for Tools bootstrapping
    • Editor.js DevTools — stand for core and tools development
    • Editor.js Design System
    • Editor.js Preset Env
    • Editor.js ToolKit
    • New core bundle system
    • New documentation and guides

Like Editor.js?

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

Why donate

Donations to open-source products have several advantages for your business:

  • If your business relies on Editor.js, you'll probably want it to be maintained
  • It helps Editor.js to evolve and get the new features
  • We can support contributors and the community around the project. You'll receive well organized docs, guides, etc.
  • We need to pay for our infrastructure and maintain public resources (domain names, homepages, docs, etc). Supporting it guarantees you to access any resources at the time you need them.
  • You can advertise by adding your brand assets and mentions on our public resources

Sponsors

Support us by becoming a sponsor. Your logo will show up here with a link to your website.

Become a Sponsor

Backers

Thank you to all our backers

Become a Backer

Contributors

This project exists thanks to all the people who contribute.

Need something special?

Hire CodeX experts to resolve technical challenges and match your product requirements.

  • Resolve a problem that has high value for you
  • Implement a new feature required by your business
  • Help with integration or tool development
  • Provide any consultation

Contact us via team@codex.so and share your details

Community

About CodeX

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 👋TwitterInstagram
codex.socodex.so/join@codex_team@codex_team

Onepilot

Code Edition

Sometimes, for our need we will need to edit, the code of the editor. When it happen, open a pull request from the branch feature/onepilot-specific-code, make your modification and add reviewers on the PR freshly openned.

⚠️ Don't forget to increment the version on the package.json

Publish the package on NPM

Once your PR has been reviewed, approved & merged, you'll need to publish on NPM the new version of the project, to achieve this, run the commands below:

Build the project

yarn build

Publish on NPM

npm publish --access public

⚠️ Don\'t forget to update the version in the onepilot app

2.30.0-rc.2-op-6

16 days ago

2.30.0-rc.2-op-5

20 days ago

2.30.0-rc.2-op-4

22 days ago

2.30.0-rc.2-op-3

30 days ago

2.30.0-rc.2-op-1

1 month ago

2.30.0-rc.2-op-2

1 month ago

2.29.0-rc.8-op.6

2 months ago

2.29.0-rc.8-op.5

2 months ago

2.29.0-rc.8-op.4

2 months ago

2.29.0-rc.8-op.3

3 months ago

2.29.0-rc.8-op.2

5 months ago

2.29.0-rc.6-op.3

5 months ago

2.29.0-rc.6-op.2

5 months ago

2.29.0-rc.6-op.1

5 months ago

2.28.0-op.1

8 months ago

2.27.2-op.2

11 months ago

2.28.0

9 months ago

2.27.2-op.1

11 months ago

2.29.0-rc.6

6 months ago

2.27.2-op.4

11 months ago

2.27.2-op.3

11 months ago

2.27.2-op.6

10 months ago

2.27.2-op.5

11 months ago

2.27.2-op.7

10 months ago

2.27.0-rc.4-op.5

12 months ago

2.27.0-rc.4-op.6

12 months ago

2.27.0-rc.6

1 year ago

2.27.0-rc.5

1 year ago

2.27.0-rc.4

1 year ago