angularjs - Good framework for text editing in web app (Angular/Rails web app) -


first of all, sorry not having programming related questions, stackoverflow website ask these!

im building web app. using angular front-end , rails backend. put front-end inside of rails app, in same project now.

i looking & simple text editor web app now.

functionalities i'm looking for:

  1. retrieve template letter project file system(meaning have default template letter in web app) text-editor in front-end.
  2. edit template letter using text-editor , save change.
  3. saved changes should saved in new word file format in file system. means there 2 files: default template letter , newly edited letter file).
  4. all files should saved in word file.
  5. i'm not looking text-editor rich functionalities minimum level (making text bold, aligning text, making list etc, change font color)

is there framework out there purposes? found bunch of text editors not purpose!

i suggest gem 'ckeditor'.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -