Updated: Monday, October 16,2023-10-16 12:01:28
parent
6572741624
commit
b54a034531
|
@ -1 +1,3 @@
|
|||
{}
|
||||
{
|
||||
"alwaysUpdateLinks": true
|
||||
}
|
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "Tips on Obsidian itself",
|
||||
"path": "Coding Tips (Classical)/Project Vault/About Obsidian/Obsidian Guides/Tips on Obsidian itself.md"
|
||||
},
|
||||
{
|
||||
"basename": "Integrated Whiteboard Tools",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/Integrated Whiteboard Tools.md"
|
||||
|
@ -64,10 +68,6 @@
|
|||
"basename": "Drawing 2023-10-10 14.12.43.excalidraw",
|
||||
"path": "Excalidraw/Drawing 2023-10-10 14.12.43.excalidraw.md"
|
||||
},
|
||||
{
|
||||
"basename": "Untitled",
|
||||
"path": "Untitled.canvas"
|
||||
},
|
||||
{
|
||||
"basename": "Laser Cutting",
|
||||
"path": "Machine Tips (Quantum)/Physics/Laser Cutting.md"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/Integrated Whiteboard Tools.md",
|
||||
"file": "Coding Tips (Classical)/Project Vault/About Obsidian/Obsidian Guides/Tips on Obsidian itself.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -105,7 +105,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/Integrated Whiteboard Tools.md",
|
||||
"file": "Coding Tips (Classical)/Project Vault/About Obsidian/Obsidian Guides/Tips on Obsidian itself.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -122,7 +122,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/Integrated Whiteboard Tools.md",
|
||||
"file": "Coding Tips (Classical)/Project Vault/About Obsidian/Obsidian Guides/Tips on Obsidian itself.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -145,7 +145,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/Integrated Whiteboard Tools.md"
|
||||
"file": "Coding Tips (Classical)/Project Vault/About Obsidian/Obsidian Guides/Tips on Obsidian itself.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -172,8 +172,10 @@
|
|||
"obsidian-excalidraw-plugin:Create new drawing": false
|
||||
}
|
||||
},
|
||||
"active": "dbad7b010371d947",
|
||||
"active": "89eec863d5ba3624",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/Integrated Whiteboard Tools.md",
|
||||
"Untitled.canvas",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth",
|
||||
"Untitled",
|
||||
"Coding Tips (Classical)/Terminal Tips/Fire.md",
|
||||
|
@ -191,9 +193,8 @@
|
|||
"export/Slides/Pasted image 20231010141612.png",
|
||||
"Excalidraw/Drawing 2023-10-10 14.13.09.excalidraw.md",
|
||||
"Excalidraw/Drawing 2023-10-10 14.12.43.excalidraw.md",
|
||||
"Untitled.canvas",
|
||||
"Machine Tips (Quantum)/Physics/Laser Cutting.md",
|
||||
"Pasted image 20231011091043.png",
|
||||
"Coding Tips (Classical)/Project Vault/About Obsidian/imgFiles/Pasted image 20231011091043.png",
|
||||
"export/Slides/plugin/chalkboard/README.md",
|
||||
"export/Slides/plugin/chalkboard/_style.css",
|
||||
"export/Slides/plugin/chalkboard/img/blackboard.png",
|
||||
|
@ -212,14 +213,12 @@
|
|||
"export/Slides/plugin/chart/README.md",
|
||||
"export/Slides/plugin/chart/chart.min.js",
|
||||
"export/Slides/plugin/chart/plugin.js",
|
||||
"export/Slides/plugin/chart",
|
||||
"export/Slides/plugin/customcontrols/README.md",
|
||||
"export/Slides/plugin/menu/CONTRIBUTING.md",
|
||||
"export/Slides/plugin/menu/README.md",
|
||||
"Coding Tips (Classical)/Project Vault/About Obsidian/Advanced Slides.md",
|
||||
"Coding Tips (Classical)/Project Vault/About Obsidian/Obsidian Guides/Notable Obsidians.md",
|
||||
"Machine Tips (Quantum)/Physics/Arduino Example Blink.md",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/Integrated Whiteboard Tools.md",
|
||||
"Machine Tips (Quantum)/Physics/Potentiometers & Analog SerialReader.md"
|
||||
]
|
||||
}
|
|
@ -39,7 +39,33 @@ The file too see all installed plugins through terminal is ```/Users/shwethajay
|
|||
- above are the current hotkeys for pdf extraction
|
||||
- the file to see plugin
|
||||
|
||||
### More Examples:
|
||||
## Using Buttons In Obsidian
|
||||
|
||||
```button
|
||||
name Add Em Up
|
||||
type calculate
|
||||
action 2+2
|
||||
```
|
||||
Result: 4
|
||||
Result: 4
|
||||
Result: 4
|
||||
Result: 4
|
||||
Result: 4
|
||||
|
||||
|
||||
|
||||
```button
|
||||
name How Many Bananas Today?
|
||||
type calculate
|
||||
action $1-$2
|
||||
color yellow
|
||||
```
|
||||
|
||||
^button-bananas
|
||||
|
||||
|
||||
|
||||
## More Examples:
|
||||
|
||||
#### Example 1: Automating Obsidian Workspace
|
||||
|
||||
|
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 400 KiB After Width: | Height: | Size: 400 KiB |
|
@ -12,29 +12,4 @@ The collaborative experience is heavily desired one as it is most intuitive to
|
|||
- [Excalidraw](https://excalidraw.com/) - the fantastic app used in Obsidian
|
||||
|
||||
|
||||
### Using Buttons In Obsidian
|
||||
|
||||
```button
|
||||
name Add Em Up
|
||||
type calculate
|
||||
action 2+2
|
||||
```
|
||||
Result: 4
|
||||
Result: 4
|
||||
Result: 4
|
||||
Result: 4
|
||||
Result: 4
|
||||
|
||||
|
||||
|
||||
```button
|
||||
name How Many Bananas Today?
|
||||
type calculate
|
||||
action $1-$2
|
||||
color yellow
|
||||
```
|
||||
|
||||
^button-bananas
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Today we are going to start programming!
|
|||
|
||||
|
||||
|
||||
![[Pasted image 20231010141612.png]]
|
||||
![[Coding Tips (Classical)/Project Vault/About Obsidian/imgFiles/Pasted image 20231010141612.png]]
|
||||
|
||||
|
||||
- HTML - the content and "bones" of a website
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"nodes":[
|
||||
{"id":"d683b45709a9bdc2","x":-413,"y":-64,"width":341,"height":169,"type":"text","text":""},
|
||||
{"id":"fc37bfb4263b357c","x":34,"y":-316,"width":250,"height":60,"color":"2","type":"text","text":""}
|
||||
],
|
||||
"edges":[
|
||||
{"id":"c8f5b5ef134130f9","fromNode":"d683b45709a9bdc2","fromSide":"top","toNode":"fc37bfb4263b357c","toSide":"bottom"}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue