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.

114 lines
1.6 KiB

12 months ago
---
Alias: [""]
Tag: ["🍴", "🇨🇳"]
Date: 2023-12-06
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location: [40.7178242,-73.9465104]
Place:
Type: Restaurant
SubType: Traditional
Style: Chinese
Location: "New York"
Country: USA
Status: Recommended
CollapseMetaTable: true
Phone: ""
Email: "reservations@bonniesbrooklyn.com"
Website: "[Bonnie's - Cantonese American Restaurant](https://www.bonniesbrooklyn.com/)"
---
Parent:: [[@United States|United States]], [[New York]]
 
```dataviewjs
let tempPhone = dv.current().Phone ? dv.current().Phone.replaceAll(" ", "") : '+000'
let tempMail = dv.current().Email ? dv.current().Email : ""
let tempCoorSet = dv.current().location ? dv.current().location : [0,0]
dv.el('center', '[📲](tel:' + tempPhone + ')     [📧](mailto:' + tempMail + ')     [🗺️](' + "https://waze.com/ul?ll=" + tempCoorSet[0] + "%2C" + tempCoorSet[1] + "&navigate=yes" + ')')
```
---
 
```button
name Save
type command
action Save current file
id Save
```
^button-BonniesSave
 
# Bonnie's
 
> [!summary]+
> Note Description
 
```toc
style: number
```
 
---
 
### 📇 Contact
 
> [!address] 🗺
> 398 manhattan ave
> brooklyn, new york
> United States of America
 
☎️ `= this.Phone`
📧 `= this.Email`
🌐 `= this.Website`
 
---
 
### 🗒 Notes
 
Idea from [[Chasing Chop Suey Tracing Chinese Immigration Through Food]]
 
---
 
### 🔗 Other activity
 
```dataview
Table DocType as "Doc type" from [[Bonnie's]]
where !contains(file.name, "@@Travel")
sort DocType asc
```