yanki 0.2.1 → 0.2.3
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/dist/bin/cli.js +1 -1
- package/dist/lib/index.js +1 -1
- package/dist/{sync-DItkgf9b.js → sync-CNzgYCr4.js} +53 -53
- package/package.json +4 -4
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yanki",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "An ultra-simple CLI tool and TypeScript library for syncing Markdown to Anki flashcards.
|
|
5
|
+
"description": "An ultra-simple CLI tool and TypeScript library for syncing Markdown to Anki flashcards.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/kitschpatrol/yanki.git"
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"remark-wiki-link": "^2.0.1",
|
|
83
83
|
"sort-keys": "^5.0.0",
|
|
84
84
|
"string-strip-html": "^13.4.8",
|
|
85
|
-
"tsx": "^4.
|
|
85
|
+
"tsx": "^4.13.0",
|
|
86
86
|
"type-fest": "^4.19.0",
|
|
87
87
|
"typescript": "^5.4.5",
|
|
88
88
|
"unified": "^11.0.4",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"vite": "^5.2.12",
|
|
93
93
|
"vitest": "^1.6.0",
|
|
94
94
|
"yaml": "^2.4.3",
|
|
95
|
-
"yanki-connect": "^1.0.
|
|
95
|
+
"yanki-connect": "^1.0.3"
|
|
96
96
|
},
|
|
97
97
|
"publishConfig": {
|
|
98
98
|
"access": "public"
|
package/readme.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
<!-- short-description -->
|
|
17
17
|
|
|
18
|
-
**An ultra-simple CLI tool and TypeScript library for syncing Markdown to Anki flashcards
|
|
18
|
+
**An ultra-simple CLI tool and TypeScript library for syncing Markdown to Anki flashcards.**
|
|
19
19
|
|
|
20
20
|
<!-- /short-description -->
|
|
21
21
|
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
Yanki simply syncs a folder of Markdown notes to Anki. The primary novelty of its approach is in how Markdown is translated into Anki notes. The **structure** of a Markdown note determines the **type** of Anki note it becomes, so no extra syntax or Anki-specific markup is required — just pure Markdown.
|
|
28
28
|
|
|
29
|
-
This library leverages the [`yanki-connect`](https://github.com/kitschpatrol/yanki-connect) library, and powers the
|
|
29
|
+
This library leverages the [`yanki-connect`](https://github.com/kitschpatrol/yanki-connect) library, and powers the [`yanki-obsidian`](https://github.com/kitschpatrol/yanki-obsidian) plugin.
|
|
30
30
|
|
|
31
31
|
The "Y" prefix in "Yanki" is in the "Yet another" naming tradition; a nod to Anki's robust and occasionally duplicative ecosystem of third-party tools. (Also, appropriately, Yankī are a variety of [truant youth](https://en.wikipedia.org/wiki/Yankee#/media/File:ヤンキー.jpg).)
|
|
32
32
|
|