Commit Graph

21 Commits

Author SHA1 Message Date
72ad0786c8 allow joins on related articles 2025-03-22 23:26:20 +01:00
b3258d9f5f refactor db creation 2025-03-02 10:14:20 +01:00
66cdca5c85 give articles lowercase tags 2025-02-17 00:27:30 +01:00
0abc2818e8 use title as db key 2025-02-13 03:52:15 +01:00
4d53f7c7d6 rebuild on $dir/$file.md changes
Still not rebuilding on changes to $dir/$dir/$file.md.
2025-02-13 01:34:33 +01:00
b4683a8681 add contents to databases 2025-02-13 00:08:34 +01:00
d8b4a9d00b stop duplicate db entries 2025-02-12 22:51:27 +01:00
415985d08c make silently be default 2025-02-12 17:00:34 +01:00
d6c3cd6387 set default editor 2025-02-12 16:51:02 +01:00
4c3d51ff83 use parallel execution by default 2025-02-12 16:49:10 +01:00
8f3da4558f split database into parts
Each category - sound/, networking/, et c. - now has its own little
database in .dbs/.  So the database only recompiles based on categories,
rather than a complete recompile every time a single file changes.
2025-02-12 16:47:47 +01:00
137466a423 edit article categories in makefile 2025-02-12 15:46:02 +01:00
37df47cf3b fix mark article target 2025-02-12 15:37:05 +01:00
9621cfc26a rewrite introduction 2025-02-11 20:39:24 +01:00
d92631c795 add wordcount to database 2025-02-11 20:38:45 +01:00
b81fd55a87 sort database by title 2025-02-11 19:41:02 +01:00
e4be8a8523 allow any fuzzy finder 2025-02-11 19:09:37 +01:00
eeade3cdfb automatically show dependencies 2025-02-11 18:04:03 +01:00
481b34a472 label make clean 2025-02-11 15:37:55 +01:00
b7729e5712 generate articles with makefile 2025-02-11 13:06:37 +01:00
bbd34e24ec generate db with makefile 2025-02-11 12:55:07 +01:00