Google Closure Editor/WYSIWYG

后端 未结 3 953
萌比男神i
萌比男神i 2021-02-04 08:40

Does anyone have experience with Google Closure Editor/WYSIWYG? I\'m thinking of moving from CKEDITOR to Google Closure Editor/WYSIWYG. Ideally I\'d love to use the etherpad edi

3条回答
  •  再見小時候
    2021-02-04 09:42

    EtherPad Lite is the most viable option I've seen so far:

    https://github.com/ether/etherpad-lite

    Personally I favor this one, because:

    1. It's open source
    2. You can host your own
    3. Has few server-side dependencies (Node.js)
    4. It has an API, so you can build your app in any language

    Attempting to steal Google's work is probably not a good long-term plan. (I'm also not convinced that having the client-side libraries actually helps you, in terms of the real-time collaboration feature, which depends heavily on the server-side.)

提交回复
热议问题