Updated: Tuesday, October 10,2023-10-10 13:40:42
parent
479e2bec9e
commit
f9ef209ee8
|
@ -10,5 +10,6 @@
|
|||
"recent-files-obsidian",
|
||||
"templater-obsidian",
|
||||
"obsidian-emoji-toolbar",
|
||||
"dataview"
|
||||
"dataview",
|
||||
"buttons"
|
||||
]
|
|
@ -4,6 +4,10 @@
|
|||
"basename": "The Integrate Whiteboard",
|
||||
"path": "The Integrate Whiteboard.md"
|
||||
},
|
||||
{
|
||||
"basename": "Potentiometers & Analog SerialReader",
|
||||
"path": "Potentiometers & Analog SerialReader.md"
|
||||
},
|
||||
{
|
||||
"basename": "Untitled",
|
||||
"path": "Untitled.canvas"
|
||||
|
|
|
@ -174,6 +174,7 @@
|
|||
},
|
||||
"active": "9600f3812aeb8311",
|
||||
"lastOpenFiles": [
|
||||
"Potentiometers & Analog SerialReader.md",
|
||||
"Untitled.canvas",
|
||||
"The Integrate Whiteboard.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/)
|
||||
- [Mural](https://www.mural.co/)
|
||||
- https://www.fabrie.com/home
|
||||
- [Excalidraw](https://excalidraw.com/) - the fantastic app used in Obsidian
|
||||
|
||||
```button
|
||||
name Add Em Up
|
||||
type calculate
|
||||
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