RichEditorView icon indicating copy to clipboard operation
RichEditorView copied to clipboard

RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing.

Results 104 RichEditorView issues
Sort by recently updated
recently updated
newest added

Hi, This demo is superb for text editor. I found a suggestion that is equally important for users and developers. You should include icon/btn selection in toolbar. Example=> if i...

Currently if my cursor is in 'Bold' mode... then it must show me toolbaritem - Bold selected. So, that user can understand that this one is selected.

[Error] InvalidStateError: The object is in an invalid state. surroundContents (rich_editor.js:264) insertLink (rich_editor.js:264) My problem HTML. ``` qwertyuiop12345679 qwertyuiop 12345679 ```

hi, Ordered and Unordered not align right . any solution for this . update: i add this in style.css li{ list-style-position: inside; } and slove part of problem the text...

How to expand rich_editor.js

Hello, I saw issue, using RichEditorOption protocol to customize Toolbar needs in the OC project, but I can't find the agreement in the code, but you can find the RichEditorDelegate,...

Scenario: 1. Select text for which we want to change it color 2. Tap 'text color' button 3. Using richEditorToolbarChangeTextColor I push new VC with color selection 4. Color is...

When creating lists and using a different heading size for each list item, the created HTML is invalid (wrong nesting of `` inside `` tags, nesting of `` tags, each...

bug

When I apply Color then that color is applied on text but not on the **dots** or **number**

Placeholder is visible if you type `return` on the keyboard, i.e. when the editor has the following content: ```html ``` If you type text it works as expected.