ngx-editor
ngx-editor copied to clipboard
[Feature request]: Missing functionalities from one of first version
Proposal
Hi, I use one of first version ngx-editor and notice that you released new version. I noticed that you don't have all functionalities (listed below) which are in my version. Do you have them in your schedule?
- strikethrough
- superscript
- subscript
- font family
- color picker
- indent
- outdent
- cut
- copy
- delete
- clear formatting
- undo
- redo
- paragraph
- horizontal line
- insert video
I think the most important for me is horizontal line.
In HTML it looks like stylish paragraph.
<p style="border-top: 1px solid rgb(0, 0, 0); border-bottom: 1px solid rgb(0, 0, 0); border-left: none; border-right: none; padding: 0.01in 0in; direction: ltr; text-transform: uppercase; color: rgb(0, 0, 0); text-align: center;"></p>
Willing to submit a PR?
No response
Originally, the editor was built on top of execCommand where the implementation is straightforward but the api is unreliable. Later the editor is ported to use prosemirror, most of the features were made but some were not added which needs some time/effort to implement, which ATM I don't have.
I think the most important for me is horizontal line.
The rule is already there, but just not exported as menu. I can add that. should be a minor change.
Sorry for the long long delay.
The horizontal rule has been added, include menu item horizontal_rule
to enable the item. it might be hidden by default.
Thank you
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in the thread.