문제

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!

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top