obsidian-tracker icon indicating copy to clipboard operation
obsidian-tracker copied to clipboard

Breaks with new properties in obsidian frontmatter.

Open GauravKesarwani opened this issue 8 months ago • 4 comments

I had collection of values(array) in yaml inside frontmatter

eg:

workout: [0, 1]

The issue is that I am not able to use the new Properties UI with my obsidian tracker plugin. https://help.obsidian.md/Editing+and+formatting/Properties

Previously I was writing yaml inside frontmatter with array value as workout: [1, 0] and it worked. But I like the new properties UI and unable to use it if I choose the property type as list for key “workout” in my frontmatter.

Text type does not work either.

My tracker code:

searchType: frontmatter
searchTarget: workout[0], workout[1]
datasetName: Morning, Evening
folder: Journal/2023/Oct
month:
	color: green
	todayRingColor: orange
dateFormat: YYYY-MM-DD ddd

GauravKesarwani avatar Oct 09 '23 16:10 GauravKesarwani