Reputation: 5355
I am looking for a WYSIWYG javascript/html editor(similar that to stackoverflow`s editor) which supports
For angular I found:
However any other recommendations for an editor which has all these features in one place?
I appreciate your answer!
Upvotes: 1
Views: 3342
Reputation: 66
You can find ckeditor https://ckeditor.com/ . I think Complete editor, with Mathjax you can use for Latex
Upvotes: 0
Reputation: 1368
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.
Upvotes: 1