summaryrefslogtreecommitdiff
path: root/ext/bg/settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r--ext/bg/settings.html18
1 files changed, 12 insertions, 6 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index 8798aeb1..9aa9ea4d 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -8,8 +8,7 @@
<style>
#anki-spinner, #anki-general, #anki-error,
#dict-spinner, #dict-error, #dict-warning, #dict-purge-progress, #dict-import-progress,
- #debug,
- .options-advanced {
+ #debug, .options-advanced {
display: none;
}
@@ -19,6 +18,12 @@
border-right: 1px #ddd solid;
padding: 10px;
}
+
+ #field-templates {
+ font-family: monospace;
+ overflow-x: hidden;
+ white-space: nowrap;
+ }
</style>
</head>
<body>
@@ -175,10 +180,6 @@
</div>
<div id="anki-general">
- <div class="checkbox options-advanced">
- <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">
@@ -194,6 +195,11 @@
<input type="text" id="interface-server" class="form-control">
</div>
+ <div class="form-group options-advanced">
+ <label for="field-templates">Field templates (<a href="#" id="field-templates-reset">reset to defaults</a>)</label>
+ <textarea class="form-control" rows="10" id="field-templates"></textarea>
+ </div>
+
<div id="anki-format">
<p class="help-block">
Specify the information you would like included in your flashcards in the field editor below.