Open endlessblink opened 1 year ago
I have a particular issue where if i have a property called created
it refuses to render anything at all in recipe view. Nothing else about the recipe formatting matters except the existence of a property called created with any value. Changing one character of the property key fixes it.
Edit: _created
causes this bug, but not created_
... weird
The plugin doesn't recognize list properties well. It can show them in the recipe view one time and then hide them the next time. It works better with text properties, but it's much less combatable to use them for filtering. Is there a way to solve this?
Thanks!