tui.editor
tui.editor copied to clipboard
Any fork of this project?
Summary
This project is nice, but it contains some minor bugs and it is not updated since very long time ago.
ΒΏis this project live?
Has anyone created a fork of this project and is doing some maintenance from time to time?
I've two warnings that should be easy to fix and should have been fixed long time ago:
- Adding this project to an angular project raises
Warning: ....../my.component.ts depends on '@toast-ui/editor/dist/toastui-editor-viewer'.
CommonJS or AMD dependencies can cause optimization bailouts.
- Compiling the styles generate this warning
Warning: β² [WARNING] "overflow-X" is not a known CSS property [unsupported-css-property]
styles.5e618694dea18c66.css:3572:2:
3572 β overflow-X: hidden;
β ~~~~~~~~~~
β΅ overflow-x
Did you mean "overflow-x" instead?
Version
v3.2.2
Additional context
Using this editor inside an Angular project
I'd also be interested, there has been work on the master branch on better typings that was never released on NPM. Any word on project status?