Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
add anki.editor.remember_location
Browse files Browse the repository at this point in the history
  • Loading branch information
fonol committed Oct 16, 2020
1 parent 94a4856 commit 39a5292
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"notes.editor.shortcut": "Ctrl+Shift+n",
"notes.editor.defaultTagsIfEmpty": "",
"notes.editor.include_anki_tags": false,
"anki.editor.remember_location": true,
"results.showFloatButton": false,
"results.showIDButton": false,
"results.showCIDButton": false,
Expand Down
5 changes: 4 additions & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,7 @@ If true, while in review, the add-on will ask you at regular intervals if you wa
working on your queue and reviewing.

### mix_reviews_and_reading.interrupt_every_nth_card
Determines after how many cards you will be interrupted and asked if you want to open the queue.
Determines after how many cards you will be interrupted and asked if you want to open the queue.

### anki.editor.remember_location
If true, the "Edit Note" dialog will remember its last location and size (this does not persist after closing Anki).

0 comments on commit 39a5292

Please sign in to comment.