yanki 1.2.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yanki",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "A CLI tool and TypeScript library for syncing Markdown to Anki flashcards.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anki",
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
"build": "export NODE_OPTIONS=--max-old-space-size=16384 && pkgroll --clean-dist --minify --tsconfig tsconfig.build.json",
|
|
116
116
|
"clean": "git rm -f pnpm-lock.yaml ; git clean -fdX",
|
|
117
117
|
"coverage": "vitest run --coverage",
|
|
118
|
-
"fix": "
|
|
119
|
-
"lint": "
|
|
118
|
+
"fix": "ksc fix",
|
|
119
|
+
"lint": "ksc lint",
|
|
120
120
|
"release": "bumpp --commit 'Release: %s' && pnpm run build && pnpm publish --otp $(op read 'op://Personal/Npmjs/one-time password?attribute=otp')",
|
|
121
121
|
"test": "vitest"
|
|
122
122
|
}
|
package/readme.md
CHANGED
|
@@ -641,6 +641,8 @@ Linux testing was performed with Debian 12 and Ubuntu 22, both running on an arm
|
|
|
641
641
|
|
|
642
642
|
- Removing one ore more clozes from a note with multiple closes can result in empty cards after syncing. The only way around this is to run the "Tools → Empty Cards..." command from Anki desktop application menu bar.
|
|
643
643
|
|
|
644
|
+
- The Anki application lets you split the cards from a single note across multiple decks. (E.g. you might have a card with dozens of clozes, some of which you want to study under a different deck.) Yanki does _not_ support this scenario in the notes / cards it manages — it maintains a strict hierarchical relationship in which a note and its cards always live in a single deck. Notes may be deleted / recreated and study progress might be lost if this is attempted.
|
|
645
|
+
|
|
644
646
|
## Maintainers
|
|
645
647
|
|
|
646
648
|
[@kitschpatrol](https://github.com/kitschpatrol)
|