lachholden / obsidian-recipe-view

View your Obsidian notes as interactive recipe cards while you cook.
https://obsidian-recipe-view.readthedocs.io/en/latest/
MIT License
88 stars 3 forks source link

The plugin doesn't work well with properties #15

Open endlessblink opened 10 months ago

endlessblink commented 10 months ago

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!

deafmute1 commented 7 months 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