johnny.number update

main
Mel 3 years ago
parent 63b823615a
commit e69540b2dd

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

@ -9,7 +9,7 @@
"state": {
"type": "markdown",
"state": {
"file": "Life Orga/@Life Organisation.md",
"file": "01.01 Life Orga/@Life Organisation.md",
"mode": "preview"
}
}
@ -68,7 +68,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Life Orga/@Life Organisation.md",
"file": "01.01 Life Orga/@Life Organisation.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -107,15 +107,15 @@
},
"active": "c1cbd199334b4022",
"lastOpenFiles": [
"Life Orga/@Life Organisation.md",
"Life Orga/Finances.md",
"Life Orga/IT & Computer.md",
"Life Orga/Personal projects.md",
"lebv.org/Hosting Tasks.md",
"lebv.org/@lebv.org Tasks.md",
"lebv.org/WebPublishing Tasks.md",
"lebv.org/lebv Email Tasks.md",
"lebv.org/lebv Research Tasks.md",
"Life Orga/Lifestyle.md"
"01.01 Life Orga/@Life Organisation.md",
"01.01 Life Orga/Finances.md",
"06.02 Investments/VC Tasks.md",
"06.02 Investments/VC Investments.md",
"06.02 Investments/Equity Tasks.md",
"06.02 Investments/Equity Investments.md",
"06.02 Investments/Crypto Tasks.md",
"06.02 Investments/Crypto Investments.md",
"06.02 Investments/@Investment Task master.md",
"06.02 Investments/@Investment master.md"
]
}

@ -0,0 +1,84 @@
---
Tag: ["Novel", "Culture", "Zanzibar", "Nobel"]
Date: 2021-10-16
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp:
location:
Source:
Type: "Book"
Author: Abdulrazak Gurnah
Language: EN
Published: 2002
Link: https://www.goodreads.com/work/best_book/75150-by-the-sea
Read:
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# By the Sea
 
```ad-abstract
title: Summary
collapse: open
On a late November afternoon Saleh Omar arrives at Gatwick Airport from Zanzibar, a far away island in the Indian Ocean. With him he has a small bag in which there lies his most precious possession - a mahogany box containing incense.
```
 
```toc
style: number
```
 
---
 
### Cover
 
