Alex Friesenhahn
Alex Friesenhahn
The framebuffer frontend does not seem to provide any bookmark support, so this will probably require a custom solution. It might be possible to take inspiration from the existing bookmark...
Full-text search is defined in `netsurf/desktop/search.c`, but there is currently no way to access it. Should add a new button (top row? bottom row?) which then provides a text input...
It should be possible to define multiple fonts for the same font face, so the coverage can be combined. The configuration could look like this in the `Choices` file: ```...
When attempting to build Netsurf for MacOS using `make image` and then `make build`, it will fail libhubbub compilation: ``` make: Entering directory '/opt/netsurf/build/libhubbub' /opt/netsurf/build/inst-arm-remarkable-linux-gnueabihf/share/netsurf-buildsystem/makefiles/Makefile.top:273: warning: overriding recipe for target...
Currently, pressing the power button of the reMarkable. Short press of the power button should suspend, and optionally also display some message/overlay while suspended.
Show a battery indicator somewhere, probably on the bottom bar.
There are already buttons in the top bar to change the scaling of the web page, but changing the scale factor of the page can also lead to reflow. The...
Even if rarely happening during active usage, every time the user switches apps, evdev events are dropped. That can lead to wrong state of the touch sensor/pen.