SliDesk.link
A place for your slides
1. First create an account with your github by clicking "login" on this page
2. Connect your device with slidesk.link
slidesk link login
3. Then you can host a presentation for 72h
slidesk link host
4. Or push some information about your talk on your page
slidesk link push
Add your plugin to the HUB
slidesk plugin push YOUR_PLUGIN
will be installed with
slidesk plugin install @YOUR_USER_SLUG/YOUR_PLUGIN
Write your plugin.json like this:
{
"addScripts": [
"plugins/YOUR_PLUGIN/YOUR_PLUGIN.js"
],
"addStyles": [
"plugins/YOUR_PLUGIN/YOUR_PLUGIN.css"
],
"tags": ["YOUR_PLUGIN", "and", "others", "tags", "to", "find", "it"]
}
The README.md will be used as the description in your slidesk.link page.