How to use @groupher/editor - 1 common examples

To help you get started, we’ve selected a few @groupher/editor examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github coderplanets / coderplanets_web / src / containers / RichEditor / logic / index.js View on Github external
useEffect(() => {
    store = _store
    log('effect init: ', store)

    if (uploaderLoaded) {
      // eslint-disable-next-line
      const editor = new EditorJS({
        /**
         * Id of Element that should contain Editor instance
         */
        holderId: 'codex-editor',
        tools: {
          header: {
            class: Header,
            inlineToolbar: false,
          },
          quote: Quote,
          list: {
            class: List,
            inlineToolbar: true,
          },
          marker: {
            class: Marker,

@groupher/editor

Editor.js — Native JS, based on API and Open Source

Apache-2.0
Latest version published 5 years ago

Package Health Score

60 / 100
Full package analysis

Popular @groupher/editor functions