原文链接:https://www.dapan.cc/article/2022/07/1706
Etherpad
【优点】支持富文本编辑多人协作,通过API获取文本
【缺点】无法针对指定的文本进行颜色标记
前端
1.git clone –branch master https://github.com/ether/etherpad-lite.git
2.管理员方式运行:src\bin\installOnWindows.bat
3.根目录运行start.bat
4.浏览器打开localhost:9001
后端:
https://www.jianshu.com/p/5d81622e7dc7
1.通过API获取文本
APIKEY在根目录APIKEY.txt中,PID存储在数据中
2.下载纯文本
下载处理好的文本进行重新解析










网友评论