Formatting cleanup

main
Mel 4 years ago
parent 3d3f8a9da1
commit 8a9b9c3407

@ -81,6 +81,6 @@
"repelStrength": 10, "repelStrength": 10,
"linkStrength": 1, "linkStrength": 1,
"linkDistance": 250, "linkDistance": 250,
"scale": 0.662529328251529, "scale": 0.39501695365101386,
"close": true "close": true
} }

@ -9,7 +9,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "London/@Bars London.md", "file": "Admin/Templates/Template Travel.md",
"mode": "preview" "mode": "preview"
} }
} }
@ -68,7 +68,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "London/@Bars London.md", "file": "Admin/Templates/Template Travel.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -107,15 +107,15 @@
}, },
"active": "c1cbd199334b4022", "active": "c1cbd199334b4022",
"lastOpenFiles": [ "lastOpenFiles": [
"London/@Bars London.md", "Admin/Templates/Template Travel.md",
"London/Chacha x Sister Jane.md", "Admin/Templates/Template Task.md",
"London/@Café London.md", "Admin/Templates/Template Source.md",
"London/Dean Street Townhouse.md", "Admin/Templates/Template Server.md",
"London/The Ham Yard Hotel.md", "Admin/Templates/Template Product.md",
"London/Coya.md", "Admin/Templates/Template Pocket Source.md",
"London/@Restaurants London.md", "Admin/Templates/Template Place.md",
"London/@Brunchs London.md", "Admin/Templates/Template Note.md",
"London/Decimo.md", "Admin/Templates/Template Investment.md",
"London/Alto.md" "Admin/Templates/@Task Master.md"
] ]
} }

@ -2,9 +2,10 @@
Alias: [""] Alias: [""]
Tag: [""] Tag: [""]
Date: Date: <% tp.date.now("YYYY-MM-DD") %>
DocType: DocType:
Hierarchy: "Root" Hierarchy: "Root"
location:
CollapseMetaTable: Yes CollapseMetaTable: Yes
--- ---
@ -21,7 +22,7 @@ type note(New Note) template
action Template Note action Template Note
id NewNote id NewNote
``` ```
^button-ProjectNewNote ^button-<% tp.file.title.split("@")[1] %>NewNote
```button ```button
name Create New Product name Create New Product
@ -29,7 +30,7 @@ type note(New Product) template
action Template Product action Template Product
id NewNote id NewNote
``` ```
^button-ProjectNewProduct ^button-<% tp.file.title.split("@")[1] %>NewProduct
```button ```button
name Create New Source name Create New Source
@ -37,7 +38,7 @@ type note(New Source) template
action Template Source action Template Source
id NewNote id NewNote
``` ```
^button-ProjectNewSource ^button-<% tp.file.title.split("@")[1] %>NewSource
```button ```button
name Save name Save
@ -45,7 +46,7 @@ type command
action Save current file action Save current file
id Save id Save
``` ```
^button-NMSave ^button-<% tp.file.title.split("@")[1] %>Save
&emsp; &emsp;
@ -55,7 +56,7 @@ id Save
```ad-abstract ```ad-abstract
title: Summary title: Summary
collapse: open collapse: open
This note enables to navigate in the Admin section and find any Note in this Vault by Note or Tag This note enables to navigate in the <% tp.file.folder() %> section and find any Note in this Vault by Note or Tag
``` ```
&emsp; &emsp;

@ -2,10 +2,11 @@
Alias: [""] Alias: [""]
Tag: [""] Tag: [""]
Date: 11/08/2021 Date: <% tp.date.now("YYYY-MM-DD") %>
DocType: DocType:
Hierarchy: "Root" Hierarchy: "Root"
TimeStamp: TimeStamp:
location:
CollapseMetaTable: Yes CollapseMetaTable: Yes
--- ---
@ -22,7 +23,7 @@ type note(New Task) template
action Template Task action Template Task
id NewTask id NewTask
``` ```
^button-ProjectNewTask ^button-<% tp.file.title.split("@")[1] %>NewTask
```button ```button
name Save name Save
@ -30,7 +31,7 @@ type command
action Save current file action Save current file
id Save id Save
``` ```
^button-TMSave ^button-<% tp.file.title.split("@")[1] %>Save
&emsp; &emsp;
@ -41,7 +42,7 @@ id Save
```ad-abstract ```ad-abstract
title: Summary title: Summary
collapse: open collapse: open
This space centralises all tasks and to-dos in a specific folder. This space centralises all tasks and to-dos in the <% tp.file.folder() %> folder.
``` ```
&emsp; &emsp;

