smartblock
smartblock copied to clipboard
intuitive block based wysiwyg editor built with React and ProseMirror
I follow this example: ``` import ReactDom from 'react-dom'; import React from "react"; import {SmartBlock} from "smartblock"; let html = document.currentScript.getAttribute('data-html'); let element = document.currentScript.getAttribute('data-element'); const extensions = [ new...
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
While writing in a paragraph block, all spaces will get removed while typing. This only happens when the block in question is the last block, and there are no space...
Smartblocks i great, unfotunately I can't use it with Next,js, due to to css imports. When it's included Nestjs gives the following error ``` ./node_modules/prosemirror-tables/style/tables.css Global CSS cannot be imported...
HI I'm trying to use smart block app with image upload capabilities. I've tried the following ` SmartBlock.Extensions.push(new SmartBlock.Image({ imgClassName: 'img' })); SmartBlock.Editor('#app', { html: 'Hello Worldhello', extensions: SmartBlock.Extensions, onChange:...
Hello! Thank you for this great editor. Today, I was testing the Extensions and I encountered two errors, - First error occurred when I added the `new Image({})` extension which...