【发布时间】:2016-04-28 08:31:40
【问题描述】:
我正在构建一个网络应用程序; Angular 中的前端和 Ruby on Rails 中的后端。
我需要实现以下功能。我基本上是在添加文本编辑器,以便用户可以在我的服务中编辑模板字母。
1) Load .doc file from the file system(or remote server) to the text editor
2) Edit the loaded .doc file and save the file as different name
有没有推荐的免费文本编辑器可以实现这些?
【问题讨论】:
标签: javascript ruby-on-rails angularjs