emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
It's almost certainly BBT's fault. If you want to, you can open an issue on the BBT GH and we can see if we can figure this out. I don't have access to Windows though -- does anyone here know whether I can replicate such display-scaling behavior on …
-
That's indeed what I meant to say.
-
"Subversive pleasures: the monkey patch"
-
Simply installing BBT did the job.
-
Webchats I'm fine with. I hardly ever do academic-style conferences these days, but I inescapably treat every presentation I do like one.
-
It's in the BBT prefs: https://retorque.re/zotero-better-bibtex/exporting/auto/#managing-auto-exports
-
I've been told that I'm decent at doing presentations, but I rate doing them as just slightly less terrifying than a dentist visit. I wouldn't know what to talk about, really -- I've cobbled together a decent working knowledge of the Zotero internal…
-
@atmindoc when reading docx files, pandoc doesn't add the Zotero citation marker data to the document AST, so filters cannot know Zotero citations are even present. A filter therefore can't do the reverse conversion.
-
I don't know which, if any, of these matter to you, but I've tried to start using Paperpile a number of times (I was an early adopter and still have a perpetual license in fact) and for me: No Linux/LibreOffice support Chrome-only If you use bib(la…
-
This happens when the attachments are opened. When collapsed this doesn't happen.
-
@timmb the option that dstillman proposes is going to be a lot cleaner than what I'd be able to do. Given that it's coming to Zotero, I don't see much value in adding it in BBT; it'd be fairly hacky. If you're in a hurry, I can probably get you some…
-
Imports can also be done from the clipboard, which doesn't have an UI.
-
Is this option something I could detect in the translator, so I can choose between leaving it in the `extra` field and just setting the Zotero fields? Can I detect in the plugin whether an item has been synced? Back-dating for not-yet-synced items …
-
Run it trough AnyStyle (https://anystyle.io/), import the results in Zotero, clean up where required, and have Zotero create a new bibliography.
-
Since Zotero doesn't ever uninstall itself (only the uninstaller does that, and Zotero doesn't run it), the most plausible candidate is still the packaging. We don't use SCCM anymore in our corp, but the reason I asked is that we've had instances wh…
-
Is this computer under management by a corporate IT department?
-
When BBT is disabled it does pop up a message to that effect during startup. I could also uninstall the translators -- they'd get re-installed when BBT is enabled automatically.
-
@danstillman back-dating `dateAdded` shouldn't be problematic, right? And for sync, `clientDateModified` is leading IIRC, so maybe modifying `dateModified` wouldn't be problematic either?
-
That works great for me -- I don't relish the thought of going pattern matching through the docx xml. But it being in the CSL standard is separate from it appearing in Zotero of course.
-
Technically that's already possible, but wouldn't give you markdown. But writing a lua filter to do this would be more complicated than the filter that goes from md to docx, because citations are already clearly marked in the pandoc AST. Zotero cit…
-
This filter as it is cannot; it should be possible in principle but it's more complex than from md -> docx.
-
If BBT is involved, I'd very much appreciate it if you could open a GH issue. BBT should no longer be the cause of performance problems.
-
Auto-saving large collections will use memory (for a 10k library I'd expect some 5m to be in use) but unless you edit items frequently, it shouldn't really be problematic in terms of responsiveness. On my test service (not slow machines but certainl…
-
Thank you, we'll take it from there.
-
if you're exporting to bibtex, and you can find a day in the date, reference should inescapably have a month. If that's not the case for you, I'd appreciate an issue being opened on github so I can understand what's going on.
-
Wait, you want day of week, not day of month?
-
I don't know about the Zotero dateparser. The BBT dateparser returns dates as objects with the following properties: type: 'date' | 'season' | 'open' | 'interval' | 'list' | 'verbatim' this property determines what the rest of the object will look …
-
In a postscript, you have access to item.date, which is as it is entered in Zotero. You can do something like reference.add({ name: 'month', bibtex: '"4~" # jul' }) to output exactly that. You can use the BBT dateparser or Zotero's dateparser to fet…
-
https://www.orgroam.com/ looks promising.
-
Don't worry about the English, your English is fine, but you're going to have to create a UI by hand for your plugin; there's no sample code for that. You're going to have to get familiar with the DOM. There's a way that I think is easier (XUL) bu…
Upgrade Storage