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:
- retrieve template letter project file system(meaning have default template letter in web app) text-editor in front-end.
- edit template letter using text-editor , save change.
- saved changes should saved in new word file format in file system. means there 2 files: default template letter , newly edited letter file).
- all files should saved in word file.
- 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
Post a Comment