9 stdenv.mkDerivation rec {
14 src = fetchFromGitea {
15 domain = "notabug.org";
18 rev = "litemdview-0.0.32";
19 hash = "sha256-XGjP+7i3mYCEzPYwVY+75DARdXJFY4vUWHFpPeoNqAE=";
32 homepage = "https://notabug.org/g0tsu/litemdview";
33 description = "Suckless markdown viewer";
35 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.
40 - Does not use any of those bloated gecko(servo)-blink engines
41 - Lightweight and fast
43 - Convinient key bindings
44 - Supports text zooming
48 - Cool name which associates with 1337, at least for me :)
49 - Builtin markdown css themes
52 - Basic html support (very simple offline documents in html)
55 license = licenses.gpl2Only;
56 maintainers = with maintainers; [ WhiteBlackGoose ];
57 platforms = platforms.linux;
58 mainProgram = "litemdview";