- en
- obsidian-any-block mini version. Remove some features and dependencies to reduce size and improve performance.
- See AnyBlock's introduction for details
- Mainly deleted mermaid, plantuml, markmap related dependencies and try to ensure the function, in order to obtain memory and load speed improvement. For reference (v3.2.1), the size is 8.82MB -> 262KB, and the startup time is 424ms -> 30ms
- The repository is only used for distribution to the plugin community, source code and compilation is still done by AnyBlock
- zh
虽然min版不再内置mermaid/plantuml/markmap包,但这仅意味着编辑体验有所下降,对应功能并不一定就完全用不了。
- 例如你可以安装 mindmap-nextgen 插件并配合使用:https://lincdocs.github.io/AnyBlock/docs/zh/05.%20%E7%B2%BE%E5%BD%A9%E7%94%A8%E4%BE%8B.html#mindmap-nexgen
- 例如你依然可以使用mermaid,只是对应的库由插件内置改为ob内置的版本。但这会有一些编辑上的不流程的影响 (误刷新问题),但整体其实也不算太影响
- 例如你可以配合 mehrmaid 插件,来代替 mermaid,也行。参考: https://lincdocs.github.io/AnyBlock/docs/zh/05.%20%E7%B2%BE%E5%BD%A9%E7%94%A8%E4%BE%8B.html#mehrmaid
(这部分的文档后续会补充更多)