- Upgrade devDependencies and implement kernel plugin demo
- Enhance KernelPlugin with MCP tool registration and update ESLint
- Migrate i18n locale codes from legacy underscore form (
zh_CN/en_US) to BCP 47 (zh-CN/en)- Aligns with SiYuan kernel RFC 5646 / BCP 47 lang code refactor (see siyuan-note/siyuan#7098)
plugin.jsonkeys, i18n file names (src/i18n/*.json) andREADME.zh-CN.mdfilename updated accordingly- Bump
minAppVersionto3.7.0(older SiYuan versions will fall back todefaultlocale for this plugin)
- Add plugin util
platformUtils - Add plugin function
getAllEditor - Add plugin function
getModelByDockType - Replace
anyin IProtyle with the corresponding type - Add
data-idattribute to menu button
- Update dock icon class
- Add plugin
protyleOptions - Add plugin api
uninstall - Add plugin method
updateCards - Add plugin function
lockScreen - Add plugin event bus
lock-screen - Add plugin event bus
open-menu-inbox
- Upgrade Siyuan to 0.9.0
- Support more platforms
- Supports use in windows
- Add plugin function
transaction
- Upgrade siyuan to 0.7.9
- add
fetchPostexample