-
Hi,
While it is not an issue of vim-pandoc-markdown-preview, since there is a possible solution, it would be great to solve it.
Problem: markdown which is deeply nested (say 5+ levels), is not p…
-
The mouse wheel has become the main input method to read documents on the Web, which causes pages to scroll by small increments, often causing a spike of compute resources to keep the framerate high.
…
-
As a half-way implementation of #231, we could initially add a manual mechanism
to empty the cache. Adding an automatic mechanism would require storing some
score in the cache entries, while doing it …
-
Open an Arch VM and start both networking and X window, then open xterm and run this:
```bash
ssh -X root@10.5.81.128
```
Then, once you connect, open Dillo. It actually is possible to run x11 pro…
-
Hello,
I'm trying run dillo locally so I installed dependencies with `poetry install` and applied the migrations `python tests/manage.py migrate` also I checked status of `postgresql.service`.
But i…
-
The [dillo-plus](https://github.com/crossbowerbt/dillo-plus?tab=readme-ov-file#reader-mode-css-style) fork has implemented a reader mode allows pages to optionally load custom CSS styles without any r…
-
Regarding #190, we should add some lists of sites which will be used to ensure Dillo can parse them without a segfault.
Rather than making the pages local in a test repository, we can just try to o…
-
I think it would be helpful if we used something lighter than Firefox to display the Release Notes.
Ubuntu 23.04 includes this GTK4 browser:
/usr/lib/x86_64-linux-gnu/webkitgtk-6.0/MiniBrowser
…
-
With JavaScript off:
* Burger menu doesn't work
* No access to the search
* `Run` button is displayed although you can't `Run` without JS
Many conscious users disable/block JS in their browsers.…
-
The XHTML 1.0 documents generated by Doxygen include a `` tag that overrides the content type to "text/xhtml":
```
% curl -s https://www.doxygen.nl/manual/index.html | grep Content-Type
% curl …