tui.editor icon indicating copy to clipboard operation
tui.editor copied to clipboard

Any fork of this project?

Open IgnacioHR opened this issue 1 year ago β€’ 1 comments

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

IgnacioHR avatar Feb 12 '24 18:02 IgnacioHR

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?

tstewart-klaudhaus avatar Mar 03 '24 11:03 tstewart-klaudhaus