v0.6
New file format for tikibase.json lists the complete title of sections instead of just their human-readable parts:
Old format:
{
"sections": [
"section 1",
"section 2",
]
}New format:
{
"sections": [
"### section 1",
"### section 2",
]
}