diff options
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r-- | ext/bg/options.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index 6ab2e4e8..d12b50d4 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -142,6 +142,10 @@ </div> <div id="anki-general"> + <div class="checkbox"> + <label><input type="checkbox" id="generate-html-cards"> Generate HTML cards</label> + </div> + <div class="form-group"> <label for="card-tags">Card tags (comma or space separated)</label> <input type="text" id="card-tags" class="form-control"> |