Adds a new config subcommand called kb for configuring generated knowledge base. This has
all Change everything related to the knowledge base
directory Change knowledge base directory
annotation Change annotation handlebars template
link Change index link handlebars template
index Change index file name
extension Change knowledge base file extension
hierarchy Change folder hierarchy
Uses annotation template to render annotations in plaintext files with extension filetype and an index file named index with links to each page decided by link. hierarchy dictates the folder format and directory says where the knowledge base files are stored.
Added examples of use for mdbook, obsidian and org-mode (partial)
Big commit! Changes:
Adds a new
config
subcommand calledkb
for configuring generated knowledge base. This hasUses
annotation
template to render annotations in plaintext files withextension
filetype and an index file namedindex
with links to each page decided bylink
.hierarchy
dictates the folder format anddirectory
says where the knowledge base files are stored.Added examples of use for mdbook, obsidian and org-mode (partial)
BREAKING CHANGE: yes