How to create a talk with SliDesk
A Slide is define by a line which starts with 2 '#' and a space after
A line which begins with this below syntax
!include(./another_file.tfs)
will include the content of the file
It works with other file types.
SliDesk use markdown syntax.
A word/phrase wrapped by "*" will display in italic.
An italic word can be in a phrase
Wrapped with a ** will display in bold
bold
Wrapped with a "`" will display as code
console.log("test")
Wrapped with a double DOLLAR will allow you to internationalize your presentation
My variable is in the language we want x
With a !image(path of your image)` at the beginning of a line will display

and you can specify width, height, styles, and if a caption is displayed !image(path, placeholder, 20, 20, float:left;, true)`
With a componenents/myComponent.mjs file, you can create custom component like Test: my test giving this:
Test: my test
This slide is controled by a plugin autonext. It will go next in 4s
Wrapped with a double + will replace the variable by its value
Variable env
C++
Thanks
Developed by https://gouz.dev