@ -2,10 +2,11 @@
Alias: [""] Alias: [""]
Tag: [""] Tag: [""]
Date: Date: <% tp.date.now("YYYY-MM-DD") %>
DocType: "Investment" DocType: "Investment"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location:
Investment: Investment:
Type: Type:
Style: growth/carry/value Style: growth/carry/value
@ -29,7 +30,7 @@ type command
action MetaEdit: Run MetaEdit action MetaEdit: Run MetaEdit
id EditMetaData id EditMetaData
``` ```
^button-InvestmentEdit ^button-<% tp.file.title %>InvEdit
```button ```button
name Save name Save
@ -37,11 +38,11 @@ type command
action Save current file action Save current file
id Save id Save
``` ```
^button-TInvSave ^button-<% tp.file.title %>InvSave
&emsp; &emsp;
# Title # <% tp.file.title %>
&emsp; &emsp;

@ -2,10 +2,11 @@
Alias: [""] Alias: [""]
Tag: [""] Tag: [""]
Date: Date: <% tp.date.now("YYYY-MM-DD") %>
DocType: DocType:
Hierarchy: Hierarchy:
TimeStamp: TimeStamp:
location:
CollapseMetaTable: Yes CollapseMetaTable: Yes
--- ---
@ -22,11 +23,11 @@ type command
action Save current file action Save current file
id Save id Save
``` ```
^button-TNSave ^button-<% tp.file.title %>NSave
&emsp; &emsp;
# Title # <% tp.file.title %>
&emsp; &emsp;

@ -5,6 +5,7 @@ Date:
DocType: "Source" DocType: "Source"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location:
Source: Source:
Type: "Book" Type: "Book"
Author: Author:

@ -2,10 +2,11 @@
Alias: [""] Alias: [""]
Tag: [""] Tag: [""]
Date: Date: <% tp.date.now("YYYY-MM-DD") %>
DocType: "Product" DocType: "Product"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location:
Product: Product:
Type: Type:
Link: Link:
@ -25,7 +26,7 @@ type command
action MetaEdit: Run MetaEdit action MetaEdit: Run MetaEdit
id EditMetaData id EditMetaData
``` ```
^button-ProductEdit ^button-<% tp.file.title %>ProdEdit
```button ```button
name Save name Save
@ -33,11 +34,11 @@ type command
action Save current file action Save current file
id Save id Save
``` ```
^button-TPSave ^button-<% tp.file.title %>ProdSave
&emsp; &emsp;
# Title # <% tp.file.title %>
&emsp; &emsp;

@ -2,9 +2,10 @@
Alias: [""] Alias: [""]
Tag: [""] Tag: [""]
Date: Date: <% tp.date.now("YYYY-MM-DD") %>
DocType: "Server" DocType: "Server"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
location:
Performance: Performance:
CPU: CPU:
RAM: RAM:
@ -37,7 +38,7 @@ type command
action MetaEdit: Run MetaEdit action MetaEdit: Run MetaEdit
id EditMetaData id EditMetaData
``` ```
^button-ServerEdit ^button-<% tp.file.title %>Edit
```button ```button
name Save name Save
@ -45,11 +46,11 @@ type command
action Save current file action Save current file
id Save id Save
``` ```
^button-TServerSave ^button-<% tp.file.title %>Save
&emsp; &emsp;
# Title # <% tp.file.title %>
&emsp; &emsp;

@ -2,10 +2,11 @@
Alias: [""] Alias: [""]
Tag: [""] Tag: [""]
Date: Date: <% tp.date.now("YYYY-MM-DD") %>
DocType: "Source" DocType: "Source"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location:
Source: Source:
Type: Type:
Language: Language:
@ -27,7 +28,7 @@ type command
action MetaEdit: Run MetaEdit action MetaEdit: Run MetaEdit
id EditMetaData id EditMetaData
``` ```
^button-SourceEdit ^button-<% tp.file.title %>SourceEdit
```button ```button
name Save name Save
@ -35,11 +36,11 @@ type command
action Save current file action Save current file
id Save id Save
``` ```
^button-TNSave ^button-<% tp.file.title %>SourceSave
&emsp; &emsp;
# Title # <% tp.file.title %>
&emsp; &emsp;

@ -1,9 +1,10 @@
--- ---
Tag: [""] Tag: [""]
Date: Date: <% tp.date.now("YYYY-MM-DD") %>
DocType: "Task" DocType: "Task"
Hierarchy: Hierarchy:
location:
Priority: Priority:
Status: Status:
StartDate: StartDate:
@ -25,7 +26,7 @@ type command
action MetaEdit: Run MetaEdit action MetaEdit: Run MetaEdit
id EditMetaData id EditMetaData
``` ```
^button-ProjectTaskEdit ^button-<% tp.file.title %>TaskEdit
```button ```button
name Save name Save
@ -33,11 +34,11 @@ type command
action Save current file action Save current file
id Save id Save
``` ```
^button-TTSave ^button-<% tp.file.title %>TSave
&emsp; &emsp;
# Task title # <% tp.file.title %>
&emsp; &emsp;

