Remi van der Laan

Results 35 comments of Remi van der Laan

This is actually intentional! But indeed, it's not really well thought out in combination with the text cursor. Being able to cycle through images while the tag editor is open...

You're right, we should address that 👍 Windows also supports `/` as the file separator in NodeJS, so we could change how we store file paths to be the same...

I think they mean that when you click a folder in the locations panel, it shows images from all sub-folders in addition to the images of the folder you clicked,...

oof, yes, that is a problem. We made same last minute adjustments to drag-and-drop for the re-ordering of locations, that somehow must have broken this. Will take a look soon!

Hmm, strange, it works fine for me. I only found an issue for a few uncommon image types Just to double check: you do need to select the images(s) before...

I've tried out all kinds of scenarios but I can't reproduce this issue 😕 Could you perhaps post a screen recording?

[This post](https://github.com/palantir/blueprint/issues/1590#issuecomment-452917835) mentions a workaround that works for me, the `isTrusted` is also mentioned earlier in that thread but this doesn't seem to require it: ```TSX document.dispatchEvent(new KeyboardEvent('keydown', { which:...

Might have found something, could you try to add this as a menu item in `main.ts`? ```TS { label: 'View hotkeys', accelerator: 'CommandOrControl+H', click: (menuItem, browserWindow, event) => { browserWindow.webContents.sendInputEvent(...

Nice! Yeah, I think keeping it in the settings panel will help with discoverability

Yeah, that would be a nice touch, we can just change the labels. Dates are essentially just numbers for a computer so I used the same operators as for numbers