index.html (4183B)
1 --- 2 layout: default 3 title: Home 4 --- 5 6 {% include intro.html %} 7 8 <article> 9 <div class="page container"> 10 <header class="page-header"> 11 <h1 class="page-title">Demo</h1> 12 </header> 13 <div class="page-content"> 14 <img src="{{ '/assets/images/demo.gif' | relative_url }}" alt="diary-demo" /> 15 </div> 16 <header class="page-header"> 17 <h1 class="page-title">Quickstart</h1> 18 </header> 19 <div class="page-content"> 20 <ol class="default-ol"> 21 <li> 22 <p> 23 On Linux, download and install the diary from the Open Build Service: 24 </p> 25 <table class="download"> 26 <tr> 27 <td> 28 <a href="https://software.opensuse.org/download.html?project=home%3Ain0rdr&package=diary">📦 stable<br/>Distro pkgs</a> 29 </td> 30 <td> 31 <a href="https://download.opensuse.org/repositories/home:/in0rdr/AppImage/diary-latest-x86_64.AppImage"> 32 <img width="80px" alt="diary latest x86_64 AppImage" src="https://docs.appimage.org/_images/download-appimage-banner.svg"><br/>x86_64 33 </a> 34 </td> 35 <td> 36 <a href="https://download.opensuse.org/repositories/home:/in0rdr/AppImage/diary-latest-aarch64.AppImage"> 37 <img width="80px" alt="diary-nightly latest x86_64 AppImage" src="https://docs.appimage.org/_images/download-appimage-banner.svg"><br/>aarch64 38 </a> 39 </td> 40 <td> 41 <a href="https://build.opensuse.org/package/show/home:in0rdr/diary"> 42 <img alt="diary build result" src="https://build.opensuse.org/projects/home:in0rdr/packages/diary/badge.svg?type=percent"> 43 </a> 44 </td> 45 </tr> 46 <tr> 47 <td> 48 <a href="https://software.opensuse.org/download.html?project=home%3Ain0rdr&package=diary-nightly">🌜 nightly<br/>Distro pkgs</a> 49 </td> 50 <td> 51 <a href="https://download.opensuse.org/repositories/home:/in0rdr/AppImage/diary-nightly-latest-x86_64.AppImage"> 52 <img width="80px" alt="diary-nightly latest x86_64 AppImage" src="https://docs.appimage.org/_images/download-appimage-banner.svg"><br/>x86_64 53 </a> 54 </td> 55 <td> 56 <a href="https://download.opensuse.org/repositories/home:/in0rdr/AppImage/diary-nightly-latest-aarch64.AppImage"> 57 <img width="80px" alt="diary-nightly latest x86_64 AppImage" src="https://docs.appimage.org/_images/download-appimage-banner.svg"><br/>aarch64 58 </a> 59 </td> 60 <td> 61 <a href="https://build.opensuse.org/package/show/home:in0rdr/diary-nightly"> 62 <img alt="diary-nightly build result" src="https://build.opensuse.org/projects/home:in0rdr/packages/diary-nightly/badge.svg?type=percent"> 63 </a> 64 </td> 65 </tr> 66 </table> 67 <p> 68 On MacOS, install with <a href="https://formulae.brew.sh/formula/diary">Homebrew</a>: 69 <code> 70 brew install diary 71 </code> 72 </p> 73 <p> 74 Check the <a href="https://code.in0rdr.ch/diary/file/README.md.html"><code>README</code></a> for further build options. 75 </p> 76 </li> 77 <li> 78 <p>Set the EDITOR environment variable to your favourite text editor:</p> 79 <p><code>export EDITOR=vim</code></p> 80 </li> 81 <li> 82 <p>Run the diary, with the folder for the text files as first argument:</p> 83 <p><code>diary ~/.diary</code></p> 84 <p> 85 Or, set the environment variable <code>DIARY_DIR</code> to the desired directory. 86 The text files in this folder will be named 'yyyy-mm-dd'. 87 </p> 88 </li> 89 </ol> 90 </div> 91 <header class="page-header"> 92 <h1 class="page-title">Keybindings Cheat Sheet</h1> 93 </header> 94 <div class="page-content"> 95 <img src="{{ '/assets/images/diary-cheat-sheet.png' | relative_url }}" alt="diary-keybindings-cheat-sheet" /> 96 </div> 97 </div> 98 </article>