Bug: Tags and Categories field names cannot be renamed
See original GitHub issueI am trying to have a tags field called tag rather than tags
Despite creating new default content type, the Markdown file always ends up writing a field called ‘tags’
"frontMatter.taxonomy.contentTypes": [
{
"name": "default",
"previewPath": null,
"pageBundle": false,
"fields": [
[[SNIP]]
{
"title": "My Tags",
"name": "tag",
"type": "tags"
},
Should it be possible to use an alternate field name? Or have more than on tags type field?
_Originally posted by @jmatthewpryor in https://github.com/estruyf/vscode-front-matter/discussions/260_
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Can't rename tags (layers) in 2021 Pro - SketchUp Community
A workaround is to open Notepad, type in the new tag name, copy the text, then quickly paste that into the tag field...
Read more >List of Tag-related Bug Reports and Requests
Creating or renaming a tag creates a new, different tag with a random name you can not delete (happen twice within the last...
Read more >Renaming column does not update FK definition - MySQL Bugs
The solution is to iterate over the table fields and check if any of the columns were renamed. If a column was renamed,...
Read more >Restrictions and conventions for naming objects - Azure DevOps
Field reference names cannot be renamed. If for example, you changed the field name "Title" to "Header", the field reference name of that...
Read more >Is it possible to Rename a work Item type in Azure DevOps?
You can't change the name of "Bug" to another name because it's system work item type. If you want to use "Defect" instead...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks - that seems to have fixed it
Beta can be installed by installing this version: https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-front-matter-beta
Be sure to uninstall the main version. Nothing is lost during this process, but two extensions with the same ID cannot run at the same time.