You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using properties as an edge source with Breadcrumbs, it will change the property type to "multitext" in the types.json every time the plugin is loaded (e.g when the Vault is opened).
This is frustrating if you want to keep a property as a different type, as you then have to change it back every time you open Obsidian.
My use case is that I want the property "prev" to always only contain a link to a single previous file, so I want to use the property type "text" for it. However every time I open Obsidian and this is reset, I need to manually change the property type back.
To Reproduce
Steps to reproduce the behavior:
Add a property field that is an edge source in breadcrumbs (e.g "prev") to a note.
Change the property type of "prev" to "text".
Add a link in the property field.
Close Obsidian and open it again.
The property field will have been set back to "multitext".
Expected behavior
Breadcrumbs shouldn't overwrite how the user set their property types.
Suggestion
Breadcrumbs should check the properties, to see if a property already has a specified type, and if it does, not do anything with it. If a property doesn't have a specified type yet, it can go ahead and add it.
Desktop (please complete the following information):
OS: Tested on iOS (18.2) and MacOS (18.1)
Breadcrumbs version: The latest V4 version at the time of writing
Obsidian version: v1.7.5
The text was updated successfully, but these errors were encountered:
Describe the bug
When using properties as an edge source with Breadcrumbs, it will change the property type to "multitext" in the
types.json
every time the plugin is loaded (e.g when the Vault is opened).This is frustrating if you want to keep a property as a different type, as you then have to change it back every time you open Obsidian.
My use case is that I want the property "prev" to always only contain a link to a single previous file, so I want to use the property type "text" for it. However every time I open Obsidian and this is reset, I need to manually change the property type back.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Breadcrumbs shouldn't overwrite how the user set their property types.
Suggestion
Breadcrumbs should check the properties, to see if a property already has a specified type, and if it does, not do anything with it. If a property doesn't have a specified type yet, it can go ahead and add it.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: