Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
<!DOCTYPE html>
<html lang="en">
<head>
  <title>KeenWrite</title>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="description" content="cross-platform, open-source desktop editor">
  <meta name="keywords" content="markdown, text, editor, software">
  <meta name="robots" content="index, follow">
  <link rel="stylesheet" href="styles/base.css"> 
</head>
<body>
<header>
  <img src="images/logo/title.svg" alt="KeenWrite" class="title">
  <p>
  A free, cross-platform desktop text editor for producing beautifully typeset PDF files.
  </p>
</header>
<main class="screenshots">
  <p>
  Interpolated variable replacement
  </p>
  <img src="images/screenshots/05.png" class="screenshot" alt="variables">
  <p>
  Technical diagrams
  </p>
  <img src="images/screenshots/01.png" class="screenshot" alt="diagrams">
  <p>
  Internationalization
  </p>
  <img src="images/screenshots/02.png" class="screenshot" alt="internationalization">
  <p>
  Mathematics
  </p>
  <img src="images/screenshots/03.png" class="screenshot" alt="math">
  <p>
  Document outline
  </p>
  <img src="images/screenshots/04.png" class="screenshot" alt="outline">
  <p>
  Single sourced metadata
  </p>
  <img src="images/screenshots/06.png" class="screenshot" alt="multi-window">
  <p>
  R computations
  </p>
  <img src="images/screenshots/07.png" class="screenshot" alt="computation">
  <p>
  Theme-driven PDF output
  </p>
  <img src="images/screenshots/08.png" class="screenshot" alt="output">
</main>
<nav>
  <ul>
    <li><a href="index.html">home</a></li>
    <li><a href="https://www.youtube.com/playlist?list=PLB-WIt1cZYLm1MMx2FBG9KWzPIoWZMKu_">tutorials</a></li>
    <li><a href="https://gitlab.com/DaveJarvis/KeenWrite">sources</a></li>
    <li><a href="https://gitlab.com/DaveJarvis/KeenWrite/issues">issues</a></li>
    <li><a href="https://gitlab.com/DaveJarvis/KeenWrite/-/blob/main/docs/README.md">documentation</a></li>
  </ul>
</nav>
<footer>
  &copy; 2023, White Magic Software, Ltd.
</footer>
</body>
</html>