1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-09-01 09:03:04 +02:00

home

José Luis Antúnez
2017-04-21 11:45:22 +02:00
parent 7a420e60ce
commit 191c358b4a

35
Home.md Normal file

@@ -0,0 +1,35 @@
Welcome to the WebSlides wiki! Here we'll be adding better explanation of the features we support, documentation and we'll also try to answer frequently asked questions that we've seen on Github, Twitter, etc.
## FAQ
### Why WebSlides
There're excellent presentation tools out there. WebSlides is about telling the story, and sharing it in a beautiful way. Hypertext, clean code, and beauty as narrative elements. This is about good karma and productivity.
### How easy is WebSlides?
You can create presentations and longform articles instantly. Just a basic knowledge of HTML and CSS is required. Designers, developers, marketers, and journalists can now focus on the content. Simply [choose a demo](https://webslides.tv/demos) and customize it in minutes.
### What can I do with WebSlides?
WebSlides is a cute solution for making HTML presentations, landings, portfolios, and long-forms.
* HTML/CSS: Put [content wherever you want](https://webslides.tv/demos/components#slide=15), add [background images](https://webslides.tv/demos/media#slide=3), [videos](https://webslides.tv/demos/media#slide=17), etc.
* JS: We wrote these technical docs that are easy to understand, also by non-technical people. You can create self-running presentations, disable the loop feature, etc.
* [WebSlides API](https://github.com/webslides/WebSlides/wiki/Core-API)
* [Plugins by default](https://github.com/webslides/WebSlides/wiki/Plugin-docs)
* [Develop your own WebSlides plugin](https://github.com/webslides/WebSlides/wiki/Plugin-development)
### Is WebSlides a framework?
We're all tired of heavy CSS frameworks. WebSlides is a starting point that provides [basic structural components](https://webslides.tv/demos/components) and a [scalable CSS architecture](https://webslides.tv/demos/classes).
### Can you add this new feature?
We're only considering features that have to do with the sliding and presentation itself. If you want to add some tool to format code then, chances are we would not do it. Reason is that we're trying to focus on the presentation experience and you can add whatever you want on top of WebSlides!
### How can I achieve PDF exporting?
Please read [this comment](https://github.com/jlantunez/webslides/issues/5#issuecomment-287022002) from [@jonashaefele](https://github.com/jonashaefele). He made a plugin for DeckTape which we're sure will be of help.
### How can I add a global header/footer?
Just add a header/footer outside of the "main" element. Please read [this issue](https://github.com/jlantunez/webslides/issues/57) in which we explain how to achieve it.