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).
- Playing with Gtk.TextTag's - Covers how we perform URL hiding.
- The Poor Man's Grammar Checker - Covers how we perform grammar checking.
- Speeding KMWriter Up - Real time (or non-disruptive) grammar checking.
Grammar Checking with Link Grammar, Real-time Grammar Checking. Uses link-grammar.
sudo apt install meson ninja-build valac cmake libgtk-4-dev libgee-0.8-dev libgtksourceview-4-dev link-grammar
sudo dnf install vala meson ninja-build cmake gtk4-devel gtksourceview4-devel libgee-devel link-grammar
git clone https://github.com/kmwallio/kmwriter.git
cd kmwriter
meson build
cd build
ninja
./kmwriter