vscode-front-matter icon indicating copy to clipboard operation
vscode-front-matter copied to clipboard

Enhancement: Structured Taxonomy + Synonyms

Open andikrueger opened this issue 3 years ago • 0 comments

Describe the solution you'd like

  • It would be great to have an option to define a structured taxonomy.
  • It would be great to have a chance to add synonyms to the taxonomy

Strucutred Taxonomy

"frontMatter.taxonomy.customTaxonomy": [
        {
            "id": "Taxonomy",
            "options": {
                   "Parent":["Child"]
.....

Synonyms

"frontMatter.taxonomy.customTaxonomy": [
        {
            "id": "Taxonomy",
            "options": {
                   "Parent":[ {
                                      "tag":"Word"
                                      "Synonym":"Microsoft Word"
                                   },{}
                                 ]
.....

Additional context Working with taxonomies help to structure and categorize the content. Parent and Child elements would help to make it easier for content creators to tag content with tags, that are related to each other.

andikrueger avatar Feb 23 '22 16:02 andikrueger