slate-angular
slate-angular copied to clipboard
Angular view layer for Slate
I opened this new PR with the linting changes from #210 . --- This PR tries to solve the issues discussed at #194 . It does so by updating this...
Reconsider the input problem of the editor under android, any ideas are welcome.
Hi There I am getting issues while loading block content. below is my code. I have added the error I am getting in the code block beside the line I...
The title talk by itself :slightly_smiling_face:
We like to use Slate-Angular in the context of angulars FormGroup. For example to validate a required input field. Something like: ```html This input is required. ``` Could you add...
I created a slate editor with spellcheck enabled. But, when clicking on a misspelled word and select correct spelled word from the suggestion list, it will insert the correctly spelled...
Hello! I have this object for the initial editor value, given from the official slate example: ``` initialValue = [ { type: 'paragraph', children: [ { text: 'This is editable...
https://github.com/ianstormtaylor/slate/blob/main/packages/slate/CHANGELOG.md
This pull request should fix #260 which is impacting all browser. For the small explanation, the `insertReplacementEvent` embed the range for the replacement, but nothing has been done in the...