Structured Chinese document library

The Structured Chinese document library is a local-first architecture designed to manage large collections of documents alongside structured bibliographic metadata. It prioritises performance, offline access, and seamless integration with terminal-based workflows. It is currently designed to integrate with Helix editor, but can easily be accessed via other text editors such as Vim, Neovim, etc. The library design separates raw document storage, plain-text access, and structured metadata into distinct but linked components, all unified through a shared UUID-based identifier scheme.

Core design principles