Your new documentation format is so good, I kind of want to reformat any documentation I've written for my own projects.
The Editor 1.2.2 release notes mention Editor has switched to semver. Perhaps you should write a documentation standard similar to semver for libraries. The new format accomplishes the holy grail of documentation:
1) Everything you need to actually use the feature you are reading about, with minimal context.
2) Nothing you don't need.
3) Non-distracting links to more detail, if desired. For example, I click on "sDom" in
The Editor 1.2.2 release notes mention Editor has switched to semver. Perhaps you should write a documentation standard similar to semver for libraries. The new format accomplishes the holy grail of documentation:
1) Everything you need to actually use the feature you are reading about, with minimal context.
2) Nothing you don't need.
3) Non-distracting links to more detail, if desired. For example, I click on "sDom" in
"sDom": "Tfrtip"from a code example, and it actually takes me to the detailed documentation (which exists!) for sDom. I don't have to scan through tables of bulk links or use a search tool.