We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
9ef7cca
There was an error while loading. Please reload this page.
454b652
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", ] }
1245487
support resources in subdirectories
dc04040