diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
| commit | 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 (patch) | |
| tree | 3009f0564d75e3f7d1ca38507e7ebb92deaded07 /articles/2026/More-on-Dillo.html | |
update
Diffstat (limited to 'articles/2026/More-on-Dillo.html')
| -rw-r--r-- | articles/2026/More-on-Dillo.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/articles/2026/More-on-Dillo.html b/articles/2026/More-on-Dillo.html new file mode 100644 index 0000000..862574e --- /dev/null +++ b/articles/2026/More-on-Dillo.html @@ -0,0 +1,36 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta http-equiv="Content-Type" content= + "text/html; charset=utf-8"> + <meta name="viewport" content= + "width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="/style.css"> + <link rel="icon" type="image/x-icon" href="/favicon.ico"> + <title>More on Dillo</title> +</head> +<body> + <header> + <h1>Bloggings</h1><a href="/index.php">Back</a> + </header> + <main> + <article> + <h2>More on Dillo</h2> + <h3>2026-06-21</h3> + <h4>update on yesterday's post</h4> + <p>The <a href="https://git.dillo-browser.org/dillo">git + version of dillo</a> has a new option: page_action, which + enables running rdrview on the current page if the + setting:</p> + <pre><code>page_action="Reader mode:dilloc dump | rdrview -H | dilloc load" +</code></pre> + <p>is set in dillorc.</p> + <p>When you right click on a page the menu will now include + the option "Reader Mode".</p> + </article> + </main> + <footer> + <p>ยง</p> + </footer> +</body> +</html> |
