mirror of
https://github.com/prncc/obsidian-repeat-plugin.git
synced 2026-07-22 06:50:25 +00:00
Prepare release of version 1.4.0
This commit is contained in:
parent
e8fe8a5d61
commit
86b8205547
4 changed files with 16 additions and 3 deletions
12
README.md
12
README.md
|
|
@ -85,6 +85,18 @@ repeat: spaced every 14 days in the evening
|
|||
You can also use the _Repeat this note..._ modal to adjust the repetition time.
|
||||
|
||||
|
||||
### The `hidden` Field
|
||||
|
||||
If you want your note's content to be blurred during reviews, add the `hidden`
|
||||
metadata flag:
|
||||
|
||||
```
|
||||
hidden: true
|
||||
```
|
||||
|
||||
When you click the blurred content, it will be revealed. This allows you to
|
||||
build limited flashcards with the plugin.
|
||||
|
||||
## Similar Software
|
||||
|
||||
* [msipos/mind-palace: Mind palace: mnemonic note taking system.](https://github.com/msipos/mind-palace)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "repeat-plugin",
|
||||
"name": "Repeat",
|
||||
"version": "1.3.3",
|
||||
"version": "1.4.0",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Review notes using periodic or spaced repetition.",
|
||||
"author": "Andre Perunicic",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-repeat-plugin",
|
||||
"version": "1.3.3",
|
||||
"version": "1.4.0",
|
||||
"description": "An Obsidian plugin to review notes using periodic or spaced repetition.",
|
||||
"main": "./src/main.ts",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -7,5 +7,6 @@
|
|||
"1.3.0": "1.0.0",
|
||||
"1.3.1": "1.0.0",
|
||||
"1.3.2": "1.0.0",
|
||||
"1.3.3": "1.0.0"
|
||||
"1.3.3": "1.0.0",
|
||||
"1.4.0": "1.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue