Some more templates and database pages
This commit is contained in:
13
Places.md
Normal file
13
Places.md
Normal file
@@ -0,0 +1,13 @@
|
||||
```leaflet
|
||||
id: places
|
||||
markerTag: places
|
||||
maxZoom:15
|
||||
height:50%
|
||||
```
|
||||
|
||||
```dataview
|
||||
table without id file.link as Place, location as "Location", type as Type, rating as "Rating"
|
||||
from #places
|
||||
where !contains(file.tags,"places/types") and !contains(file.name,"Template")
|
||||
sort last desc
|
||||
```
|
||||
Reference in New Issue
Block a user