-william-
About
- Username
- -william-
- Joined
- Roles
- Member
Comments
-
@dstillman Big thank you!
-
I know…you guys are always helpful. I like your PDF reader, but I like Acrobat a little more, and have been using it since Acrobat 4. I guess I was afraid I'd have to give up Acrobat to use Zotero, and I want the best of both worlds!
-
The answer to your question is "no." However, I am not using the built-in PDF reader. I am using Adobe Acrobat Pro DC. I have been doing this regularly and seemingly without any problems before today. I tested as follows. It looks like Zotero will n…
-
macOS 12.4 Zotero 6.0.14 Restarted Zotero, then performed #1 and #2, below: #1 Click on (highlight) Item containing NEW annotated pdf; Right-click Add Note from Annotations; No Annotations note appears in the Item; No error message appeared on my …
-
D1469425570
-
solved; used !important in my snippet.
-
@shimel123 I think I found a solution to the spacing issue; modifying extensions.zotero.annotations.noteTemplates.highlight: {{highlight}} {{citation}}{{if comment}}{{comment}}{{endif}} Also, in my Zotero Integration template, I have a section fo…
-
@shimel123 re: spacing, in Obsidian "editing" view, the spacing appears wide, but in the "reading" view, it should show proper spacing. However, if you want less spacing, I don't know how to make the template show less spacing in the output. Happy …
-
@shimel123 If you want your comments as well, here is the code for both annotations and comments: {% for annotation in annotations %} {% if annotation.annotatedText %} {{annotation.annotatedText}} [(p. {{annotation.page}})](zotero://open-pdf/libr…
-
To get the annotations (colored highlights), put this in your template: {% for annotation in annotations %} {% if annotation.annotatedText %} {{annotation.annotatedText}} [(p. {{annotation.page}})](zotero://open-pdf/library/items/{{annotation.atta…
-
This is for the Zotero Integration template. However, {{markdownNotes}} are not colored as are highlights, so there is no {{markdownNotes.color}} variable for markdownNotes. Therefore, the html mark style syntax provided will not work on {{markdownN…
-
@shimel123 - "Is it possible for exported annotations to indicate the color of each annotation?" In your Zotero Integration template: {{annotation.annotatedText}}
-
@martynas_b Is it possible to have underline annotations be imported as underlines, not highlights?
-
@dstillman Thank you. I added a copy of the 1991 pdf as a new attachment, and the pages were detected properly. Also, thank you for working on a fix for the problem presented with the 1990 pdf. It feels like this issue with instances of annotation…
-
Just sent you the pdfs. I understand your focus is Add Note from Annotations, it’s part of Zotero 6, after all. I am using a modified version of Zotfile, and I only used it for comparison purposes. (I also like some of its features, but that is anot…
-
@dstillman got you; edited; sorry. I'll get the pdfs I tested, and send to support. Do you agree the way to reproduce the problems is to do what I did. For each pdf: 1. include correct page numbers in Pages field; "Add Note from Annotations," see r…
-
@martynas_b Interesting. If I add a new highlight to the same page, I get the article's correct page number, not the logical page number. I tested annotations in five (5) pdfs, which included the pdf I sent you. All annotations were made in Acrobat…
-
+1 for an underline feature; was available in Zotfile: zotfile.pdfextraction.formatAnnotationUnderline I modified the extension: < p>< span style="border-bottom: 1px solid %(color)">%(content)< /span> (%(cite))< /p> The und…
-
The old Zotfile "Extracted Annotations" feature properly detected and showed the article's page numbers in the links to annotations. For example: (Grada 1991:536). Clicking this link opened the pdf to the article's page 536, which was actually the p…
-
+1 for showing an underline as an underline, not a highlight color. This was achievable under extensions,zotfile,pdfExtraction.formatAnnotationUnderline.
-
MacOS 12.3
-
I think I found the answer to fixing the First Issue: in the Config Editor, noteTemplates preference: extensions.zotero.annotations.noteTemplates.highlight < p>{{highlight quotes='true'}} {{citation}} {{comment}}< /p>, I modified the Va…
-
Yes, open-pdf. Thanks for the quick reply!
-
@bwiernik Thank you! I set a Zutilo preference in the Configuration Editor for _alt1.This is perfect for my needs. My default style is Chicago note. The _alt1 is for legal citations, set to OSCOLA (no ibid).
-
The style I want to use is already an available style. I want to set this "available style" only for certain items in my library, leaving my Default Style set for all other items. For example, when I drag and drop one of those certain items from Zot…
-
Until a more elegant coded resolution is developed, perhaps a workaround is to go back and make your additional annotations, then extract those annotations into a new Extracted Annotations note, and trash the older note.
-
@jgb569 "My second-best option would be to maintain the highlighted background in the notes but get rid of the color description. Any suggestions how this could be realized?" Turn off (chose “false”) .pdfExtraction.colorAnnotations. Then the extra…