Carol.Kar
Carol.Kar

Reputation: 5355

AngularJs Editor which suppports latex markeup

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

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!

Upvotes: 1

Views: 3342

Answers (2)

Hendriawan Widiatmoko
Hendriawan Widiatmoko

Reputation: 66

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

Upvotes: 0

HJ05
HJ05

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

Related Questions