From 40e2d952e0a768533c1341c431e3c14e6c8b84f2 Mon Sep 17 00:00:00 2001 From: linanwx Date: Sun, 23 Jul 2023 17:24:48 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4dd6c28..d78a3ed 100644 --- a/README.md +++ b/README.md @@ -321,9 +321,9 @@ These examples should suffice for most use cases. However, if you need more comp ``` interface FactPattern { card: { - path: string - tags: string[] - text: string + path: string + tags: string[] + text: string } } ``` From 184d49d417bee5b2ef968cd56202a36dc4e7005c Mon Sep 17 00:00:00 2001 From: linanwx Date: Mon, 24 Jul 2023 11:21:11 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d78a3ed..38a4968 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This plugin is similar to [spaced repetition](https://github.com/st3v3nmw/obsidi # What's New -- **New Deck Feature:** We've introduced a new Deck feature in Aosr. This feature allows you to define the contents of your decks based on custom rules. Simply copy and paste the provided code into your Obsidian notes, and the Aosr plugin will automatically transform it into a deck for review. +- **New Deck Feature:** We've introduced a new [Deck feature](https://github.com/linanwx/aosr#deck-functionality-in-aosr) in Aosr. This feature allows you to define the contents of your decks based on custom rules. Simply copy and paste the provided code into your Obsidian notes, and the Aosr plugin will automatically transform it into a deck for review. # Features