aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/settings.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-09-06 13:18:06 -0700
committerAlex Yatskov <alex@foosoft.net>2017-09-06 13:18:06 -0700
commita3c8508031a1073629803d0616a2ee416cd3cccc (patch)
treebd7f2525f68724ac1be82f6a9a8449c9e77ce208 /ext/bg/settings.html
parent083999212e262c0a51b9401cb9666e6a49e35de9 (diff)
work on sandbox
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.