Shravan Karnati

Results 7 issues of Shravan Karnati

## Overview - Follow up for PR #4 - Removed unnecessary/unused packages from app package.json. - Updated `react` and `react-dom` to latest v18. - Removed `jest` and `storybook` - Planning...

## Overview - Bumped `npm` to `^8.0.0` and `node` to `^16.0.0`. - Created `eslint`, `stylelint` and `typescript` shareable configs in scaffold. - Removed `app` and `coreui` projects for now. Will...

- Fixes #2397 - Adds a new API `tools` on the editor instance, which can now be used to update the tools' config without having to destroy and reinitialize the...

Fixes #198, #195 This seems to be a problem with useEffect running twice in React 18 StrictMode. Fixed it by adding an equality check on current cache and given children...

Hi, Any sanitize config provided on a custom block tools seems to overwrite the base sanitizer config (from inline tools and tunes). And I think this [piece of code is...

bug

Hi, Seems like the `block.save` doesn't sanitize the block data like the [editor.saver.save](https://github.com/codex-team/editor.js/blob/44c29dd645a03ab9b91e6f16f8249055be760b34/src/components/modules/saver.ts#L40) does. What is the reason for not doing a sanitize on the block save? Could you also...

Supports dragging and dropping blocks to move their position within the editor. Resolves #838 Currently only supports moving one block at a time. This functionality can also be provided as...