Add "Include Annotations" checkbox to export options dialog
This changes the attachment saveFile() function in translators to be async. In order for errors to be properly caught, translators will need to be changed to make doExport() async and await on saveFile() calls. (The translation architecture theoretically already allows doExport() to be async.)
This commit is contained in:
parent
688298af7f
commit
55c6de23ba
8 changed files with 102 additions and 29 deletions
10
scss/components/_exportOptions.scss
Normal file
10
scss/components/_exportOptions.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
#zotero-export-options {
|
||||
#export-option-includeAnnotations {
|
||||
margin-top: 2px;
|
||||
margin-left: 17px;
|
||||
}
|
||||
|
||||
checkbox[disabled=true] label {
|
||||
opacity: .5;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue