Question

Recently I came to an issue in my desktop application project. My task is to embed HTML WYSIWYG in my application and here is the issue.

Most of the WYSIWYG editors are standalone apps and if I find some OS projects they are unattended from long time so this makes an issue for me (in this project I need to use OS technology which isn't dead).

Due to fact I like more web apps I know that there are (at least) plenty of jQuery/JS solutions for HTML WYSIWYG editing and this made me a question: Is it possible to embed this code to .NET application (I cannot use ASP/MVC and project is made in WinForms)?

If now then maybe somebody know any good solution I could use to solve this issue?

Was it helpful?

Solution

You should considered TinyMCE. It is the best OS WYSIWYG editor I've seen, and it is maintained regularly.

EDIT: Here's the link to the GitHub page, there's always work going on, on this project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top