![](https://i0.wp.com/blackwells.co.uk/jacket/l/9780747557852.jpg)
 
---
 
### Notes
 
Loret ipsum
 
 

@ -57,7 +57,7 @@ style: number
 
```dataview
table Priority, Status, NextReviewDate as "Next Review Date", DueDate as "Due Date" from "Life Orga"
table Priority, Status, NextReviewDate as "Next Review Date", DueDate as "Due Date" from [[@Life Organisation]]
where DocType = "Task"
sort DueDate ascending, NextReviewDate ascending
```
@ -67,7 +67,7 @@ style: number
#### Review overdue
```dataview
table NextReviewDate as "Next Review Date" from "Life Orga"
table NextReviewDate as "Next Review Date" from [[@Life Organisation]]
where DocType = "Task" and NextReviewDate < date(today)
sort NextReviewDate ascending
```
@ -77,7 +77,7 @@ style: number
#### Delivery overdue
```dataview
table DueDate as "Due Date" from "Life Orga"
table DueDate as "Due Date" from [[@Life Organisation]]
where DocType = "Task" and DueDate < date(today)
sort DueDate ascending
```
@ -87,7 +87,7 @@ style: number
#### Priority tasks
```dataview
Table Priority, DueDate as "Due Date" from "Life Orga"
Table Priority, DueDate as "Due Date" from [[@Life Organisation]]
Where DocType = "Task" and DueDate >= date(today) and Priority = "High"
Sort DueDate ascending
```
@ -202,7 +202,7 @@ hide task count
#### Overdue Todos
```dataview
task from "Life Orga"
task from [[@Life Organisation]]
where DocType = "Task" and DueDate < date(today)
```
@ -211,7 +211,7 @@ hide task count
#### Urgent Todos
```dataview
task from "Life Orga"
task from [[@Life Organisation]]
where DocType = "Task" and DueDate < date(today) + dur(3 days)
```
@ -220,7 +220,7 @@ hide task count
#### High priority
```dataview
Task from "Life Orga"
Task from [[@Life Organisation]]
Where DocType = "Task" and Priority = "High" and DueDate >= date(today)
```

@ -81,7 +81,7 @@ Summary notes of discussions and ideas with Meg
#### Relocation
Paris or London - not much elsewhere.
Paris, Zürich, London
&emsp;
@ -100,6 +100,8 @@ Paris or London - not much elsewhere.
&emsp;
- [ ] :gift: stay at Le Manoir, Oxfordshire
- [ ] :gift: Mulburry, black top with pearls
- [ ] :gift: Fashion
- [ ] :gift: French designer
- [ ] :gift: [Mylo bag](https://plantbasednews.org/lifestyle/fashion/stella-mccartney-vegan-leather-bag-mushrooms/)

@ -84,7 +84,7 @@ style: number
&emsp;
```dataview
Table without id tags as "Tags" From "London"
Table without id tags as "Tags" From "02.01 London"
Flatten file.tags as tags
Group by tags
```

@ -55,7 +55,7 @@ style: number
#### Notting Hill
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where Place.Location = "NottingHill"
@ -66,7 +66,7 @@ where Place.Location = "NottingHill"
#### Soho
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where Place.Location = "Soho"
@ -77,7 +77,7 @@ where Place.Location = "Soho"
#### Mayfair
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where Place.Location = "Mayfair"
@ -88,7 +88,7 @@ where Place.Location = "Mayfair"
#### Kensington
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where Place.Location = "Kensington"
@ -99,7 +99,7 @@ where Place.Location = "Kensington"
#### Chelsea
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where Place.Location = "Chelsea"
@ -110,7 +110,7 @@ where Place.Location = "Chelsea"
#### St Pancras
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where Place.Location = "StPancras"
@ -121,7 +121,7 @@ where Place.Location = "StPancras"
#### Shoreditch
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where Place.Location = "Shoreditch"
@ -132,7 +132,7 @@ where Place.Location = "Shoreditch"
#### The City
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where Place.Location = "City"
@ -149,7 +149,7 @@ where Place.Location = "City"
&emsp;
```dataview
Table without id file.link as "Place", Place.Location as "Neighbourhood", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Location as "Neighbourhood", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where Place.SubType = "Rooftop"
```
@ -166,7 +166,7 @@ where Place.SubType = "Rooftop"
&emsp;
```dataview
Table without id file.link as "Place", Place.Location as "Neighbourhood", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Location as "Neighbourhood", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where Place.SubType = "Speakeasy"
```
@ -182,7 +182,7 @@ where Place.SubType = "Speakeasy"
&emsp;
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Bar")
where contains(Place.Type, "Hotel")

@ -55,7 +55,7 @@ style: number
#### Notting Hill
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Brunch")
where Place.Location = "NottingHill"
@ -67,7 +67,7 @@ sort file.name ascending
#### Kensington
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Brunch")
where Place.Location = "Kensington"
@ -79,7 +79,7 @@ sort file.name ascending
#### Mayfair
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Brunch")
where Place.Location = "Mayfair"
@ -91,7 +91,7 @@ sort file.name ascending
#### Sloane Square
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Brunch")
where Place.Location = "SloaneSquare"
@ -103,7 +103,7 @@ sort file.name ascending
#### Soho
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Brunch")
where Place.Location = "Soho"
@ -115,7 +115,7 @@ sort file.name ascending
#### Battersea
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Brunch")
where Place.Location = "Battersea"
@ -127,7 +127,7 @@ sort file.name ascending
#### St Pancras
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Brunch")
where Place.Location = "StPancras"
@ -139,7 +139,7 @@ sort file.name ascending
#### Whitechapel
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Brunch")
where Place.Location = "Whitechapel"

@ -53,7 +53,7 @@ style: number
&emsp;
```dataview
Table without id file.link as "Place", Phone, Email, Website from "London"
Table without id file.link as "Place", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Café")
where Place.Location = "Bayswater" or Place.Location = "NottingHill"
@ -70,7 +70,7 @@ where Place.Location = "Bayswater" or Place.Location = "NottingHill"
&emsp;
```dataview
Table without id file.link as "Place", Phone, Email, Website from "London"
Table without id file.link as "Place", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Café")
where Place.Location = "Soho"
@ -87,7 +87,7 @@ where Place.Location = "Soho"
&emsp;
```dataview
Table without id file.link as "Place", Phone, Email, Website from "London"
Table without id file.link as "Place", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Café")
where Place.Location = "Highbury"
@ -104,7 +104,7 @@ where Place.Location = "Highbury"
&emsp;
```dataview
Table without id file.link as "Place", Phone, Email, Website from "London"
Table without id file.link as "Place", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Café")
where Place.Location = "Ealing"

@ -55,7 +55,7 @@ style: number
#### French
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "French")
@ -67,7 +67,7 @@ sort file.name ascending
#### British
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where Place.Style = "British"
@ -79,7 +79,7 @@ sort file.name ascending
#### Italian
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style,"Italian")
@ -91,7 +91,7 @@ sort file.name ascending
#### Peruvian
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Peruvian")
@ -103,7 +103,7 @@ sort file.name ascending
#### Spanish
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Spanish")
@ -115,7 +115,7 @@ sort file.name ascending
#### Japanese
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Japanese")
@ -127,7 +127,7 @@ sort file.name ascending
#### Greek
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Greek")
@ -139,7 +139,7 @@ sort file.name ascending
#### Indian
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Indian")
@ -151,7 +151,7 @@ sort file.name ascending
#### Asian
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Chinese") or contains(Place.Style, "Taiwanese") or contains(Place.Style, "Asian")
@ -163,7 +163,7 @@ sort file.name ascending
#### American
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "US")
@ -175,7 +175,7 @@ sort file.name ascending
#### Argentine
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Argentine")
@ -195,7 +195,7 @@ sort file.name ascending
#### Notting Hill
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "NottingHill")
@ -207,7 +207,7 @@ sort file.name ascending
#### Paddington
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Paddington")
@ -219,7 +219,7 @@ sort file.name ascending
#### Mayfair
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Mayfair")
@ -231,7 +231,7 @@ sort file.name ascending
#### Marylebone
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Marylebone")
@ -243,7 +243,7 @@ sort file.name ascending
#### Soho
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Soho")
@ -255,7 +255,7 @@ sort file.name ascending
#### Fitzrovia
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Fitzrovia")
@ -267,7 +267,7 @@ sort file.name ascending
#### St Pancras
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "StPancras")
@ -279,7 +279,7 @@ sort file.name ascending
#### Shoreditch
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Shoreditch")
@ -291,7 +291,7 @@ sort file.name ascending
#### The City
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "City")
@ -303,7 +303,7 @@ sort file.name ascending
#### Whitechapel
```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 "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Whitechapel")

@ -53,7 +53,7 @@ style: number
&emsp;
```dataview
Table without id file.link as "Place", Phone, Mobile, Email, Website from "London"
Table without id file.link as "Place", Phone, Mobile, Email, Website from "02.01 London"
where DocType = "Place"
where Place.SubType = "Polo"
```
@ -69,7 +69,7 @@ where Place.SubType = "Polo"
&emsp;
```dataview
Table without id file.link as "Place", Phone, Mobile, Email, Website from "London"
Table without id file.link as "Place", Phone, Mobile, Email, Website from "02.01 London"
where DocType = "Place"
where Place.SubType = "Riding"
```

@ -32,7 +32,7 @@ id Save
&emsp;
# La Bistrotèque
# La Bistrothèque
&emsp;

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save