Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.51 KB

Sharing Bite-Sized Knowledge of how ThiefMD Works

This repo is just for showing how some of the core stuff in ThiefMD works. It's mostly stuff that I think is cool or would be useful for other people to use that I can't easily package into a new library (yet).

Blog Posts

Markdown URL Hiding

Grammar Checking with Link Grammar, Real-time Grammar Checking. Uses link-grammar.

Building

Ubuntu

sudo apt install meson ninja-build valac cmake libgtk-4-dev libgee-0.8-dev libgtksourceview-4-dev link-grammar

Fedora

sudo dnf install vala meson ninja-build cmake gtk4-devel gtksourceview4-devel libgee-devel link-grammar

Building & Running

git clone https://github.com/kmwallio/kmwriter.git
cd kmwriter
meson build
cd build
ninja
./kmwriter