10 stdenv.mkDerivation rec {
15 src = fetchFromGitea {
16 domain = "notabug.org";
19 rev = "litemdview-0.0.32";
20 hash = "sha256-XGjP+7i3mYCEzPYwVY+75DARdXJFY4vUWHFpPeoNqAE=";
33 homepage = "https://notabug.org/g0tsu/litemdview";
34 description = "Suckless markdown viewer";
36 LiteMDview is a lightweight, extremely fast markdown viewer with lots of useful features. One of them is ability to use your prefered text editor to edit markdown files, every time you save the file, litemdview reloads those changes (I call it live-reload). It has a convinient navigation through local directories, has support for a basic "git-like" folders hierarchy as well as vimwiki projects.
41 - Does not use any of those bloated gecko(servo)-blink engines
42 - Lightweight and fast
44 - Convinient key bindings
45 - Supports text zooming
49 - Cool name which associates with 1337, at least for me :)
50 - Builtin markdown css themes
53 - Basic html support (very simple offline documents in html)
56 license = licenses.gpl2Only;
57 maintainers = with maintainers; [ WhiteBlackGoose ];
58 platforms = platforms.linux;
59 mainProgram = "litemdview";