From 1dcfbf6ba6516d05f756d26bf84049d94776ab14 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Thu, 14 Jan 2021 22:42:11 -0500 Subject: Support suspending new anki cards (#1240) * Add new option: anki.suspendNewCards * Update Anki APIs * Suspend card based on options * Add setting * Disable wrap for toggle property --- ext/bg/settings2.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'ext/bg/settings2.html') diff --git a/ext/bg/settings2.html b/ext/bg/settings2.html index 5b9d702d..f44b7eab 100644 --- a/ext/bg/settings2.html +++ b/ext/bg/settings2.html @@ -1357,7 +1357,7 @@
-
+
Check for card duplicates
When a card is detected as a duplicate, the add buttons will be disabled.
@@ -1435,6 +1435,16 @@
+ +
+
+
Suspend new cards
+
New cards will be suspended when a note is added.
+
+
+ +
+
Configure Anki card format…
-- cgit v1.2.3