parent
a4cdaf0407
commit
41bdd36068
3 changed files with 3 additions and 1 deletions
|
@ -120,6 +120,7 @@ class EditorInstance {
|
||||||
dir: Zotero.dir,
|
dir: Zotero.dir,
|
||||||
font: this._getFont(),
|
font: this._getFont(),
|
||||||
style,
|
style,
|
||||||
|
smartQuotes: Zotero.Prefs.get('note.smartQuotes'),
|
||||||
localizedStrings: {
|
localizedStrings: {
|
||||||
// Figure out a better way to pass this
|
// Figure out a better way to pass this
|
||||||
'zotero.appName': Zotero.appName,
|
'zotero.appName': Zotero.appName,
|
||||||
|
|
|
@ -101,6 +101,7 @@ pref("extensions.zotero.search.useLeftBound", true);
|
||||||
pref("extensions.zotero.note.fontFamily", "Lucida Grande, Tahoma, Verdana, Helvetica, sans-serif");
|
pref("extensions.zotero.note.fontFamily", "Lucida Grande, Tahoma, Verdana, Helvetica, sans-serif");
|
||||||
pref("extensions.zotero.note.fontSize", "14");
|
pref("extensions.zotero.note.fontSize", "14");
|
||||||
pref("extensions.zotero.note.css", "");
|
pref("extensions.zotero.note.css", "");
|
||||||
|
pref("extensions.zotero.note.smartQuotes", true);
|
||||||
|
|
||||||
// Reports
|
// Reports
|
||||||
pref("extensions.zotero.report.includeAllChildItems", true);
|
pref("extensions.zotero.report.includeAllChildItems", true);
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 55b26f9a88944a684d2ecce7b54ffab4c52454f4
|
Subproject commit 4225b6b2cfb175daacf47cd88b0c206b4f71981f
|
Loading…
Add table
Add a link
Reference in a new issue