General
623 results found
-
3 votes
-
Allow to pin any object so as it does not animate when sliding
I want to add a text header which is the same for several slides in a row. The only way to do it now is to make it part of a background image, what is quite tricky. So when I switch these slides with the same header, all elements move, but the header stands on place.
2 votes -
Equate the live URL "page" number and the actual page number
Currently, the live URL numbers and the page numbers are off by one. It seems that live URL starts at 0 whereas the page number starts at 1. This has caused confusion because the viewers think that they are the same thing. Could these be the same?
1 vote -
Allow to choose border style for shapes
Shape border can be only solid, but lines on the contrary can have dotted or dashed style. Now I am forced to "build" dotted or dashed figures from several lines. Please, allow to choose different border styles.
6 votes -
allow inline math within tables
Slides allows inline math with Latex by enclosing text with, for example, ( and ). But for text within tables, these delimiters don't work. It would be great to be able to include mathematical symbols within tables easily.
21 votes -
Ability to add forms
Would be awesome to create basic forms on presentations so we can use them to recolect emails or get subscribers, etc.
7 votes -
Add a grid view on the "Arrange Slides" screen
Current "arrange slides" view is good, but the horizontal slider thing has a lot of limitations... Would be awesome if you add a grid view so we can arrange slides faster, this is especially useful when working on large presentations.
3 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 -
add "Find and Replace" capability throughout presentation
The online editor would be much more powerful if I could find and replace throughout the whole presentation. Of course regular expressions would also be nice but that is not even necessary.
The effort to export to html and do it there and re-import is quite tedious.
Right now I'd pay for this feature.
8 votes -
Recognising and integrating links automatically when importing an PDF into slides
Current Status (correct me if I'm wrong): If you're importing a PDF it will be placed as an background image, which is pretty cool, since you can add more content if you want ... but all placed links won't be linked anymore. To fix this it's possible to put transparent boxes on top and add the link. But if I have to reimport the PDF because of some changes I have to do all of this again.
Feature: It would be so cool to automatically add the links when importing.
7 votes -
Passing on of Ownership of presentations
The ability to un-archive slide decks made by people who have left the company. Perhaps they can specify someone to be the heir apparent to own their works in their absence.
4 votes -
Toggle CSS classes when an element is clicked
There are a lot of votes for adding Javascript support and several for adding more sophisticated animation support.
If there was a way to simply toggle a CSS class with a select number of events (hover, tap, click, keydown) that would go a long way to satisfying these users. By providing the ability to listen for an event and then toggle a class on an element, you can add custom keyframe animations for example or even simply hide or show elements with the display or visibility properties. That in and of itself would be and incredibly powerful (and really safe)…
1 vote -
Change speed of fragments transition
The default reveal.js transition speed for fragments is a little too fast in my opinion. It would be interesting the possibility to customize the transition duration within the fragments interface.
For now, pro users can change the speed by adding this to the beginning of your CSS:
.slides section .fragment {
opacity: 0;
visibility: hidden;
transition: all .6s ease; }.slides section .fragment.visible {
opacity: 1;
visibility: inherit; }6 votes -
Add Modelica syntax highlighting
The Modelica modeling language is widely used in engineering. But I don't see it as an option here. I've worked with a couple of different systems that provide Modelica syntax highlighting. If I knew what was required, I could help you with pulling together what was needed.
Thanks.
6 votes -
make table coloring more flexible
right now choosing a color from the context menu applies to all rows, including the table header. The only way to fix this seems to be to modify the HTML directly using the editors.
In general, the table editor might need a bit of an overhaul.4 votes -
Higher quality PDF imports
I tried importing an academic Beamer (LaTeX) presentation and the quality was very low. A lot of the text exhibited aliasing and many of the graphs and their legends were unintelligible.
I tried importing it both as an element and a background image, with no discernible difference.
If you want this feature to be functional, I think you need to implement some kind of way to control the import quality.4 votes -
Scale background images similar to the content
I want to use a background image that fills exactly the available background on my slides, no matter what screen size it is presented on (so the background image should scale as the content does).
For example I use 960x720 presentation size and I have a 960x720 pixel image. The options "cover" and "contain" don't provide the desired result since they will draw the image over the whole screen (rather than the slide). So when I select the only remaining option "original" it fits perfectly on a 960x720 screen, however when I move to a larger screen then the content…
4 votes -
ability to conduct live polls in presentations
It will be good to add feature to conduct online polls like in sli.do or mentimeter
14 votes -
An option to prevent download libs folder when exporting to ZIP
I think you should create an option when we are exporting to ZIP that i can chose if I want to download the libs...
I say that because the huge part of the zip is the lib folder, and where I host my presentations i have just one lib folder that i use in all of them... So i just dont need to download it again, just the especific assets for the presentation that i am exporting...
Thanks..!3 votes -
Playing videos should pause auto-slide
I use decks with auto-slide and shuffling for photo slideshow purposes. However, I sometimes want to include videos in those decks, but that turns out to be rather useless, since auto-slide keeps going if the video is played.
Playing an embedded video should pause auto-slide.
When the video ends, or is paused, perhaps auto-slide could turn back on. Maybe it would be better to just let the user turn it back on automatically, though.
8 votes
- Don't see your idea?