Skip to content

Sample Project to cover how some of the stuff works in ThiefMD.

Notifications You must be signed in to change notification settings

kmwallio/kmwriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample Project to cover how some of the stuff works in ThiefMD.

Resources

Stars

Watchers

Forks