summaryrefslogtreecommitdiff
path: root/topic/index.html
blob: b26915c0aa42b6773fb237731ebb97472bd9dbb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Topic Guide</title>
    <link rel="icon" type="image/png" href="/img/favicon.png">
    <link rel="stylesheet" href="/style.css">
  </head>
  <body>
<header>
  <span class="date">Updated on 2025-03-23</span>
  <nav>
    <a href="/">Home</a> /
    <a href="/topic">Topic Guide</a>
  </nav>
</header>
<main class="main">
  <h1>Topic Guide</h1>
  <p>This page contains a list of guides on special topics the are not covered
  in the <a href="/user_help.html">Dillo manual</a>. While the manual puts the
  main focus on the browser and its features, some other topics require
  additional pieces of software so they are better covered in an different
  place.
  <article>
    <h2><a href="playing-multimedia">Playing multimedia</a></h2>
    <p>While Dillo cannot play video or audio directly from the browser, it can
    <em>easily</em> offload this task to other programs. This article covers how
    to setup mpv with yt-dlp to be able to watch YouTube videos or listen to
    Bandcamp albums by opening the URLs directly from Dillo.
  </article>
</main>
<footer>
<a href="../index.html">&larr; Home</a>
</footer>
</html>