-
Cas observé sur un élément dd d'une dl :
- passage en mode bloc
- clic sur C
- ajout de de condition et validation
En passant en mode source, on constate que 2 dd vides sont créés autour du dd modifi…
-
I suspect this is to do with the new way the Page Module uses Vue.js, but without any documentation or guides we are totally stuck!
@nWidart - Any chance of a quick tutorial or at least pointing us…
-
As I found a hacky solution (not the real one I think) in https://github.com/ckeditor/ckeditor5-vue/issues/5
I try with the decoupled document editor, but now nothing appears with no error.
The …
kl3sk updated
5 years ago
-
I'd like to enhance the text editor to allow for a more rich environment on the page. To do this I'd like to add a WYSIWG editor to the input box on the side bar. Extra points for allowing editing inl…
-
## Is this a bug report or feature request? (choose one)
🐞 Bug report
## 💻 Version of CKEditor
`ckeditor5-editor-classic v11.0.0`
I've got custom upload adapter and a plugin to list and insert…
ghost updated
5 years ago
-
var selection=editor.view.document.selection;
var start=0;
var end =4;
range = editor.view.writer.createRange( start, end ); /* error on this line */
selection.setTo( range );
-
In js :
```
`$(document).ready(function() {
CKEDITOR.replace('myckeditor');
CKEDITOR.on('dialogDefinition', function(ev) {
var dialogName = ev.data.name;
if…
-
I reading documentation. I use vue but not include tools 'aligment'.
my code
```
import Editor from '@ckeditor/ckeditor5-build-classic';
import Alignment from '@ckeditor/ck…
-
Intro: we made some work on this in the past but it wasn't ever designed with UX in mind. It was more of an internal tool and went too far into the "show model tree + selection" direction. See the pre…
-
If I use ckeditor5-vue as my editor component,when I want to add Other plugins(except for buildIn plugins) like Alignment/Font, it failed
You can see this issue I posted to the repo of ckeditor5-al…