@ -2,10 +2,11 @@
Alias: [""] Alias: [""]
Tag: [""] Tag: [""]
Date: Date: <% tp.date.now("YYYY-MM-DD") %>
DocType: "Travel" DocType: "Travel"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location:
Travel: Travel:
Type: Type:
Country: Country:
@ -28,7 +29,7 @@ type command
action MetaEdit: Run MetaEdit action MetaEdit: Run MetaEdit
id EditMetaData id EditMetaData
``` ```
^button-ProductEdit ^button-<% tp.file.title %>TravelEdit
```button ```button
name Save name Save
@ -36,11 +37,11 @@ type command
action Save current file action Save current file
id Save id Save
``` ```
^button-TPSave ^button-<% tp.file.title %>TravelSave
&emsp; &emsp;
# Title # <% tp.file.title %>
&emsp; &emsp;

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Café Type: ["Café", "Brunch", "Shop"]
SubType: Brunch SubType: Modern
Style: European Style: European
Location: NottingHill Location: NottingHill
Country: UK Country: UK

@ -48,46 +48,6 @@ style: number
&emsp; &emsp;
### Raw list
* [[Sanctum Hotel rooftop]]
* [[La Bodega Negra]]
* [[Radio Rooftop]]
---
### The City
* [[Sauterelle]]
* [[The Ned]]
* [[Baranis]]
* [[The Banker]]
---
### Notting Hill
* [[The Cleveland Arms]]
---
### Southwest
* [[The Scarsdale Tavern]]
* [[Evans & Peel, Detective Agency]]
* [[Janets Bar]]
* [[Jaks]]
---
### Shoreditch
* [[The Hoxton]]
* [[Hart Shoreditch]]
* [[The Standard]]
&emsp;
### Navigation by location ### Navigation by location
&emsp; &emsp;
@ -97,7 +57,7 @@ style: number
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Bar" or Place.SubType = "Bar" or Place.SubType = "Townhouse" where contains(Place.Type, "Bar")
where Place.Location = "NottingHill" where Place.Location = "NottingHill"
``` ```
@ -108,7 +68,7 @@ where Place.Location = "NottingHill"
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Bar" or Place.SubType = "Bar" or Place.SubType = "Townhouse" where contains(Place.Type, "Bar")
where Place.Location = "Soho" where Place.Location = "Soho"
``` ```
@ -119,29 +79,62 @@ where Place.Location = "Soho"
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Bar" or Place.SubType = "Bar" or Place.SubType = "Townhouse" where contains(Place.Type, "Bar")
where Place.Location = "Mayfair" where Place.Location = "Mayfair"
``` ```
&emsp; &emsp;
#### Kensington
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where Place.Location = "Kensington"
```
&emsp;
#### Chelsea #### Chelsea
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Bar" or Place.SubType = "Bar" or Place.SubType = "Townhouse" where contains(Place.Type, "Bar")
where Place.Location = "Chelsea" where Place.Location = "Chelsea"
``` ```
&emsp; &emsp;
#### St Pancras
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where Place.Location = "StPancras"
```
&emsp;
#### Shoreditch
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where Place.Location = "Shoreditch"
```
&emsp;
#### The City #### The City
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Bar" or Place.SubType = "Bar" or Place.SubType = "Townhouse" where contains(Place.Type, "Bar")
where Place.Location = "City" where Place.Location = "City"
``` ```
@ -161,10 +154,45 @@ where DocType = "Place"
where Place.SubType = "Rooftop" where Place.SubType = "Rooftop"
``` ```
&emsp; &emsp;
--- ---
&emsp;
### Speakeasies
&emsp;
```dataview
Table without id file.link as "Place", Place.Location as "Neighbourhood", Phone, Email, Website from "London"
where DocType = "Place"
where Place.SubType = "Speakeasy"
```
&emsp;
---
&emsp;
### Hotel bars
&emsp;
```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where contains(Place.Type, "Hotel")
```
&emsp;
---
&emsp; &emsp;
### Recommendation list ### Recommendation list

@ -57,7 +57,7 @@ style: number
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.SubType = "Brunch" where contains(Place.Type, "Brunch")
where Place.Location = "NottingHill" where Place.Location = "NottingHill"
sort file.name ascending sort file.name ascending
``` ```
@ -69,7 +69,7 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.SubType = "Brunch" where contains(Place.Type, "Brunch")
where Place.Location = "Kensington" where Place.Location = "Kensington"
sort file.name ascending sort file.name ascending
``` ```
@ -81,7 +81,7 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.SubType = "Brunch" where contains(Place.Type, "Brunch")
where Place.Location = "Mayfair" where Place.Location = "Mayfair"
sort file.name ascending sort file.name ascending
``` ```
@ -93,7 +93,7 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.SubType = "Brunch" where contains(Place.Type, "Brunch")
where Place.Location = "SloaneSquare" where Place.Location = "SloaneSquare"
sort file.name ascending sort file.name ascending
``` ```
@ -105,7 +105,7 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.SubType = "Brunch" where contains(Place.Type, "Brunch")
where Place.Location = "Soho" where Place.Location = "Soho"
sort file.name ascending sort file.name ascending
``` ```
@ -117,7 +117,7 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.SubType = "Brunch" where contains(Place.Type, "Brunch")
where Place.Location = "Battersea" where Place.Location = "Battersea"
sort file.name ascending sort file.name ascending
``` ```
@ -129,7 +129,7 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.SubType = "Brunch" where contains(Place.Type, "Brunch")
where Place.Location = "StPancras" where Place.Location = "StPancras"
sort file.name ascending sort file.name ascending
``` ```

@ -55,7 +55,7 @@ style: number
```dataview ```dataview
Table without id file.link as "Place", Phone, Email, Website from "London" Table without id file.link as "Place", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Café" where contains(Place.Type, "Café")
where Place.Location = "Bayswater" or Place.Location = "NottingHill" where Place.Location = "Bayswater" or Place.Location = "NottingHill"
``` ```
@ -72,7 +72,7 @@ where Place.Location = "Bayswater" or Place.Location = "NottingHill"
```dataview ```dataview
Table without id file.link as "Place", Phone, Email, Website from "London" Table without id file.link as "Place", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Café" where contains(Place.Type, "Café")
where Place.Location = "Soho" where Place.Location = "Soho"
``` ```
@ -89,7 +89,7 @@ where Place.Location = "Soho"
```dataview ```dataview
Table without id file.link as "Place", Phone, Email, Website from "London" Table without id file.link as "Place", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Café" where contains(Place.Type, "Café")
where Place.Location = "Highbury" where Place.Location = "Highbury"
``` ```
@ -106,7 +106,7 @@ where Place.Location = "Highbury"
```dataview ```dataview
Table without id file.link as "Place", Phone, Email, Website from "London" Table without id file.link as "Place", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Café" where contains(Place.Type, "Café")
where Place.Location = "Ealing" where Place.Location = "Ealing"
``` ```

@ -57,8 +57,8 @@ style: number
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Style = "French" where contains(Place.Style, "French")
sort file.name ascending sort file.name ascending
``` ```
@ -69,7 +69,7 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Style = "British" where Place.Style = "British"
sort file.name ascending sort file.name ascending
``` ```
@ -81,8 +81,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Style = "Italian" where contains(Place.Style,"Italian")
sort file.name ascending sort file.name ascending
``` ```
@ -93,8 +93,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Style = "Peruvian" where contains(Place.Style, "Peruvian")
sort file.name ascending sort file.name ascending
``` ```
@ -105,8 +105,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Style = "Spanish" where contains(Place.Style, "Spanish")
sort file.name ascending sort file.name ascending
``` ```
@ -117,8 +117,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Style = "Japanese" where contains(Place.Style, "Japanese")
sort file.name ascending sort file.name ascending
``` ```
@ -129,8 +129,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Style = "Greek" where contains(Place.Style, "Greek")
sort file.name ascending sort file.name ascending
``` ```
@ -141,8 +141,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Style = "Indian" where contains(Place.Style, "Indian")
sort file.name ascending sort file.name ascending
``` ```
@ -153,7 +153,7 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Chinese") or contains(Place.Style, "Taiwanese") or contains(Place.Style, "Asian") where contains(Place.Style, "Chinese") or contains(Place.Style, "Taiwanese") or contains(Place.Style, "Asian")
sort file.name ascending sort file.name ascending
``` ```
@ -165,8 +165,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Style = "US" where contains(Place.Style, "US")
sort file.name ascending sort file.name ascending
``` ```
@ -185,8 +185,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "NottingHill" where contains(Place.Location, "NottingHill")
sort file.name ascending sort file.name ascending
``` ```
@ -197,8 +197,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "Paddington" where contains(Place.Location, "Paddington")
sort file.name ascending sort file.name ascending
``` ```
@ -209,8 +209,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "Mayfair" where contains(Place.Location, "Mayfair")
sort file.name ascending sort file.name ascending
``` ```
@ -221,8 +221,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "Marylebone" where contains(Place.Location, "Marylebone")
sort file.name ascending sort file.name ascending
``` ```
@ -233,8 +233,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "Soho" where contains(Place.Location, "Soho")
sort file.name ascending sort file.name ascending
``` ```
@ -245,8 +245,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "Fitzrovia" where contains(Place.Location, "Fitzrovia")
sort file.name ascending sort file.name ascending
``` ```
@ -257,8 +257,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "StPancras" where contains(Place.Location, "StPancras")
sort file.name ascending sort file.name ascending
``` ```
@ -269,8 +269,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "Shoreditch" where contains(Place.Location, "Shoreditch")
sort file.name ascending sort file.name ascending
``` ```
@ -281,8 +281,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "City" where contains(Place.Location, "City")
sort file.name ascending sort file.name ascending
``` ```
@ -293,8 +293,8 @@ sort file.name ascending
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "Whitechapel" where contains(Place.Location, "Whitechapel")
sort file.name ascending sort file.name ascending
``` ```

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Brasserie
Style: European Style: European
Location: Soho Location: Soho
Country: UK Country: UK

@ -0,0 +1,95 @@
---
Tag: ["Petanque"]
Date: 2021-10-05
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location:
Place:
Type: Bar
SubType: Casual
Style: Petanque
Location: City
Country: UK
Status: Occasional
---
Parent:: [[@Bars London|Bars in London]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-BaranisSave
&emsp;
# Baranis
&emsp;
```ad-abstract
title: Summary
collapse: open
Southeastern French bar with pastis, absynth and the possibility to play pétanque indoors.
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Contact
&emsp;
#### Address
```
115 Chancery Lane
London WC2A 1PP
United Kingdom
```
&emsp;
#### Contacts
Phone:: <a href="tel:+442072428373">0207 242 8373</a>
Email:: info@baranis.co.uk
Website:: http://www.baranis.co.uk/
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Modern
Style: British Style: British
Location: Soho Location: Soho
Country: UK Country: UK

