emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
Direct modification of the Zotero DB is usually discouraged by the Zotero devs. I'd check in with them to eg see if these modifications will sync properly.
-
1./2. Can be done with scrivener without markdown or libreoffice by using rtf-scan markers. It may be this procedure that you've seen mention as unreliable though. But we can't of course know what "comments elsewhere in the forum" have said specific…
-
In BBT, urldate only shows up if the entry has a url field.
-
https://retorque.re/zotero-better-bibtex/exporting/pandoc/#from-markdown-to-zotero-live-citations
-
If that is the preferred solution anyhow then I needn't bother with porting the opds server right?
-
Actually, https://github.com/retorquere/zotero-prosec-linker/ might approximate what you want to do. Not a field, but does give you a clickable url.
-
That I don't know.
-
If you start zotero with -ZoteroDebugText it will spit debug logging to the console. You can sort of tell what zotero is doing from that.
-
I believe zotfile can use the BBT citekey in renames.
-
Do you mean size in disk, or RAM usage?
-
This will work, but the script of @adamsmith uses the recommended names for the reference and zotero item. I have no active plans to retire this as an alias for reference, but reference is the supported way. See also https://retorque.re/zotero-bette…
-
Import into calibre would be a one-time thing, I take it? If a new book is added to calibre after import into zotero, what would happen?
-
There was already an open issue, but I'd appreciate it if you could join. It wouldn't be a lot of work, but it's only worth doing it someone will actively use/test.
-
*grin* technically true since I do not have any telemetry so I quite literally can't count the users. But you're welcome, and much appreciated. Today wasn't entirely great, and seeing BBT be useful is a nice end of the day pick-me-up.
-
It'd be quite embarrassing if I couldn't have written that though. All of BBT is my handy work, and the scripting bits are more to fight off the urge to add any and all enhancement requests regardless of how universally useful they are, so by and la…
-
That was my handy work indeed.
-
Sorry, 2. would have to be "Citekey select link". It's the one or the other I'm afraid, Zotero allows just one translator to be selected for quick copy, and the setting that worked for you in 1. is just a way to configure the behavior of the BBT qu…
-
If you open an issue there I'll look in to it.
-
https://github.com/retorquere/zotero-opds
-
1. Set the quick copy format to pandoc in the BBT prefs 2. Set the quick copy format to select link with citekey in the BBT prefs
-
Any ref manager that claims to do it better is lying to you.
-
Oh sorry, I missed the iOS part.
-
You can copy the citekey to the clipboard using BBTs quick copy translator in zotero's quick copy. You can fetch json data by from citekeys by calling https://retorque.re/zotero-better-bibtex/exporting/json-rpc/#itemcitationkeyitem_keys with the Be…
-
I don't use it myself, no. The delay is meant for cases where eg you want keys that sync, but straight autopinning would mean as the item is created, it'd immediately get a fixed key. Some people want a few seconds or minutes to go over the item and…
-
zotero-deb uses the same kind of desktop file. There will be minimal differences, but the one from the linux install should work, otherwise the deb version also wouldn't work.
-
Oh cool. Yeah, I meant the zotero API.
-
That's the bit to figure out. My idea was that if you're already looking into how to talk to notion's api's, this would be the other half of the work. It would require you writing javascript code to talk to notion.
-
This is a simple store that just sticks everything in a json file: https://github.com/retorquere/zotero-sync/blob/main/json-store.ts
-
Partial sync (eg only storing a single collection) would be a bit of work though. the sync protocol seems designed for full-library sync.
-
I've built a javascript lib that does one way sync from zotero to a configurable sink (https://github.com/retorquere/zotero-sync). If you only need zotero to notion, you'd only have to tell this lib how it should be stored in notion.
Upgrade Storage