fredcallaway
About
- Username
- fredcallaway
- Joined
- Roles
- Member
Comments
-
Yay, thanks!
-
Yup, it's the same. Didn't find that issue because searching up/down without quotations doesn't pull it up (does that search bar have an advanced search syntax?) Originally reported April 2022, seems unlikely to be fixed :\
-
Just a quick note to add that an even better option would be a "summary" pane, which a customizable template (having access to all the fields in info, notes, tags, and related). Power users would love this, and I can imagine that one could design a …
-
I find that Cmd-Z does not work in the note editor (the side panel) either from the main library or from the pdf reader. Is this a reversion, or have I messed up my settings somehow?
-
I'm also curious about progress on this! One feature that would be really useful here would be the ability to search by annotation color.
-
Ahh I had misunderstood your comment. I thought you were referring to the feature where you can have two windows on screen at once. The windows feature is new to me. This is indeed almost the same as tabs! Many thanks!! I’m going to walk back that …
-
Thanks for the suggestion! That feature is more like "panes" than tabs though. I want only one paper visible at a time but for it to be easy to quickly switch between a set of open papers (just like tabs in a browser)
-
Bump. This is without a doubt the most important missing functionality in the iOS app (for me). I'm not sure if Zotero is interested in creating a [bounty system](https://en.wikipedia.org/wiki/Open-source_bounty), but I would happily pay $100 for …
-
Another friendly bump for this feature request, specifically multiple library windows, each with its own set of PDF tabs. This would be huge for working on multiple projects at once.
-
Bump. This missing feature is the main reason I still prefer Skim for desktop reading. On a mac, you can create a custom keyboard shortcut under System Preferences > Keyboard > Shortcuts. But the shortcut sometimes doesn't work until you clic…
-
just bumping this feature request :)
-
OK I see now why my suggested behavior doesn't make sense—I had an incorrect mental model of how files relate to items. Thanks for the help For reference, my solution is to use the Alfred plugin, and then I can just press enter twice (once to jump…
-
It doesn't. But you can click the link and then hit cmd-[ to jump back to where you were, which is just about as good.
-
Amazing! Thanks :)
-
Thanks for the response! > Please don't report anything related to Zotero to pdf.js. Got it. > show a confirmation dialog only when deleting annotations via the keyboard That sounds like a good idea! But as someone who uses the keyboard fo…
-
Here is a solution with pyzotero: from pyzotero import zotero from toolz import partition_all from tqdm import tqdm collections = {x['data']['name']: x['key'] for x in zot.collections()} tags = zot.everything(zot.collection_tags(collections['COLL…