parent
31564cbbc1
commit
08fd2d0456
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,15 @@
|
|||||||
|
const [loaded, setLoaded] = useState(false)
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
{!loaded ?
|
||||||
|
<button onClick={()=>{
|
||||||
|
setLoaded(!loaded)
|
||||||
|
}}>
|
||||||
|
{props.title || "Click me"}
|
||||||
|
</button>
|
||||||
|
:
|
||||||
|
<iframe height="400px" width="100%" src={props.src}></iframe>
|
||||||
|
}
|
||||||
|
</div>
|
||||||
|
)
|
@ -0,0 +1,6 @@
|
|||||||
|
const ctx = useContext(ReactComponentContext);
|
||||||
|
|
||||||
|
var ppctx = ctx.markdownPostProcessorContext;
|
||||||
|
var frontmatter = ppctx.frontmatter;
|
||||||
|
|
||||||
|
return props.render(frontmatter)
|
@ -0,0 +1,75 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
cssclass: recipeTable
|
||||||
|
Alias: ["Sport in Zürich"]
|
||||||
|
Tag: ["Personal", "Lifestyle", "Sport"]
|
||||||
|
Date: 2021-10-04
|
||||||
|
DocType: "Personal"
|
||||||
|
Hierarchy: "Root2"
|
||||||
|
TimeStamp:
|
||||||
|
CollapseMetaTable: Yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Lifestyle]], [[@@Zürich|Zürich]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-SpinZurichSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Sport in Zürich
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Sport facilities in Zürich
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Polo
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.view("00.01 Admin/dv-views/query_place", {country: "CH", placetype: "Sport", ambiance: "Polo"})
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Horse Riding
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.view("00.01 Admin/dv-views/query_place", {country: "CH", placetype: "Sport", ambiance: "Riding"})
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,97 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Restaurant"]
|
||||||
|
Date: 2022-01-08
|
||||||
|
DocType: "Place"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location: [47.3519503,8.5611316]
|
||||||
|
Place:
|
||||||
|
Type: "Restaurant"
|
||||||
|
SubType: Modern
|
||||||
|
Style: "Swiss"
|
||||||
|
Location: "Tiefbrunnen"
|
||||||
|
Country: "CH"
|
||||||
|
Status: "Prospect"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@@Zürich|Zürich]], [[@Restaurants Zürich|Restaurants in Zürich]]
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`= elink("https://waze.com/ul?ll=" + this.location[0] + "%2C" + this.location[1] + "&navigate=yes", "Launch Waze")`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-BlaueEnteSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Blaue Ente
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Note Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Contact
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-address
|
||||||
|
~~~
|
||||||
|
Mühle Tiefenbrunnen
|
||||||
|
Seefeldstrasse 223
|
||||||
|
8008 Zürich
|
||||||
|
Switzerland
|
||||||
|
~~~
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
Phone:: <a href="tel:+41443886840">+41 44 388 68 40</a>
|
||||||
|
|
||||||
|
Email::
|
||||||
|
|
||||||
|
Website:: [Restaurant Blaue Ente | Mühle Tiefenbrunnen](https://www.muehle-tiefenbrunnen.ch/blaue-ente)
|
||||||
|
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
Loret ipsum
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,94 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Zürich", "Sport", "Riding"]
|
||||||
|
Date: 2022-01-08
|
||||||
|
DocType: "Place"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location: [47.2668371,8.816238]
|
||||||
|
Place:
|
||||||
|
Type: Sport
|
||||||
|
SubType: Riding
|
||||||
|
Location: Bubikon
|
||||||
|
Country: CH
|
||||||
|
Status: Prospect
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@@Zürich|Zurich]]
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`= elink("https://waze.com/ul?ll=" + this.location[0] + "%2C" + this.location[1] + "&navigate=yes", "Launch Waze")`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-GestuetHombergSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Gestuet Homberg
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Note Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Contact
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-address
|
||||||
|
~~~
|
||||||
|
Bürgstrasse 51
|
||||||
|
CH - 8608 Bubikon
|
||||||
|
Switzerland
|
||||||
|
~~~
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
Phone:: <a href="tel:+41793189365">+41 79 318 93 65</a>
|
||||||
|
|
||||||
|
Email:: rudolf.guyer@gestuet-homberg.ch
|
||||||
|
|
||||||
|
Website:: [ Horse riding offer](https://www.gestuet-homberg.ch/en/horse-riding-offer)
|
||||||
|
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
Found by [[MRCK|Megan Rose]]
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
Loading…
Reference in new issue