Updated: Tuesday, October 10,2023-10-10 13:40:42

main
Shwetha Jayaraj 2023-10-10 13:40:46 -04:00
parent 479e2bec9e
commit f9ef209ee8
4 changed files with 24 additions and 1 deletions

View File

@ -10,5 +10,6 @@
"recent-files-obsidian",
"templater-obsidian",
"obsidian-emoji-toolbar",
"dataview"
"dataview",
"buttons"
]

View File

@ -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"

View File

@ -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"

View File

@ -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