editor
editor copied to clipboard
A new type of WYSIWYG editor for Kirby
**Describe the bug** 1. Position of new Block is not "after" - it is inserted before the custom field. 2. Deleting removes first of all Blocks **To Reproduce** Steps to...
On the Page: https://github.com/getkirby/editor/wiki/Block-extensions#defining-a-snippet there is ' missing.  Thanks.
**Describe the bug** Block extensions with plugin folders that are alphabetically sorted before `editor` don't work. **To Reproduce** Steps to reproduce the behavior: 1. Copy a block extension example to...
Currently, you cannot really select blocks: a block can be active (when you type inside), a block can be dragged (and is then somehow selected of course). But when dealing...
There are times when I want to show all options to the user about what can be inserted as a block in the editor field, but there are also times...
## Describe the PR So far, custom blocks are simply added at the end of the standard blocks. In some cases, however, it is practical to place your own blocks...
I'd like to add a quote reference under the blockquote. At the moment I'm repurposing an h3 for it, which is far from ideal. Could be an optional thing?
I described my issue here: https://forum.getkirby.com/t/drag-and-drop-from-a-file-upload-generates-the-wrong-link/19344/ When drag-and-drop'ing a file from a 'file'-element to an 'editor'-element I expected the editor to generate a link to an PDF-file that the user...
When developing: ``` [Vue warn]: Invalid prop: type check failed for prop "attrs". Expected Object, got Array found in ---> at src/components/Misc/Draggable.vue at src/components/Forms/Field.vue at src/components/Misc/ErrorBoundary.vue at src/components/Layout/Column.vue at src/components/Layout/Grid.vue...
When i input a number with a dot and press the spacebar the text gets converted to a numbered list, which i don't want in every case. Steps to reproduce...