mirror of https://github.com/fantasticit/think.git
68 lines
2.6 KiB
Markdown
68 lines
2.6 KiB
Markdown
# think
|
||
|
||
## 最近
|
||
|
||
在业余时间思考重构编辑器中,完善后迁移到本项目中,敬请期待。
|
||
|
||
[独立编辑器开发仓库,不定时更新](https://github.com/fantasticit/magic-editor)
|
||
|
||
## 简介
|
||
|
||
Think 是一款开源知识管理工具。通过独立的知识库空间,结构化地组织在线协作文档,实现知识的积累与沉淀,促进知识的复用与流通。同时支持多人协作文档。使用的技术如下:
|
||
|
||
- `MySQL`:数据存储
|
||
- `next.js`:前端页面框架
|
||
- `nest.js`:服务端框架
|
||
- `tiptap`:编辑器及文档协作
|
||
|
||
可访问[云策文档帮助中心](https://think.codingit.cn/share/wiki/WoiR8N5uj4i7),查看更多功能文档。
|
||
|
||
## 链接
|
||
|
||
[云策文档](https://think.codingit.cn)已经部署上线,可前往注册使用。
|
||
|
||
## 交流群
|
||
|
||
加微信前,请先阅读并同意以下声明:
|
||
|
||
1. 不接受指定语言开发,不提供任何无偿二次开发服务
|
||
2. 不提供任何类似环境搭建、网络被墙、域名代理、配置说明等问题
|
||
|
||
群聊人数超200,只可通过邀请进入,可加下方微信。
|
||
|
||
<img width="300" alt="image" src="https://user-images.githubusercontent.com/26452939/202832747-bfb8d200-0a1c-4c6d-bb6d-4495b66629ac.JPG">
|
||
|
||
## 预览
|
||
|
||
<details>
|
||
<summary>查看预览图</summary>
|
||
<img alt="知识库" src="http://wipi.oss-cn-shanghai.aliyuncs.com/2022-02-20/YN67GM4VQMBTZFZ88TYP8X/image.png" width="420" />
|
||
<img alt="新建文档" src="http://wipi.oss-cn-shanghai.aliyuncs.com/2022-02-20/YN67GM4VQMBTZFZ88TYPQX/image.png" width="420" />
|
||
<img alt="编辑器" src="http://wipi.oss-cn-shanghai.aliyuncs.com/2022-02-20/YN67GM4VQMBTZFZ88TYPZX/image.png" width="420" />
|
||
</details>
|
||
|
||
## 项目开发
|
||
|
||
[项目开发说明](./let-us-start.md)。
|
||
|
||
## 自动化部署
|
||
|
||
> 思路:在服务器部署 webhook,然后在 github setting 中配置相应钩子,实现自动化部署
|
||
|
||
参考:[webhook](https://github.com/adnanh/webhook/blob/master/docs/Hook-Examples.md#incoming-github-webhook)
|
||
|
||
## 赞助
|
||
|
||
如果这个项目对您有帮助,并且您希望支持该项目的开发和维护,请随时扫描一下二维码进行捐赠。非常感谢您的捐款,谢谢!
|
||
|
||
<div style="display: flex;">
|
||
<img width="300" alt="alipay" src="https://think-1256095494.cos.ap-shanghai.myqcloud.com/think-alipay.jpg" />
|
||
<img width="300" alt="wechat" src="https://think-1256095494.cos.ap-shanghai.myqcloud.com/think-wechat.jpg" />
|
||
</div>
|
||
|
||
## 贡献者
|
||
|
||
感谢所有为本项目作出贡献的同学!
|
||
|
||
<a href="https://github.com/fantasticit/think/contributors"><img src="https://opencollective.com/think/contributors.svg?width=890" /></a>
|