What I’m trying to do
Hello, a few days ago a warning icon appeared beside the properties in the notes.
This warning says “Type missmatch, expected Text” or “Type missmatch, expected Tags.” When I click on it, it propmpts me to update the property to match the expected field behavior but nothing changes. My properties already follow the expected behavior that’s why this is weird.
All my notes have these two properties:
- type (text field)
- tags (tags field in list format)
These properties are either empty or filled properly. I use linter plugin and when tags is empty, it fills it with [ ].
I’m in version 1.11.7 and Linux.
The image provided looks like that because I use CSS to make properties look like the mobile version and hide H1.
Things I have tried
I read the related post about this issue in the forum but coudn’t find a solution.
Changing the property type of type to list but the warning persists.
Modifying the types.json but it isn’t wrong:
{
"types": {
"aliases": "aliases",
"cssclasses": "multitext",
"tags": "tags",
"type": "text"
}
}
