nhn / tui.editor

🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
http://ui.toast.com/tui-editor
MIT License
16.91k stars 1.71k forks source link

Any fork of this project? #3229

Open IgnacioHR opened 4 months ago

IgnacioHR commented 4 months ago

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:

  1. 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.
  1. 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

tstewart-klaudhaus commented 4 months ago

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?