Skip to content

Commit

Permalink
Merge branch 'master' of github.com:linanwx/aosr
Browse files Browse the repository at this point in the history
  • Loading branch information
linanwx committed Jul 29, 2023
2 parents eb9693d + 184d49d commit 775777e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
}
}
```
Expand Down

0 comments on commit 775777e

Please sign in to comment.