WebOfTrust / WOT-terms

Concepts, terms and KERI Suite Search Engine (KERISSE)
https://weboftrust.github.io/WOT-terms/
Other
3 stars 6 forks source link

Split terms definitions into single files #145

Open henkvancann opened 2 months ago

henkvancann commented 2 months ago

The repo is the main glossary of ToIP has all its definitions in one file, organised by spec-up.

This creates various inpracticalities. The new design is here ->

Screenshot 2024-04-08 at 13 59 20

Main points:

First step is to split up the file terms_and_definitions.md in a directory called terms_and_definitions under the spec dir of the repo.

The result is:

In the directory terms_and_definitions

we'll find the the single files {term}.md with the spec-up [[def : ]] and [[ ref : ]]s and [[ xref : ]]s.

Specs.json

terms_and_definitions.md -> terms_and_definitions/{term}.md for all terms in a certain order added to specs.json below the entry terms_and_definitions.md. The default order is alphabetically.

henkvancann commented 2 months ago

https://dwarshuis.com/test/spec-up-ctwg/#terms-definitions

In this demo, it would be good to have persistent anchors to every term.

henkvancann commented 3 weeks ago

persistent anchors done, specs.json must still be reengineered:

Specs.json terms_and_definitions.md -> terms_and_definitions/{term}.md for all terms in a certain order added to specs.json below the entry terms_and_definitions.md. The default order is alphabetically.