abaevbog
abaevbog
> We’ll want some styling from @yexingsha for the tags (and maybe the menu itself, though I guess it depends what we get for free from a third-party library). Oh...
> That's clever — totally wrong and nonsensical, but you don't really notice because the popup covers the space! Except, is that the case if there's a single match? From...
@yexingsha thanks for these notes! My figma desktop app must have glitched out because I didn't see the mockup for these (until after restarting it just now), so some of...
> I also have tags in Zotero that contain , (comma) symbols. When trying to auto-select them, they get split into two separate tags. Oooh, yeah, that's a bit of...
With the last few updates, the connector will send tags as an array, so tags that have actual commas will not get lost. I updated the linked PR in the...
> It's due to the font size change, and the line-height not being enough. Ah, yes. I could get the same on macOS after increasing the font-size by one more...
This will be available in one of the future updates to the connector and Zotero itself, so I just would wait for it to happen. Whenever new features like this...
> We should probably only use showMenuIconsOnIdle() if there are actually a huge number of collections. E.g., I have 205 top-level collections in my test library and it loads totally...
> I also changed the buildAddItemToCollectionMenu a bit to reuse the new "New Collection..." menuitem. It's label is set asynchronously after initial icons are rendered, so for a moment it...
I think that should do it. We'll still recreate the "New Collection..." `menuitem` to set the right `command` listener but we'll also set the label directly if the "New Collection..."...