Bug Description
I have configured the plugin to use the property type = Tasks to identify tasks. The CLI is writing type: task (lowercase singular) while the plugin uses type: Tasks (capitalized plural).
The _types/task.md config has default: Tasks for the type field, but the CLI is ignoring that default and writing task (the type definition name) instead.
I believe that the mdbase definition requires all lower case fields for the type property. My config proceeded that spec. If I need to change it, I will, but I still think it's an error not to flag the problem.
It also created two instances of the _type folder and task.md file in my Obsidian vault. One is in the root of the vault and the other is under the TaskNotes folder. Could this be the source of the problem?
Bug Description
I have configured the plugin to use the property type = Tasks to identify tasks. The CLI is writing type: task (lowercase singular) while the plugin uses type: Tasks (capitalized plural).
The _types/task.md config has default: Tasks for the type field, but the CLI is ignoring that default and writing task (the type definition name) instead.
I believe that the mdbase definition requires all lower case fields for the type property. My config proceeded that spec. If I need to change it, I will, but I still think it's an error not to flag the problem.
It also created two instances of the _type folder and task.md file in my Obsidian vault. One is in the root of the vault and the other is under the TaskNotes folder. Could this be the source of the problem?