Updated: Tuesday, October 10,2023-10-10 13:57:03
parent
7ca0302dee
commit
a20e0d1dde
|
@ -11,5 +11,6 @@
|
|||
"templater-obsidian",
|
||||
"obsidian-emoji-toolbar",
|
||||
"dataview",
|
||||
"buttons"
|
||||
"buttons",
|
||||
"obsidian-advanced-slides"
|
||||
]
|
|
@ -17,5 +17,5 @@
|
|||
"showGrid": false,
|
||||
"autoComplete": "inPreview",
|
||||
"paneMode": "split",
|
||||
"motm": "2022-12-12T06:44:09.521Z"
|
||||
"motm": "2023-10-10T17:56:45.293Z"
|
||||
}
|
|
@ -1,5 +1,17 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "Slides",
|
||||
"path": "Slides.md"
|
||||
},
|
||||
{
|
||||
"basename": "Advanced Slides",
|
||||
"path": "Coding Tips (Classical)/Project Vault/About Obsidian/Advanced Slides.md"
|
||||
},
|
||||
{
|
||||
"basename": "Notable Obsidians",
|
||||
"path": "Coding Tips (Classical)/Project Vault/About Obsidian/Obsidian Guides/Notable Obsidians.md"
|
||||
},
|
||||
{
|
||||
"basename": "Arduino Example Blink",
|
||||
"path": "Arduino Example Blink.md"
|
||||
|
|
|
@ -25,14 +25,26 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Arduino Example Blink.md",
|
||||
"file": "Coding Tips (Classical)/Project Vault/About Obsidian/Advanced Slides.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "e0421441c1f9556c",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Slides.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
"currentTab": 2
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
|
@ -69,7 +81,7 @@
|
|||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "",
|
||||
"query": "presentations",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
|
@ -87,7 +99,7 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
"currentTab": 2
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
|
@ -107,7 +119,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Arduino Example Blink.md",
|
||||
"file": "Slides.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -124,7 +136,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Arduino Example Blink.md",
|
||||
"file": "Slides.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -147,7 +159,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Arduino Example Blink.md"
|
||||
"file": "Slides.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -172,8 +184,12 @@
|
|||
"templater-obsidian:Templater": false
|
||||
}
|
||||
},
|
||||
"active": "9600f3812aeb8311",
|
||||
"active": "e0421441c1f9556c",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Project Vault/About Obsidian/Advanced Slides.md",
|
||||
"Slides.md",
|
||||
"Coding Tips (Classical)/Project Vault/About Obsidian/Obsidian Guides/Notable Obsidians.md",
|
||||
"Arduino Example Blink.md",
|
||||
"Integrated Whiteboard Tools.md",
|
||||
"Potentiometers & Analog SerialReader.md",
|
||||
"Untitled.canvas",
|
||||
|
|
|
@ -2,4 +2,6 @@
|
|||
Advanced Slides is a plugin inside of Obsidian that allows you to create full-blown presenations using nothing more than the markdown you already know and some tags.
|
||||
|
||||
You need a github account and reveal.js though which is[ further explained in this tutorial. ](https://www.m365princess.com/blogs/create-portfolio-site-github-pages-reveal-js/)
|
||||
Further information about [reveal.js ](https://revealjs.com/auto-animate/)can be read over here as well. The entire forum of Obsdian discussion can also be found in [Obsidian](https://forum.obsidian.md/t/advanced-slides-create-markdown-based-reveal-js-presentations-in-obsidian/28243/234?page=3).
|
||||
Further information about [reveal.js ](https://revealjs.com/auto-animate/)can be read over here as well. The entire forum of Obsdian discussion can also be found in [Obsidian](https://forum.obsidian.md/t/advanced-slides-create-markdown-based-reveal-js-presentations-in-obsidian/28243/234?page=3).
|
||||
|
||||
|
||||
|
|
|
@ -4,4 +4,5 @@ I've run into many an inspiring obsidian as well as I've set up my own obsidian.
|
|||
---
|
||||
|
||||
- This developer who turned his obsidian into a [wiki](https://github.com/nikitavoloboev/knowledge/tree/main/docs) for himself with a paid model
|
||||
- This Idea Galaxy [made by John ](https://notes.johnmavrick.com/about-me/)
|
||||
- This Idea Galaxy [made by John ](https://notes.johnmavrick.com/about-me/)
|
||||
- [Fork my Brain](https://notes.nicolevanderhoeven.com/Fork+My+Brain) has a lot of cool things on it
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
### Hello from Cover Page
|
||||
|
||||
---
|
||||
|
||||
Greetings from second slide
|
Loading…
Reference in New Issue