Updated: Tuesday, October 10,2023-10-10 13:40:42
parent
479e2bec9e
commit
f9ef209ee8
|
@ -10,5 +10,6 @@
|
||||||
"recent-files-obsidian",
|
"recent-files-obsidian",
|
||||||
"templater-obsidian",
|
"templater-obsidian",
|
||||||
"obsidian-emoji-toolbar",
|
"obsidian-emoji-toolbar",
|
||||||
"dataview"
|
"dataview",
|
||||||
|
"buttons"
|
||||||
]
|
]
|
|
@ -4,6 +4,10 @@
|
||||||
"basename": "The Integrate Whiteboard",
|
"basename": "The Integrate Whiteboard",
|
||||||
"path": "The Integrate Whiteboard.md"
|
"path": "The Integrate Whiteboard.md"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"basename": "Potentiometers & Analog SerialReader",
|
||||||
|
"path": "Potentiometers & Analog SerialReader.md"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"basename": "Untitled",
|
"basename": "Untitled",
|
||||||
"path": "Untitled.canvas"
|
"path": "Untitled.canvas"
|
||||||
|
|
|
@ -174,6 +174,7 @@
|
||||||
},
|
},
|
||||||
"active": "9600f3812aeb8311",
|
"active": "9600f3812aeb8311",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Potentiometers & Analog SerialReader.md",
|
||||||
"Untitled.canvas",
|
"Untitled.canvas",
|
||||||
"The Integrate Whiteboard.md",
|
"The Integrate Whiteboard.md",
|
||||||
"Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md"
|
"Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md"
|
||||||
|
|
|
@ -9,11 +9,28 @@ The collaborative experience is heavily desired one as it is most intuitive to
|
||||||
- [Miro](https://miro.com/apps/)
|
- [Miro](https://miro.com/apps/)
|
||||||
- [Mural](https://www.mural.co/)
|
- [Mural](https://www.mural.co/)
|
||||||
- https://www.fabrie.com/home
|
- https://www.fabrie.com/home
|
||||||
|
- [Excalidraw](https://excalidraw.com/) - the fantastic app used in Obsidian
|
||||||
|
|
||||||
```button
|
```button
|
||||||
name Add Em Up
|
name Add Em Up
|
||||||
type calculate
|
type calculate
|
||||||
action 2+2
|
action 2+2
|
||||||
```
|
```
|
||||||
|
Result: 4
|
||||||
|
Result: 4
|
||||||
|
Result: 4
|
||||||
|
Result: 4
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
```button
|
||||||
|
name How Many Bananas Today?
|
||||||
|
type calculate
|
||||||
|
action $1-$2
|
||||||
|
color yellow
|
||||||
|
```
|
||||||
|
|
||||||
|
^button-bananas
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue