Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM Package instructions, usage with webPack? #374

Open
davidwieler opened this issue Mar 20, 2017 · 7 comments
Open

NPM Package instructions, usage with webPack? #374

davidwieler opened this issue Mar 20, 2017 · 7 comments

Comments

@davidwieler
Copy link

Any way to get some instructions on how to require this with webpack in the docs?

I spent a few hours trying to figure it out, and in the end just ended up deleting the module.

@dmr
Copy link

dmr commented Nov 14, 2017

Did you solve the problem? I have the same issue here

@davidwieler
Copy link
Author

@dmr Not at all. Due to the lack of support, and my ticket being closed with no resolution I removed wysihtml and went with Summernote. It's more customizable and just works.

@dmr
Copy link

dmr commented Nov 16, 2017

Thank you for your reply @davidwieler !
I guess we'll go the same path.
I'm just looking for a reliable "paste from word" Editor...

@davidwieler
Copy link
Author

TinyMCE is a really good option and has that. We set up the newest version a couple weeks ago and it was a breeze.

@davidwieler
Copy link
Author

@dmr ^^

@dmr
Copy link

dmr commented Dec 7, 2017

Thank you for your reply. I'll try it

@pitpit
Copy link

pitpit commented Aug 12, 2019

If someone need it, you can enable wysihtml using https://webpack.js.org/loaders/script-loader/ that way:

import 'script-loader!wysihtml/dist/wysihtml.js';
import 'script-loader!wysihtml/dist/wysihtml.toolbar.js';

Unfortunately I did not manage to make it work w/o script-loader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants