b.c.hamans
About
- Username
- b.c.hamans
- Joined
- Roles
- Member
Comments
-
Found this through some extensive Googling: https://gist.github.com/jbeard4/4747615 Edit: The above file indeed works! To add the code to Zotero.dot simply rename the file to Zotero.doc and open it using Word. Go to the VB editor and replace th…
-
Unfortunately none of the download links to the modified Zotero.dot work for me. Google Drive complains on Quota Exceeded when I am trying to access the modified Zotero.dot. All older links to the file appear to be dead. Could someone please provide…
-
Very nice work! I already have setup my own WebDav share, pretty much as soon as the sync option was introduced in Zotero. I have used it happily since. Is there an easy way of setting your scripts up without modifying my WebDav implementation? I gu…
-
Minor update to remove some undesired behavior. First problem was jumping of the cursor to the end of a line when inserting a single "{"-brace in the middle of a line. Second problem occurred when a character sequence contained two or more "{"-brace…
-
I have written the code below to add the desired functionality to MS Word! It automagically pops-up the insert citation window after typing "{{". Add the code below to the macros of your normal.dot: Sub AssignKey() 'Assign a macro to key …
-
Investigating tying inserting a ref to a shortcut, that would be indeed sufficient.