emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
What does Roam Research do more than e.g. a ZettelKasten? I can't test, they have an invite system.
-
Is there a timeline for the rollout of these features?
-
Zotero should have up and down arrows so users can move references up and down in each collection in zotero and then simply export the collection to the bibliography in the word processor. This is hardly better than doing the bibliography by hand. W…
-
Fixed.
-
If you just export the entire library, you'll get all collection info, I don't know if that would work for you. It'd certainly be simpler for you. WRT getting started with a plugin, there's also https://www.zotero.org/support/dev/sample_plugin. Tha…
-
You can't do async calls from an export translator, but that code wouldn't have worked in any case -- var collectionTitle = response.data.name; will always execute before response = text; even in places where you can do async. The reasons for that w…
-
If it's just for yourself, you can omit the storage costs by using webdav (eg via pcloud). Otherwise, how much the storage costs for zotero itself doesn't change based on the region of its subscribers.
-
What you describe cannot be done without an extension. And breaking out of the sandbox is (as far as I know, and I've experimented with a lot of things in this domain) the only way to do this. That said, can we first talk about what you want to ach…
-
Yes and yes; the first one is simply already available to extensions, the second one can be achieved but involves more effort and a lot of care. To do the second you're going to have to apply run time patches, and those can very easily destabilize Z…
-
Can you get me a copy of the Word file? The locator is already supposed to be in there.
-
Does your translator have the collections option in the header?
-
Zotero.nextCollection must work or the BBT tests would fail.
-
As a sidenote, I advocate using CSL libraries with pandoc instead of bibtex: https://retorque.re/zotero-better-bibtex/exporting/pandoc/#use-csl-not-bibtex-with-pandoc
-
Super, thanks. This version is up on the regular site now.
-
Does https://gist.github.com/76d81cb264339a69ab88d39ecb75fabb work for you?
-
pandoc-citeproc wouldn't do anything in this pipeline as zotero.lua will have replaced all citations it could act on; likewise, the --bibliography and --csl won't do anything.
-
That shouldn't be necessary, it should have been bundled. I'll take a look.
-
Bubut GDPR...
-
When you get it to work, can you tell us whether PDF annotations are available after the export to Zotero?
-
Instructions + new filter on https://retorque.re/zotero-better-bibtex/citing/pandoc/
-
https://retorque.re/zotero-better-bibtex/citing/pandoc/
-
You're still getting things mixed up. 2. In the extras section I added the following: PA: India NPA: Karnataka Theme: Project Tiger That should be tex.PA: India tex.NPA: Karnataka tex.Theme: Project Tiger We would like to know how to prepare the Bib…
-
@dstillman on that note (haha) given the use of the extra field for such extra-field data, might it be a consideration to not export it to the "note" field if "export notes" is off?
-
BTW if this roundtripping of custom fields is all you need, don't bother with the test im/export format. BBTs Better BibTeX and Better BibLaTeX do this by default.
-
The question is how should my bibtex file look for getting the three fields into PA/NPA/Themes into the Extras field. Trying to reverse engineer, whatever I put into the extras field in the UI when exported in Bibtex go in as Notes. note = {tex.PA:…
-
You can also drag and drop or even cite as you write. You may also be interested in auto-export.
-
BBT is my zotero extension and can be found at https://retorque.re/zotero-better-bibtex/ Among the (maybe too) many things it does, it installs a number of import/export handlers (commonly known as translators). There is one that I had strictly int…
-
Do I understand correctly that you want these three fields to round-trip cleanly? That is, you want to import them, and have them show back up on export? If that is what you want, that is exactly what BBT will do. They'll go into extra as tex.pa: XX…
-
Oh and the answer to Is it possible to have custom fields in Bibtex and Zotero? is "yes, sort of", but that's hardly helpful :) To split them off: Is it possible to have custom fields in Bibtex? Yes, but that's only because bibtex allows pretty muc…
-
I think you're still approaching it from the wrong end. You are talking about importing data into Zotero right? So the key question is how do you want the item to look in Zotero when the import is done? If you tell me that, I can tell you how the in…
Upgrade Storage