-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
提供插入块、更新块和删除块的 API #3334
Comments
看到这个API一下想到,当初是不是数据库中保留 next_id和 front_id 会好一点. 😂 |
对于编辑操作我感觉一般大家应该不会涉及到太复杂的操作,我觉得我可能用到的如下:
D大可能一直在担心第一个.但我觉得绝大多数人,可能也只是用这个来給
一点粗浅的想法. |
现在这个有计划了吗?感觉api完善之后, 有很多的辅助应用可以开发 |
需要考虑数据格式,目前有三种备选:JSON、kramdown 和 DOM,无论使用那种格式,都需要通过 Lute 进行解析,还需要时间进一步考虑。 |
文档见此。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
希望在API中增加一个接口,通过data-id或者其他唯一主键,更新块内容。
例如:
参数:data-id:123456 必填
data-content:块内容(可选,空就从笔记内获取)
通过这个api接口,可以更新笔记块内的内容。
The text was updated successfully, but these errors were encountered: