delimiter icon indicating copy to clipboard operation
delimiter copied to clipboard

Delimiter plugin for Editor.js 2.0

Results 10 delimiter issues
Sort by recently updated
recently updated
newest added

Appreciate that this is not high on the priorities list, but it would be nice if we could have a setting to swap the standard *** for just a plain...

good first issue

Added import statement for the Delimiter plugin from EditorJS.

- implement onPaste and pasteConfig for DelimiterWithPaste [Add pasteConfig which includes ``](https://github.com/editor-js/delimiter/issues/27)

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.2.3 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.9.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Current behaviour: Does not recognize pasted `` as Delimiter blocks Desired behaviour: Pasted `` elements become Delimiter blocks Looks like would be a simple change to add `pasteConfig` and a...

For a valid delimiter block, is the `data` property always included as the empty object, or can it under any circumstances (now or in the future) be `null` or omitted?...