You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
180 lines
2.5 KiB
180 lines
2.5 KiB
3 years ago
|
---
|
||
|
|
||
|
Alias: ["Bars London", "Bars in London"]
|
||
|
Tag: ["London", "Bar"]
|
||
|
Date: 2021-10-04
|
||
|
DocType: Redommendation
|
||
|
Hierarchy: Root2
|
||
|
TimeStamp:
|
||
|
CollapseMetaTable: Yes
|
||
|
|
||
|
---
|
||
|
|
||
|
Parent:: [[@@London|London]]
|
||
|
|
||
|
---
|
||
|
|
||
|
^Top
|
||
|
|
||
|
 
|
||
|
|
||
|
```button
|
||
|
name Save
|
||
|
type command
|
||
|
action Save current file
|
||
|
color blue
|
||
|
id Save
|
||
|
```
|
||
|
^button-BarsParisSave
|
||
|
|
||
|
 
|
||
|
|
||
|
# Bars in London
|
||
|
|
||
|
 
|
||
|
|
||
|
```ad-abstract
|
||
|
title: Summary
|
||
|
collapse: open
|
||
|
Note summarising bars in London by neighbourhood.
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
```toc
|
||
|
style: number
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Navigation by location
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Notting Hill
|
||
|
[[#^Top|TOP]]
|
||
|
```dataviewjs
|
||
|
dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "NottingHill"})
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Soho
|
||
|
[[#^Top|TOP]]
|
||
|
```dataviewjs
|
||
|
dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "Soho"})
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Mayfair
|
||
|
[[#^Top|TOP]]
|
||
|
```dataviewjs
|
||
|
dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "Mayfair"})
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Kensington
|
||
|
[[#^Top|TOP]]
|
||
|
```dataviewjs
|
||
|
dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "Kensington"})
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Chelsea
|
||
|
[[#^Top|TOP]]
|
||
|
```dataviewjs
|
||
|
dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "Chelsea"})
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### St Pancras
|
||
|
[[#^Top|TOP]]
|
||
|
```dataviewjs
|
||
|
dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "StPancras"})
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### Shoreditch
|
||
|
[[#^Top|TOP]]
|
||
|
```dataviewjs
|
||
|
dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "Shoreditch"})
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
#### The City
|
||
|
[[#^Top|TOP]]
|
||
|
```dataviewjs
|
||
|
dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: "Bar", area: "City"})
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Rooftops
|
||
|
[[#^Top|TOP]]
|
||
|
 
|
||
|
|
||
|
```dataviewjs
|
||
|
dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: ["Bar", "Restaurant", "Hotel"], ambiance: "Rooftop"})
|
||
|
```
|
||
|
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Speakeasies
|
||
|
[[#^Top|TOP]]
|
||
|
 
|
||
|
|
||
|
```dataviewjs
|
||
|
dv.view("00.01 Admin/dv-views/query_place", {country: "UK", placetype: ["Bar", "Restaurant", "Hotel"], ambiance: "Speakeasy"})
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Hotel bars
|
||
|
[[#^Top|TOP]]
|
||
|
 
|
||
|
|
||
|
```dataview
|
||
|
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "02.01 London"
|
||
|
where DocType = "Place"
|
||
|
where contains(Place.Type, "Bar")
|
||
|
where contains(Place.Type, "Hotel")
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
|
||
|
 
|
||
|
|
||
|
### Recommendation list
|
||
|
|
||
|
[[Recommendation list (London)|here]]
|
||
|
|
||
|
[[#^Top|TOP]]
|
||
|
|
||
|
 
|
||
|
 
|