General
612 results found
-
Add flip horizontal/vertical to the editing interface
Flip horizontal and vertical are very useful when arranging objects (especially duplicated ones) on a slide and easy to achieve using a simple CSS transform (until there’s an interface for it, you can use custom CSS to implement it):
Flip horizontal:
.my-object {
transform: scale(-1, 1) !important;
}Flip vertical:
.my-object {
transform: scale(1, -1) !important;
}6 votes -
PDF export in Free plan
Please make pdf export available into the free plan. This is a vital feature and not an extra. A presentation that doesn't work offline is useless, so basically the freeplan is useless.
6 votes -
Make Team Website not accessible
We want our team website not to be public. This is why we unchecked the "public Website" in our team setting.
But since we have public decks (we have to, because we're embedding them on our website) everybody who visits our page on slides (https://appcamps.slides.com/appcamps) can scroll through all our decks and might even see our stats (views, favs etc.). This is what we do not want!
Please integrate a feature so that we can make our page not accessible to others.
Many Thanks
6 votes -
Allow copying / duplicating multiple slides
Currently we need to copy slides one by one, which is very tedious.
6 votes -
please add merging cells in tables
Hello!
It would be great if you add an opportunity to merge cells in tables.6 votes -
speaker notes shared but hidden by default
would be amazing to be able to share with speaker notes but not have them omnipresent. have a button or keystroke that toggles show-notes. so by default they aren't shown, but if a student/audience member wants to open them up they can - without having to go into full speaker mode.
6 votes -
Include support for Lottie-files (json animation format)
Lottie files can be an easy and size-friendly way to include small animations on slides. More information can be found on https://lottiefiles.com/.
6 votes -
Support for superscript and subscript
It would be nice to have support for superscript and subscripts! It is somewhat possible to edit the HTML in developer mode but as soon as you reopen the text box everything resets.
6 votes -
Search on multiple tags for media
The media library is pretty unwieldy for larger collections. To me the simplest and most efficacious change would be to let me search on multiple tags, either by typing in #tag1 #tag2 etc. in the search field or (less usefully) by clicking on the individual filter elements.
As long as you're working on it though it would be great to delete images...
5 votes -
Support start attribute on ordered lists
Add option for "start" on an ordered list.
5 votes -
Live cursor during streaming
It would be great to be able to show the presenter's cursor during live stream (maybe not always on, but with a toggle option): this is very useful to point certain areas of a slide to an online audience.
5 votes -
Count up animation?
So with Reveal.js I could make cool count up animations with numbers but as slides block the possibility to add custom scripts I can't make them here. Would it be possible to add this as a feature? Here is an example: https://codepen.io/hi-im-si/pen/uhxFn
5 votes -
Pay per presentation plan
The monthly billing doesn't feet my needs. I rather would like a per presentation payment model.
I'll be glad to pay $5/$8 to have a presentation with all pro features without any time limit. Of course, it could be useful to propose packages for 5, 10, 25 presentations.Anyway, thanks for this very cool alternative to Google Slideshow! :)
5 votes -
Insert Images from google drive
Since we use Google drive in our daily business most of our images (bitmap and vector) live there. It would be neat to have them directly embedded in slides without the need to download them first and them upload them later to slides.com.
I guess the APIs for Google are already in place to build this feature.5 votes -
Codepen integration
The code block is a great feature and I use it a lot. Same thing with the iframe block since it allows me to embed a codepen to the slide.
Perhaps even better would be to be able to send the code block's content directly to codepen via their API (https://blog.codepen.io/documentation/api/prefill/)
That or an even deeper integration of codepen would be nice.5 votes -
Alternative Payment Option
I'm missing a smaller pricing tier.
I rarely present anything (<3 / year), but if i do, it generally needs to be private.
Asking $60/year for that is just plain too much.
Maybe consider a Single Payment type Upgrade for ~$10 thats limited to ~1-3 simultaneous private Presentation?
5 votes -
In speaker view, a thumbnail view where you could navigate and advance to slides out of order by clicking a thumbnail.
If you could add another view with small thumbnail previews of all the slides so that a live presenter could go back to a slide by clicking its' thumbnail image. This would be helpful during Q&A or if a student or attendee was advancing slides on behalf of the speaker in order to keep the web audience in sync.
5 votes -
1 to 1 presentation
1 to 1 presentation that wil update presenter desktop when the other user interact with the interface.
5 votes -
Quit Button to close the current Tab (with the deck)
Sometimes it would be cool to have a quit button ... e.g. I do have a deck where I linked another deck (a quiz). When the quiz is finished it would be cool to have a quit button that closes the tab, so you fall back to the first deck automatically.
5 votes -
Remove white margin on presentations
There's a white margin added to all presentations by default, it would be great if you could remove it or make it optional so a presentation can look like fullscreen.
5 votes
- Don't see your idea?