llmwiki-tooling 0.1.1

CLI for managing LLM-wikis with Obsidian-style wikilinks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
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;
pub mod wiki;