We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows
v1.1.8
增加导出平台——思源笔记。
思源提供了丰富的网络 API,可以直接通过网络 API 创建文档等;例如官方自己实现的浏览器上的网页保存插件,就是调用后端 API。
给出一个参考的实现方法:
需要添加的用户配置:
/CherryStudio
导出单个对话到思源笔记文档的大致实现流程:
将对话格式化为一个 Markdown 文本 string
获取用户设置思源的配置信息
调用内核 API /api/filetree/getIDsByHPath 检查 rootHpath 是否存在
root_id
调用内核 API /api/filetree/createDocWithMd 创建对话内容的导出文档
No response
参考:
https://github.com/siyuan-note/siyuan/blob/master/API_zh_CN.md
https://github.com/siyuan-note/siyuan-chrome
The text was updated successfully, but these errors were encountered:
#3845
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
提交前检查
平台
Windows
版本
v1.1.8
您的功能建议是否与某个问题/issue相关?
增加导出平台——思源笔记。
思源提供了丰富的网络 API,可以直接通过网络 API 创建文档等;例如官方自己实现的浏览器上的网页保存插件,就是调用后端 API。
请描述您希望实现的解决方案
给出一个参考的实现方法:
需要添加的用户配置:
/CherryStudio
导出单个对话到思源笔记文档的大致实现流程:
将对话格式化为一个 Markdown 文本 string
获取用户设置思源的配置信息
调用内核 API /api/filetree/getIDsByHPath 检查 rootHpath 是否存在
root_id
调用内核 API /api/filetree/createDocWithMd 创建对话内容的导出文档
请描述您考虑过的其他方案
No response
其他补充信息
参考:
https://github.com/siyuan-note/siyuan/blob/master/API_zh_CN.md
https://github.com/siyuan-note/siyuan-chrome
The text was updated successfully, but these errors were encountered: