We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
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
之前的动态锚文本 ((id)) 实现在稳定性和性能上有瓶颈:
((id))
目前测试下来,在文档数量上万、总块数到达几十万(平均一个文档几十个块)以后这些问题会非常明显。经过一段时间的改进尝试,已经找不到更有效的优化方案了。
动态锚文本在一些场景下还是比较有用的,无法砍掉这个特性,但有个折中的方案是将其“静态化”:
((id 'text'))
节点语法结构总结:
((id "用户设置的静态锚文本"))
((id '动态锚文本静态化'))
The text was updated successfully, but these errors were encountered:
🎨 Protyle 改进块引锚文本实现方式以提升稳定性和性能 siyuan-note/siyuan#3561
5e5f602
1619369
8bd6565
♻️ 改进块引锚文本实现方式以提升稳定性和性能 siyuan-note/siyuan#3561
278a319
4e7beb4
cf06893
1269bdc
88250
Vanessa219
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
之前的动态锚文本
((id))
实现在稳定性和性能上有瓶颈:目前测试下来,在文档数量上万、总块数到达几十万(平均一个文档几十个块)以后这些问题会非常明显。经过一段时间的改进尝试,已经找不到更有效的优化方案了。
动态锚文本在一些场景下还是比较有用的,无法砍掉这个特性,但有个折中的方案是将其“静态化”:
((id 'text'))
,使用单引号表示动态锚文本静态化以后的结果,之前的双引号仍旧表示用户设置的锚文本节点语法结构总结:
((id "用户设置的静态锚文本"))
((id '动态锚文本静态化'))
The text was updated successfully, but these errors were encountered: