Question

I am looking for a WYSIWYG javascript/html editor(similar that to stackoverflow`s editor) which supports

  • basic features such as links, bold, italic, image upload etc.
  • a special format for code
  • latex support for math formulas

For angular I found:

http://textangular.com/

However any other recommendations for an editor which has all these features in one place?

I appreciate your answer!

Était-ce utile?

La solution

How about StackEdit: https://stackedit.io/ Source: https://github.com/benweet/stackedit/

--Edit--

Looks like StakEdit is an application not an implementation. You could look into PageDown https://code.google.com/p/pagedown/ which StackEdit is built on. Since you are looking for editors specifically for AngularJS (which I missed on the first read through :) ) here are some examples: https://github.com/programmieraffe/angular-editors However it looks like none of them implement the math/latex formulas that is something that StackEdit added for their implementation.

Autres conseils

You can find ckeditor https://ckeditor.com/ . I think Complete editor, with Mathjax you can use for Latex

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top