llmwiki-tooling 0.2.0

CLI for managing LLM-wikis with Obsidian-style wikilinks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod cmd;
pub mod config;
pub mod error;
pub mod frontmatter;
pub mod link_index;
pub mod mention;
pub mod page;
pub mod parse;
pub mod resolve;
pub mod splice;
mod walk;
pub mod wiki;