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
通过指定挂件的sql属性或者在url参数中提供sql参数,实现批量引入思源块
默认可以使用created属性作为开始时间点,updated属性作为结束时间点 如果额外设置时间节点属性可以覆盖默认设置. 例如custom-start 覆盖 created custom-end 覆盖 updated
可以指定使用块的name或者title属性
可以指定使用块的memo属性
有思源块连接的时间线节点修改时可以将时间点属性写入块的自定义属性,将标题写入块的命名属性,并可以考虑将背景图写入style属性中(style属性同样可以通过api设置)
The text was updated successfully, but these errors were encountered:
我也这么想过,但又一想,这不就是Daily Views挂件(ㅍ_ㅍ)
Sorry, something went wrong.
欸? 已经有了 我试试看
No branches or pull requests
功能描述
通过指定挂件的sql属性或者在url参数中提供sql参数,实现批量引入思源块
实现方法参考
时间属性来源
默认可以使用created属性作为开始时间点,updated属性作为结束时间点
如果额外设置时间节点属性可以覆盖默认设置.
例如custom-start 覆盖 created
custom-end 覆盖 updated
标题属性来源
可以指定使用块的name或者title属性
备注内容属性来源
可以指定使用块的memo属性
其他建议
有思源块连接的时间线节点修改时可以将时间点属性写入块的自定义属性,将标题写入块的命名属性,并可以考虑将背景图写入style属性中(style属性同样可以通过api设置)
The text was updated successfully, but these errors were encountered: