Cake shop is a category within my [[Using Obsidian as a Personal Atlas|personal atlas]] that includes all [[Bakery|bakeries]] that specialize in cakes, cupcakes, and custom cakes. ```base filters: and: - type == link("Place") - placetype == link("Cake Shop") formulas: color: if(visited, "orange", "darkgreen") icon: |- if(icon, icon, if(list(placetype)[0].asFile().properties.icon, list(placetype)[0].asFile().properties.icon, if(list(placetype)[0].asFile().properties.placetype[0].asFile().properties.icon, list(placetype)[0].asFile().properties.placetype[0].asFile().properties.icon, null ) ) ) views: - type: table name: Table order: - file.name - address - type: map name: Map order: - file.name - formula.color - formula.icon center: "" coordinates: note.coordinates markerColor: formula.color markerIcon: formula.icon ```