zmister2016 / MrDoc

mrdoc,online document system developed based on python. It is suitable for individuals and small teams to manage documents, wiki, knowledge and notes. 觅思文档,适合于个人和中小型团队的在线文档、知识库系统。
https://mrdoc.pro/
GNU General Public License v3.0
2.97k stars 554 forks source link

能不能新增文件夹同步 #117

Closed hyhy01 closed 2 years ago

hyhy01 commented 3 years ago

例如有个markdown的文件夹,检测到变化就按照目录结构自动更新数据库。不需要手动导入mardown文件。 同时如果数据库变化,就同步更新这个文件夹内容

hyhy01 commented 3 years ago

还有就是和git仓库进行同步

zmister2016 commented 3 years ago

@hyhy01 MrDoc 提供了基于用户token的API,你可以自行编写本地程序监控文件变化然后进行文档编写或更新