@ -7,9 +7,9 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Casual
Style: MiddleEastern Style: "Middle Eastern"
Location: Kensington Location: Kensington
Country: UK Country: UK
Status: Occasional Status: Occasional

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Tapas
Style: Peruvian Style: Peruvian
Location: Soho Location: Soho
Country: UK Country: UK

@ -7,7 +7,7 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Bar", "Shop"]
SubType: Townhouse SubType: Townhouse
Style: British Style: British
Location: NottingHill Location: NottingHill

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Grill
Style: US Style: US
Location: Soho Location: Soho
Country: UK Country: UK

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: [51.51827,-0.20422] location: [51.51827,-0.20422]
Place: Place:
Type: Café Type: ["Café", "Brunch"]
SubType: Brunch SubType: Healthy
Location: NottingHill Location: NottingHill
Style: Healthy Style: Healthy
Country: UK Country: UK

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Bar"]
SubType: Bar SubType: Trendy
Style: Peruvian Style: Peruvian
Location: Mayfair Location: Mayfair
Country: UK Country: UK

@ -7,9 +7,9 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Bar"]
SubType: Bar SubType: Townhouse
Style: Townhouse Style: British
Location: Soho Location: Soho
Country: UK Country: UK
Status: Occasional Status: Occasional

@ -88,7 +88,7 @@ Website:: https://www.decimo.london/
&emsp; &emsp;
Loret ipsum Part of [[The Standard]] hotel.
&emsp; &emsp;
&emsp; &emsp;

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Tapas
Style: Spanish Style: Spanish
Location: Soho Location: Soho
Country: UK Country: UK

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Sandwich
Style: Egg Style: Egg
Location: NottingHill Location: NottingHill
Country: UK Country: UK

