-
Would this be the correct plugin to handle things like:
- Turn double dash (--) into – (endash)
- Turn triple dash (---) into — (emdash)
- In practice this would mean to turn double/triple das…
-
### Issue description or question
Unable to use wallabyjs on angular 7 project with manual configuration settings(as per get-started-jetbrains.html page) in wallaby.js file
### Wallaby diagnostics…
-
Since we're soon starting to work on support for paste from Word, we need a ticket :)
The current state of things is that since content pastes from Word is html-ish-like-something some content wil…
-
**********************
**EDITED**: See https://github.com/ckeditor/ckeditor5/issues/387#issuecomment-271600724
**********************
# Process
1. We code the features using the `t()` function…
-
Naming clarification:
```
class Foo {
get y() {
// getter
}
getX() {
// method
}
}
```
The problem is how complex getters (mainly) and setters we can produce. Can e…
-
We had a short discussion with @fredck and we came up with something like this.
There will be `editor.t()` function also available in the View class (it will be injected to the constructor). The func…
-
Context. The only way for changing document is to apply transaction. Transaction is a set of operations (retain 5, insert 'f', insert 'o', insert 'o'). The `applyTransaction` will return the set on mo…