antikorpo
About
- Username
- antikorpo
- Joined
- Roles
- Member
Comments
-
So here is the update. please tell me if it works now :) Public Sub ZoteroLinkCitation() Dim nStart&, nEnd& nStart = Selection.Start nEnd = Selection.End Application.ScreenUpdating = False Dim title As String Dim titleAnchor As String Dim s…
-
Oh, sorry. Typical programmers blindness: You can manually create a bookmark that selects the zoteto bibliography field and call it literatue. It should work then. Ill soon update this so that it looks for the field itself. My next plan is backr…
-
And btw, when i export to PDF from Word 2007, hyperlinks just work fine.
-
Btw, to set a style for the resulting link uncomment the line 'Selection.style = ActiveDocument.Styles("CitationFormating") and write your style there. You can use it in combination with my other macro for styling the citations: http:/…
-
I have written a Word Macro, that links Author-Date or Number Style Citations to their Bibliography entry based on the title. It searches the Field for a number (either a year or a sequential number), selects it and then links it to the title that …
-
So here's the update: Now the cursor returns to where it was before! Public Sub SetZoteroCitationFormating() Dim nStart&, nEnd& nStart = Selection.Start nEnd = Selection.End For Each aField In ActiveDocument.Fields ' check if the field is …
-
If you refresh the index, the hyperlinks will be lost. You can use the macro for refreshing though. PS: One could still improve it with a function to search for the *real* index on the page, so that it is linked to the index not only to the page (i…
-
I have simplified the code to the following: Public Sub SetZoteroCitationFormating() For Each aField In ActiveDocument.Fields ' check if the field is a Zotero in-text reference If InStr(aField.Code, "ADDIN ZOTERO_ITEM") > 0 Then aField.Select Sel…
-
Could this be used to Set a certain Style for the Zotero items too (one would need to exclude the bibliography)? That's a feature I was missing, because the references always revert to default style, which is annoying. And btw, switching between spe…
-
(I didn't find it right away, so here's how to: ) For activating the developer tab go to "options" > highlight "Popular" group on the left then check the box that says "Show Developer Tab in the Ribbon" on the right. And the "customize …
-
Yes, starring and maybe "read/unread" like in thunderbird would be great. I sometimes search for articles and add them without reading all of it (but just skimming through it or its abstract) and they should be marked "unread" by default.
-
May I hook in here and suggest a feature for Zotero (or Zotfile?). ZotFile already allows extraction of Annotations from PDFs, so I think it is possible to read text from a pdf file for further analysis: Zotero should automatically search …
-
First of all: ZotFile is just awsome!!! The note extraction feature is extraordinary! However, I'd like to feed back, that I think that notes, that are connected to highlighting should be more connected in the extracted text. There's a paragraph i…
-
Zotfile has an option to suppress diacritics, but i'm not sure if that's only true for newly added files (through the import folder). --- I would like to add that it would be great if the old filename (which is sometimes unique) could be p…
-
+1 there should be more of these :)
-
+1 The only difference i see for collections is that they can be nested: However, if we could add tags to collections themselves (currently selecting a folder tells me "no item selected") I think it could be possible to call zotero collect…
-
+1 from over here ;) http://forums.zotero.org/discussion/27739?page=1#Item_1 On the Wikipedia page about MAFF[1] i found a chrome extension "which uses the data URI scheme to package everything in a single .html file"[2] [1]: http:…
-
I guess you're right on that. :(
-
+1
-
Well, when i save an item Zotero also saves the current URL into that item, so as long as I don't change it, it would be "simple URL matching". However, i understand that this would not cover all items and not all resources (e.g. items added from …
-
+1 to color coding :)
-
For me it would be awsome to have a "proxy toggle" button somewhere, because without the proxy it saves just fine (except for paywalled PDFs) and with the proxy i can add the pdfs afterwards. An example would be https://addons.mozilla.org/en-US…
-
I'm even experiencing problems on google scholar when behind my proxy: han.srv.meduniwien.ac.at/han/PubMedMUW/scholar.google.at/scholar?start=20&q="Sleep+Medicine+Reviews"+polysomnography&hl=de&as_sdt=0 On this page, when i try…
-
May I add a sub-feature request: In the "document collection" it would be awesome to have "chapter collections" that are generated by the headers in the document (i.e. in word and libre office). Also, there could be a "number of appearance…
-
There's one thing I'm still not sure how to handle: If one's using a numbered style, where from does the style know how to write names? That is "(Flexer et al., 2005)" "Flexer et al. (2005)" is pretty clear, but "[13]" "Flexer et al. [13]" is no…
-
I've started another thread, because i didn't see your comment. I posted my ideas here: http://forums.zotero.org/discussion/27682/put-author-before-parenthesis-in-addition-to-suppress-author/
-
Oops, you're right. I felt none of them suited my demand, but this one actually does: http://forums.zotero.org/discussion/26989/along-with-suppress-author-a-author-only-checkbox-is-mandatory/ However nobody answered yet :(
-
Actually it seems that also through my proxy no PDFs get added even if the item itself is saved.
-
Great, sorting by page number would do the job, because on can put all the items into a folder. Chapter number might be a good idea too, specially in times of web pages and ebooks where there is no well-defined number of "pages". Btw, sort…
-
tl;dr but +1 to PMID field