@ -0,0 +1,95 @@
---
Tag: ["Prohibition"]
Date: 2021-10-05
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location:
Place:
Type: Bar
SubType: Speakeasy
Style: Prohibition
Location: Chelsea
Country: UK
Status: Occasional
---
Parent:: [[@Bars London|Bars in London]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-EvansPeelDetectiveAgencySave
&emsp;
# Evans & Peel, Detective Agency
&emsp;
```ad-abstract
title: Summary
collapse: open
Speakeasy in Earls Court with a Prohibition theme.
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Contact
&emsp;
#### Address
```
310c Earl's Court Road
London SW5 9BA
United Kingdom
```
&emsp;
#### Contacts
Phone:: <a href="tel:+442073733573">0207 373 3573</a>
Email:: appointments@evansandpeel.com
Website:: https://www.evansandpeel.com
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -8,8 +8,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Modern
Style: British Style: British
Location: NottingHill Location: NottingHill
Country: UK Country: UK

@ -0,0 +1,93 @@
---
Tag: [""]
Date: 2021-10-05
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location:
Place:
Type: ["Hotel", "Restaurant", "Bar"]
SubType: Modern
Style: "Middle Eastern"
Location: Shoreditch
Country: UK
Status: Tested
---
Parent:: [[@Bars London|Bars in London]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-HartShoreditchSave
&emsp;
# Hart Shoreditch
&emsp;
```ad-abstract
title: Summary
collapse: open
Hotel bar in Shoreditch; Hilton group
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Contact
&emsp;
#### Address
```
61-67 Great Eastern Street
London EC2A 3HU
United Kingdom
```
&emsp;
#### Contacts
Phone:: <a href="tel:+442039953655">0203 995 3655</a>
Website:: https://www.hilton.com/en/hotels/lonsdqq-hart-shoreditch-hotel-london/dining/
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -8,8 +8,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Modern
Style: French Style: French
Location: Mayfair Location: Mayfair
Country: Uk Country: Uk

@ -0,0 +1,95 @@
---
Tag: ["Mexican", "SexShop"]
Date: 2021-10-05
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location:
Place:
Type: Bar
SubType: Speakeasy
Style: Mexican
Location: Soho
Country: UK
Status: Occasional
---
Parent:: [[@Bars London|Bars in London]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-LaBodegaNegraSave
&emsp;
# La Bodega Negra
&emsp;
```ad-abstract
title: Summary
collapse: open
Speakeasy behind a sex shop in the heart of Soho.
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Contact
&emsp;
#### Address
```
16 Moor Street
London W1D 5AP
United Kingdom
```
&emsp;
#### Contacts
Phone:: <a href="tel:+442077584100">0207 758 4100</a>
Email:: adam@labodeganegra.com
Website:: https://www.bodeganegracafe.com/
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Café Type: ["Café", "Brunch"]
SubType: LightBite SubType: Healthy
Location: Bayswater Location: Bayswater
Country: UK Country: UK
Status: Regular Status: Regular

@ -8,8 +8,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: [51.51827,-0.20422] location: [51.51827,-0.20422]
Place: Place:
Type: Café Type: ["Café", "Shop"]
SubType: Shop SubType: Coffee
Location: Soho Location: Soho
Country: UK Country: UK
Status: Occasional Status: Occasional

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Farm
Style: European Style: European
Location: Battersea Location: Battersea
Country: UK Country: UK

@ -0,0 +1,96 @@
---
Tag: [""]
Date: 2021-10-05
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location:
Place:
Type: ["Hotel", "Bar"]
SubType: Rooftop
Style: Modern
Location: Soho
Country: UK
Status: Tested
---
Parent:: [[@Bars London|Bars in London]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-RadioRooftopSave
&emsp;
# Radio Rooftop
&emsp;
```ad-abstract
title: Summary
collapse: open
On top of the Me hotel in Aldwych
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Contact
&emsp;
#### Address
```
Horton Country Park
Horton Lane
Epsom KT19 8PL
United Kingdom
```
&emsp;
#### Contacts
Phone:: <a href="tel:+442073796606">0207 379 6606</a>
Email:: radio.melondon@melia.com
Website:: https://radiorooftop.com/london/
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -0,0 +1,95 @@
---
Tag: ["Business"]
Date: 2021-10-05
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location:
Place:
Type: Bar
SubType: AfterWork
Style: Location
Location: City
Country: UK
Status: Occasional
---
Parent:: [[@Bars London|Bars in London]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-SauterelleSave
&emsp;
# Sauterelle
&emsp;
```ad-abstract
title: Summary
collapse: open
Bar in the old Royal Exchange.
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Contact
&emsp;
#### Address
```
Royal Exchange
London EC3V 3LR
United Kingdom
```
&emsp;
#### Contacts
Phone:: <a href="tel:+442077348040">0207 734 8040</a>
Email:: city@fortnumandmason.co.uk
Website:: https://www.theroyalexchange.co.uk/restaurants/the-fortnums-bar-and-restaurant/
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -0,0 +1,95 @@
---
Tag: ["Jacuzzi"]
Date: 2021-10-05
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location:
Place:
Type: ["Hotel", "Bar"]
SubType: Rooftop
Style: Chilled
Location: Soho
Country: UK
Status: Occasional
---
Parent:: [[@Bars London|Bars in London]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-SanctumHotelrooftopSave
&emsp;
# Sanctum Hotel rooftop
&emsp;
```ad-abstract
title: Summary
collapse: open
Cosy hotel rooftop tucked in in Soho and a cinema room.
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Contact
&emsp;
#### Address
```
20 Warwick Street
London W1B 5ND
United Kingdom
```
&emsp;
#### Contacts
Phone:: <a href="tel:+442072926100">0207 292 6100</a>
Email:: info@sanctumsoho.com
Website:: http://www.sanctumsoho.com/
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Music
Style: US Style: US
Location: StPancras Location: StPancras
Country: UK Country: UK

@ -0,0 +1,95 @@
---
Tag: ["Typical"]
Date: 2021-10-05
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location:
Place:
Type: Bar
SubType: Pub
Style: "By the Thames"
Location: City
Country: UK
Status: Occasional
---
Parent:: [[@Bars London|Bars in London]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-TheBankerSave
&emsp;
# The Banker
&emsp;
```ad-abstract
title: Summary
collapse: open
Typical pub with a terrace by the Thames.
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Contact
&emsp;
#### Address
```
2 Cousin Lane
London EC4R 3TE
United Kingdom
```
&emsp;
#### Contacts
Phone:: <a href="tel:+442072835206">0207 283 5206</a>
Email:: banker@fullers.co.uk
Website:: https://www.banker-london.co.uk/
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Healthy
Style: European Style: European
Location: SloaneSquare Location: SloaneSquare
Country: UK Country: UK

@ -7,7 +7,7 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Hotel", "Restaurant", "Bar"]
SubType: Rooftop SubType: Rooftop
Style: British Style: British
Location: Shoreditch Location: Shoreditch

@ -7,7 +7,7 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Hotel", "Restaurant"]
SubType: Cinema SubType: Cinema
Style: British Style: British
Location: Fitzrovia Location: Fitzrovia

@ -0,0 +1,95 @@
---
Tag: ["Local"]
Date: 2021-10-05
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location:
Place:
Type: Bar
SubType: Traditional
Style: Pub
Location: NottingHill
Country: UK
Status: Regular
---
Parent:: [[@Bars London|Bars in London]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-TheClevelandArmsSave
&emsp;
# The Cleveland Arms
&emsp;
```ad-abstract
title: Summary
collapse: open
Local pub with great atmosphere and succulent food.
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Contact
&emsp;
#### Address
```
28 Chilworth Street
London W2 6DT
United Kingdom
```
&emsp;
#### Contacts
Phone:: <a href="tel:+442077061759">0207 706 1759</a>
Email:: hello@theclevelandarms.com
Website:: https://www.theclevelandarms.com/
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch", "Cinema"]
SubType: Cinema SubType: Modern
Style: US Style: US
Location: NottingHill Location: NottingHill
Country: UK Country: UK

@ -7,9 +7,9 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Israeli
Style: MiddleEastern Style: "Middle Eastern"
Location: Soho Location: Soho
Country: UK Country: UK
Status: Tested Status: Tested

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Hotel", "Restaurant", "Bar"]
SubType: Bar SubType: Modern
Style: British Style: British
Location: Soho Location: Soho
Country: UK Country: UK

@ -0,0 +1,93 @@
---
Tag: ["Hipster"]
Date: 2021-10-05
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location:
Place:
Type: ["Hotel", "Restaurant", "Bar"]
SubType: Chicago
Style: Hipster
Location: Shoreditch
Country: UK
Status: Occasional
---
Parent:: [[@Bars London|Bars in London]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-TheHoxtonSave
&emsp;
# The Hoxton
&emsp;
```ad-abstract
title: Summary
collapse: open
Ground floor bar with a bug chemney in Shoreditch
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Contact
&emsp;
#### Address
```
81 Great Eastern Street
London EC2A 3HU
United Kingdom
```
&emsp;
#### Contacts
Phone:: <a href="tel:+442077399111">0207 739 9111</a>
Website:: https://www.hoxtongrill.com/
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -1,6 +1,6 @@
--- ---
Tag: ["Fusion", "ItslianPeruvian"] Tag: ["Fusion", "ItalianPeruvian"]
Date: 2021-10-04 Date: 2021-10-04
DocType: "Place" DocType: "Place"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
@ -9,7 +9,7 @@ location:
Place: Place:
Type: Restaurant Type: Restaurant
SubType: Fusion SubType: Fusion
Style: Italian Style: ["Italian", "Peruvian"]
Location: Soho Location: Soho
Country: UK Country: UK
Status: Tested Status: Tested

@ -0,0 +1,93 @@
---
Tag: ["MembersClub"]
Date: 2021-10-05
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location:
Place:
Type: ["Hotel", "Restaurant", "Bar"]
SubType: Rooftop
Style: Location
Location: City
Country: UK
Status: Tested
---
Parent:: [[@Bars London|Bars in London]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-TheNedSave
&emsp;
# The Ned
&emsp;
```ad-abstract
title: Summary
collapse: open
Members club with an open ground floor bar.
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Contact
&emsp;
#### Address
```
27 Poultry
London EC2R 8AJ
United Kingdom
```
&emsp;
#### Contacts
Phone:: <a href="tel:+442038282000">0203 828 2000</a>
Website:: https://www.thened.com/
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -0,0 +1,95 @@
---
Tag: [""]
Date: 2021-10-05
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location:
Place:
Type: Bar
SubType: Traditional
Style: Pub
Location: Kensington
Country: UK
Status: Occasional
---
Parent:: [[@Bars London|Bars in London]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-TheScarsdaleTavernSave
&emsp;
# The Scarsdale Tavern
&emsp;
```ad-abstract
title: Summary
collapse: open
Cure pub off Kensington High Street.
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Contact
&emsp;
#### Address
```
23A Edwardes Square
London W8 6HE
United Kingdom
```
&emsp;
#### Contacts
Phone:: <a href="tel:+442079371811">0207 937 1811</a>
Email:: scarsdale@fullers.co.uk
Website:: https://www.scarsdaletavern.co.uk/
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -0,0 +1,95 @@
---
Tag: [""]
Date: 2021-10-05
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location:
Place:
Type: ["Hotel", "Bar"]
SubType: "New York"
Style: "Laid Back"
Location: StPancras
Country: UK
Status: Tested
---
Parent:: [[@Bars London|Bars in London]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-TheStandardSave
&emsp;
# The Standard
&emsp;
```ad-abstract
title: Summary
collapse: open
Latest hotel addition to St Pancras with a vibrant ground floor bar and a rooftop restaurant.
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Contact
&emsp;
#### Address
```
10 Argyle Street
London WC1H 8EG
United Kingdom
```
&emsp;
#### Contacts
Phone:: <a href="tel:+442039818888 ">0203 981 8888 </a>
Email:: london@standardhotels.com
Website:: https://www.standardhotels.com/london/properties/london
&emsp;
---
&emsp;
### Notes
&emsp;
[[Decimo]] is in the same hotel
&emsp;
&emsp;

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Modern
Style: British Style: British
Location: Mayfair Location: Mayfair
Country: UK Country: UK

@ -57,7 +57,7 @@ style: number
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Bar" where contains(Place.Type, "Bar")
where Place.Location = "Marais" where Place.Location = "Marais"
``` ```
@ -68,7 +68,7 @@ where Place.Location = "Marais"
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Bar" where contains(Place.Type, "Bar")
where Place.Location = "Chatelet" where Place.Location = "Chatelet"
``` ```
@ -79,7 +79,7 @@ where Place.Location = "Chatelet"
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Bar" where contains(Place.Type, "Bar")
where Place.Location = "GareduNord" where Place.Location = "GareduNord"
``` ```
@ -90,7 +90,7 @@ where Place.Location = "GareduNord"
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Bar" where contains(Place.Type, "Bar")
where Place.Location = "Pigalle" where Place.Location = "Pigalle"
``` ```
@ -101,7 +101,7 @@ where Place.Location = "Pigalle"
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.Style as "Theme", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Bar" where contains(Place.Type, "Bar")
where Place.Location = "StGermain" where Place.Location = "StGermain"
``` ```

@ -57,8 +57,8 @@ style: number
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Style = "French" where contains(Place.Style, "French")
``` ```
&emsp; &emsp;
@ -68,8 +68,8 @@ where Place.Style = "French"
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Style = "Italian" where contains(Place.Style, "Italian")
``` ```
&emsp; &emsp;
@ -79,7 +79,7 @@ where Place.Style = "Italian"
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where contains(Place.Style, "North African") where contains(Place.Style, "North African")
``` ```
@ -90,7 +90,7 @@ where contains(Place.Style, "North African")
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Peruvian") where contains(Place.Style, "Peruvian")
``` ```
@ -101,7 +101,7 @@ where contains(Place.Style, "Peruvian")
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Asian") where contains(Place.Style, "Asian")
``` ```
@ -112,8 +112,8 @@ where contains(Place.Style, "Asian")
```dataview ```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Style = "Japanese" where contains(Place.Style, "Japanese")
``` ```
&emsp; &emsp;
@ -131,8 +131,8 @@ where Place.Style = "Japanese"
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "Marais" where contains(Place.Location, "Marais")
``` ```
&emsp; &emsp;
@ -142,8 +142,8 @@ where Place.Location = "Marais"
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "Quartier Latin" where contains(Place.Location, "Quartier Latin")
``` ```
&emsp; &emsp;
@ -153,8 +153,8 @@ where Place.Location = "Quartier Latin"
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "Gare du Nord" where contains(Place.Location, "Gare du Nord")
``` ```
&emsp; &emsp;
@ -164,8 +164,8 @@ where Place.Location = "Gare du Nord"
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "Bastille" where contains(Place.Location, "Bastille")
``` ```
&emsp; &emsp;
@ -175,8 +175,8 @@ where Place.Location = "Bastille"
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "République" where contains(Place.Location, "République")
``` ```
&emsp; &emsp;
@ -186,8 +186,8 @@ where Place.Location = "République"
```dataview ```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris" Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "Paris"
where DocType = "Place" where DocType = "Place"
where Place.Type = "Restaurant" where contains(Place.Type, "Restaurant")
where Place.Location = "La Muette" where contains(Place.Location, "La Muette")
``` ```
&emsp; &emsp;

@ -8,8 +8,8 @@ TimeStamp:
location: location:
Place: Place:
Type: Bar Type: Bar
SubType: Mexican SubType: Speakeasy
Style: Speakeasy Style: Mexican
Location: Marais Location: Marais
Country: UK Country: UK
Status: Occasional Status: Occasional

@ -9,7 +9,7 @@ location:
Place: Place:
Type: Restaurant Type: Restaurant
SubType: Fusion SubType: Fusion
Style: "Asian fusion" Style: "Asian"
Location: Bastille Location: Bastille
Country: France Country: France
Status: Tested Status: Tested

@ -7,9 +7,9 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Restaurant", "Brunch"]
SubType: Brunch SubType: Fusion
Style: Peruvian Style: ["Peruvian", "Fish"]
Location: "La Muette" Location: "La Muette"
Country: France Country: France
Status: Tested Status: Tested

@ -8,8 +8,8 @@ TimeStamp:
location: location:
Place: Place:
Type: Bar Type: Bar
SubType: Mixology SubType: Cocktail
Style: "NY Cocktail Bar" Style: "New York"
Location: "StGermain" Location: "StGermain"
Country: France Country: France
Status: Prospective Status: Prospective

@ -7,8 +7,8 @@ Hierarchy: "NonRoot"
TimeStamp: TimeStamp:
location: location:
Place: Place:
Type: Restaurant Type: ["Hotel", "Restaurant"]
SubType: Fusion SubType: DJ
Style: "North African Fusion" Style: "North African Fusion"
Location: Marais Location: Marais
Country: France Country: France

Loading…
Cancel
Save