vscode-front-matter
vscode-front-matter copied to clipboard
Enhancement: Structured Taxonomy + Synonyms
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.