Fermain / -mollify

9 stars 9 forks source link

add if statement to hide entity if hidden is true #190

Closed MegumiKim closed 9 months ago

MegumiKim commented 9 months ago

@Fermain I hope I understood your issue statement correctly...

I simply added a if statement to hide an entity in nav if its hidden property is set true. Subsequently I added hidden prop to EntityBase interface.

I also updated the getEntityFrontmatter function but I am not sure if this was necessary (if not I can revert the change).