ahrm
ahrm
> I see, do you think it would be possible to implement also to the references in my example? I do not know what method you use for identifying such...
Why not just fullscreen the window (`toggle_fullscreen` command)?
Added a `toggle_titlebar` command in 43fbb014a0b20ef970b006279ca7f166e9272116. It is pretty buggy on windows though (doesn't work well with snapped windows). I don't know how well it will work on MacOS.
There is an experimental build here: https://github.com/hexomancer/sioyek/releases/tag/v0.31.358
Yes, that is also the case on windows. I don't know if it can be done in a cross-platform way using Qt.
This seems to be a MacOS-specific solution. I can't really test it on my systems.
@The-Compiler Thanks for the info, and also for the macstudium suggestion, will definitely check it out. And thanks for your work on qutebrowser.
What kind of annotations do you mean? We have bookmarks which are kind of like text comments and we have highlights. Also if you mean annotations that modify the PDF...
> > What kind of annotations do you mean? We have bookmarks which are kind of like text comments and we have highlights. Also if you mean annotations that modify...
For the record, it is possible to embed all annotations in the PDF file using the `embed_annotations` command. However, keeping the annotations in a separate database files has many advantages...