Milad Alizadeh
Milad Alizadeh
I [hacked/vibe-coded](https://mil.ad/blog/2025/marp-slide-navigator.html) this. It works fine but I wouldn't PR it before I actually understand how it works.
Update: I had only looked at the schema of the tables but looking a bit deeper in the code it seems that you're writing a hash of the file content...
Kind of unrelated but I noticed that there's a `write_annotations_file` command that generates a `.sioyek.annotations` along the pdf. It'd be great if there was an option to make sioyek use...
I looked into this a bit more and it seems that the difference between i3 and sway is that i3 goes through workspace assignments breadth-first (by output) and sway processes...
Thanks for the reply. I think you should be able to make sure the file has the right timestamp as it's downloaded. But that wouldn't solve this issue anyway, If...
If I rename the app to PDFExpert and use `"view_command": "open -a PDFExpert"` then everything works fine so it must be something to do with the name.
Actually Google Chrome is a good example because that doesn't work for me either. Could you please share your viewer command for chrome?
Interesting, that does not work for me.
1. I use `zsh`. I tried spawning Sublime from `bash` but doesn't seem to make a difference 2. I do: `Running "open -a '"Google Chrome"' '/some/path/file.pdf'"` 3. Yes that works...