diff --git a/chrome/content/zotero/preferences/preferences_export.jsx b/chrome/content/zotero/preferences/preferences_export.jsx
index df459fcf8e..066be61030 100644
--- a/chrome/content/zotero/preferences/preferences_export.jsx
+++ b/chrome/content/zotero/preferences/preferences_export.jsx
@@ -83,6 +83,8 @@ Zotero_Preferences.Export = {
* Builds the note Quick Copy drop-down from the current global pref
*/
populateNoteQuickCopyList: async function () {
+ document.getElementById('noteQuickCopy-format-options').removeAttribute('hidden');
+
// Initialize default format drop-down
var format = Zotero.Prefs.get("export.noteQuickCopy.setting");
format = Zotero.QuickCopy.unserializeSetting(format);
@@ -196,10 +198,10 @@ Zotero_Preferences.Export = {
var format = document.getElementById('zotero-noteQuickCopy-menu').value;
format = JSON.parse(format);
- var markdownOptions = document.getElementById('zotero-noteQuickCopy-markdown-options');
- var htmlOptions = document.getElementById('zotero-noteQuickCopy-html-options');
- var markdownIncludeAppLinks = document.getElementById("zotero-noteQuickCopy-markdown-includeAppLinks");
- var htmlIncludeAppLinks = document.getElementById("zotero-noteQuickCopy-html-includeAppLinks");
+ var markdownOptions = document.getElementById('noteQuickCopy-markdown-options');
+ var htmlOptions = document.getElementById('noteQuickCopy-html-options');
+ var markdownIncludeAppLinks = document.getElementById("noteQuickCopy-markdown-includeAppLinks");
+ var htmlIncludeAppLinks = document.getElementById("noteQuickCopy-html-includeAppLinks");
markdownIncludeAppLinks.label = Zotero.getString('exportOptions.includeAppLinks', Zotero.appName);
htmlIncludeAppLinks.label = Zotero.getString('exportOptions.includeAppLinks', Zotero.appName);
@@ -223,8 +225,8 @@ Zotero_Preferences.Export = {
onUpdateNoteExportOptions() {
var menulist = document.getElementById("zotero-noteQuickCopy-menu");
- var markdownIncludeAppLinks = document.getElementById("zotero-noteQuickCopy-markdown-includeAppLinks");
- var htmlIncludeAppLinks = document.getElementById("zotero-noteQuickCopy-html-includeAppLinks");
+ var markdownIncludeAppLinks = document.getElementById("noteQuickCopy-markdown-includeAppLinks");
+ var htmlIncludeAppLinks = document.getElementById("noteQuickCopy-html-includeAppLinks");
for (let i = 0; i < menulist.itemCount; i++) {
let item = menulist.getItemAtIndex(i);
diff --git a/chrome/content/zotero/preferences/preferences_export.xhtml b/chrome/content/zotero/preferences/preferences_export.xhtml
index 40a87b243b..b7dd0e9589 100644
--- a/chrome/content/zotero/preferences/preferences_export.xhtml
+++ b/chrome/content/zotero/preferences/preferences_export.xhtml
@@ -54,23 +54,34 @@
|
+ |
+
+ |
+
|---|---|
|
+ |
+
+ |
+