Skip to content

General

628 results found

  1. allow importing of KaTeX and images

    reveal.js and slides.com are improbably, impossibly, incredibly awesome. Thank you Hakim, Owen, &c.

    I would like to have a way to write KaTeX in my local reveal.js HTML and then import it to slides.com as a math block. As it stands, the slides.com version has very complicated HTML around the KaTeX equations.

    Similar functionality for images would be fantastic. If, for instance, I have an 'images' directory in which all my presentation images reside, it would be very convenient if all if the <img src='./images/foo.png'> tags were converted into references to the slides.com medial library (which, it seems, is hosted…

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. "show all slides" view

    Having the ability to see all my slides and move them around is critical for being efficient in creating presentations

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Show appropriate error message when silde import fails

    I've been trying several times to import a presentation without success. The upload dialog just disappears without explanation. That's a bit frustrating from the user side :)

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Add support to import .key files (Keynote)

    Keynote is the PowerPoint for OS, so a lot of mac users have their slides in this format. Supporting it would make transition easier.

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Need a Editor as Plugin to host in websites

    Why don't you give the Editor as plugin in paid version for websites, it'll really help the lot of people

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Add option to hide controls when exporting to zip

    I like to hide the controls and progress bar whenever giving presentations. There is a checkbox to do this on the website, but when I export my slides to a zip file so that I can present them offline, I have to manually edit index.html and set controls: false and progress: false in Reveal.initialize().

    It would be nice if there was a checkbox near the export to zip button so that this could be done automatically.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Ability to add scribble or freeform strokes

    In addition to predefined shapes or images, I would like to be able to add freeform strokes or ink elements in the presentation.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Google Drawings clipboard support

    Google Drawings has a special clipboard to support copy&paste for elements done on their app. It would be great there would be a seamless way to grab drawings from Google Drawings into Slides.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Need editor as plugin to host in my site

    Why don't you give your editor as an plugin for users to include in their site, on paid version

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Duplicate objects by Alt+Dragging them

    As someone who is used to Adobe's applications, Sketch, and other graphical editors, the ability to duplicate objects by holding Option (Alt) and dragging it has become a staple that makes editors lacking this functionality a pain to use.

    Adding this would speed up the editing workflow greatly and make duplicating objects feel less manual.

    8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Undo actions are too bunched together

    Whenever I Undo (Cmd+Z), Slides reverts the last 3-5 changes I made when I expected it to revert my one and last change. I think it would make much more sense, coming from apps like Photoshop, Illustrator, Sketch, or pretty much any editor dealing with graphical elements, to Undo one action at a time, even if it's moving an object a few pixels, or changing text content in a text area.

    This has become frustrating because when Slides has reverted the last few changes, I have to go back and manually redo the changes I wanted to keep, or I…

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Add Kotlin syntax highlighting

    The website is amazing, but I want to add and highlught my Koltin code.

    8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Tree structure of presentation

    The idea is to allow not only vertical slides which themselves have linear structure, but also to allow them to branch. In other words, allow all slides to have children as well as siblings, which also may have children, etc. The natural way of traversing such slides is by doing a DFS traversal.

    I like to use such "structured" presentations. To see what I mean, you can have a look at my presentation: http://www.mimuw.edu.pl/~szymtor/talks/Verification%20dresden.swf, best visible starting from slide nr 5 (I use my own plugin for creating those presentations, but I'd be very happy to move to slid.es).

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. seleccionar idioma

    es mi 1era vez viendo el programa no me puse a usarlo aun

    pero me gustaria q tenga al menos el inicio un selector de idiomas

    el ingles no lo se bien aun pero alguien que no sepa pienso yo que pasaria por alto el software

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. I love this website

    I love this website

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Image mask

    A simple way of masking images, perhaps by double clicking to adjust edges in or out. Using edge to edge graphics is a great way to make presentations stand out but it's quite tedious to prepare masked images in Photoshop and then import them to the media library every time.

    30 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Change code highlight theme globally

    It would be nice to change code themes globally throughout a presentation rather than having to set the theme on each individual code snippet.

    8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Ability to Follow Users to find new Slides!

    PLEASE LET ME FOLLOW OTHER USERS SO I CAN SEE WHEN THEY POST NEW SLIDES!!!!!

    Soooo much information on this site, great job guys!

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Add chromecast support

    It would be really helpful if there was chromecast support for at least the mobile interface if not also the normal web interface. I think it's possible from a website if people are using chrome on their device.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

General

Categories