mirror of
https://github.com/panatgithub/AnkiHeadingSync.git
synced 2026-07-22 17:10:28 +00:00
中文: 将插件版本升至 1.0.1,恢复使用 Obsidian getLanguage() 作为语言来源,并把最低 Obsidian 版本同步提高到 1.8.7。 English: Bumps the plugin to 1.0.1, restores Obsidian getLanguage() as the locale source, and aligns the minimum Obsidian version with API usage.
10 lines
279 B
JSON
10 lines
279 B
JSON
{
|
|
"id": "anki-heading-sync",
|
|
"name": "Anki Heading Sync",
|
|
"version": "1.0.1",
|
|
"minAppVersion": "1.8.7",
|
|
"description": "Focused heading-based Markdown to Anki sync plugin.",
|
|
"author": "Dusk",
|
|
"authorUrl": "https://github.com/panAtGitHub",
|
|
"isDesktopOnly": true
|
|
}
|