General
-
Copy to clipboard from code snippets
I show code snippets a lot, and it would be convenient for the audience to be able to have a copy-to-clipboard option. Yes, they can drag and select, but for larger code samples, that's awkward.
1 voteThis has been added 🚀
If you hover over a code block anywhere outside of the editor, a blue Copy button will appear in the top right corner.
-
Support reveal's lazy loading feature
https://github.com/hakimel/reveal.js#lazy-loading
I use a lot of images and iframes, so this is essential. It ought to be the default (and maybe it is).
1 voteWe use reveal.js’ lazy-loading with the default viewDistance setting (3) for all Slides presentations. I don’t think it makes sense to expose viewDistance as a setting since it’s not something most people need to think about.
-
Hide some slides in presentation mode
As a speaker I want to be able to hide some slides from being shown in live mode (during presentation).
38 votesHey! We have added support for hiding individual slides now. The quickest way to hide the current slide is to press CMD+H (CTRL+H on Windows). Alternatively, you can open the arrange mode (ESC) and click the eye symbol the slides you want to hide.
Deactivated slides are only visible inside of the editor. They are removed from all other presentation views, including live present page.
Please let us know if you notice any errors!
More info: https://help.slides.com/knowledgebase/articles/1946899-hidden-slides
-
Sync video in live mode
The new video functionality is great! In order to use non-autostart videos in the speaker view mode, it would be good if starting the video in speaker view would also trigger a start in the live view. If cumbersome to arrange with controls, it is enough to have an option "play on click".
3 votesThis has been added! Playing, pausing or seeking a non-autoplaying video will now sync to all live viewers.
-
Turn off slide motion animation
Turn off the animation between slides. It would be really nice to turn off the slide animation for some presentations.
4 votesThis is already possible. If you open the “Style” panel in the left sidebar of the editor, there is a section where you can change the slide transition. One of the slide transition options is ‘none’ which removes all of the sliding transitions.
-
add the ability to include alternative text descriptions for images added to slides
One of the options in the add images page should be a text field for adding alt text. This option would map to the alt attribute of the image being added. If left blank, the alt attribute for that image would be empty. Adding this option and subsequent attribute would make the presentation more accessible, and allow the deck to meet spec for HTML.
11 votesWe now support adding alt text for images! Look for the “T” symbol when an image block is selected. (This was actually added in October 2018 but we missed closing the suggestion, sorry!)
-
Line Numbers and Line Highlighting in CodeBox
I love this webservice.
It will be even more awesome if you consider adding following features in the codebox- show line numbers - highlight specific lines
Thank You!
6 votesWe’ve added support for line numbers and line highlights now. Check it out: https://slides.com/news/code-line-numbers
-
Grouping Decks
Ability to create folders/groups of slides
85 votesNow you can group your decks using tags!
Learn all about it in the docs: http://help.slides.com/knowledgebase/articles/1838059-organizing-decks-tags
-
151 votes
We’ve added support for image cropping! Select an image and look for the crop symbol in the sidebar to try it out. Here’s a quick screen recording showing it in action: https://static.slid.es/support/crop-image.mp4
We added a couple of new image options at the same time, including the ability to disable the enforced aspect ratio and resize an image freely.
Please let us know if you run into any errors and we’ll make sure to fix them.
-
Group Objects
Grouping multiple objects would make it easier to manage complex slides. Also adding the option of applying settings on multiple objects like font size / color/ class
267 votesWe now support grouping! The quickest way to create a group is to select multiple blocks and press CMD+G/CTRL+G. Alternatively, you can right-click and select “Group” from the context menu. Groups can be nested within one another too.
More info and examples in the announcement deck at https://slides.com/news/groups/
-
1 vote
If you have a Pro account you can export to PDF and include that in an email. http://help.slides.com/knowledgebase/articles/496994-export-to-pdf-pro
We don’t support exporting to PPT but in terms of email portability PDF should be even better.
-
Animation effects for elements
Have you planned to add animation effects to the elements? It's the only thing missing to make your software even more awesome than it is and compete with Keynote. Cheers
94 votesNow you can add animations to elements! There’s a few different preset intro animations to pick from and you can freely control the duration/delay.
This option is available in the sidebar when an element is highlighted: https://s3.amazonaws.com/static.slid.es/support/sidebar-animation.png
-
Select multiple images and then set border on all of them at once
When i use multi selection, border icon disapear. It will be faster for me to shift click on all the images and then select the border I want to apply
1 voteThis was enabled some time ago when we added support for bulk-editing all shared properties of the currently selected blocks.
-
Inline math equations.
You would be able to specify inline math using
$
symbol, (just like in IPython notebook markdown). I'm really tired of putting spaces in my paragraphs to make room for symbols.67 votesWe’ve added support for inline math! It previews right within the editor, as soon as you finish editing the text.
Learn more and check out an example in the help article:
http://help.slides.com/knowledgebase/articles/446424 -
Randomize slide order
Random slides, for creative and interactive presentations.
38 votesWe’ve added an option for randomizing the slide order each time a deck is loaded. More info here: http://help.slides.com/knowledgebase/articles/1843747-shuffle-slides-random-slide-order
-
Add JSX syntax highlighting
I'm making a presentation on React and I'm using JSX syntax for code samples. The Javascript highlighter doesn't do a good job highlighting jsx.
4 votesSelecting the JavaScript language option works for JSX as well.
-
Can slides support the svg animation what create by adobe edge animate
I often make svg animation by adobe edge;
it will be very useful;
sorry for my Chinglish1 voteWe try to support all SVG. If something isn’t working please let us know by sending a message through the Contact Support link on help.slides.com
-
Change profile photo without gravatar
A common strategy for signing up for services online is to add an identifier in the email.
e.g: john+Identifier@email.com
For accounts registered in this way gravatar can not find the photo/email. Having a fallback to gravatar in order to upload the photo would be great.
20 votesWe have added the ability to upload profile pictures.
Gravatar—our previous third party solution for profile pictures—is now only used as a fallback if you haven’t uploaded a picture.
-
Deactivate single slides
Hi there.
Working on a presentation it would be great to set single slide visible / unvisible.For e.g. i show the presentation with slide for real people i don'Ät need to show a slide about myself with picture etc..
When publishing later the presentation for all users which see the presentation i could be able to activate the slide with my portfolio / vita / picture.
So i can stay in the same presentation and do not need to make a duplicate of the presentation with some more or less slides in it.
For e.g. adding a button on…
102 votesHey! We have added support for hiding individual slides now. The quickest way to hide the current slide is to press CMD+H (CTRL+H on Windows). Alternatively, you can open the arrange mode (ESC) and click the eye symbol the slides you want to hide.
Deactivated slides are only visible inside of the editor. They are removed from all other presentation views, including PDF exports.
Please let us know if you notice any errors.
More info: https://help.slides.com/knowledgebase/articles/1946899-hidden-slides
-
Add Drop Shadow as an option for Text
It's widely supported in CSS so can be done as a custom CSS trick but it's really useful when working with text over a background image and would be nice to have in the visual editor?
40 votesWe’ve now added support for drop-shadow and blur effects. These work for all types of content blocks, including text.
Let us know if you have any feedback!
- Don't see your idea?