General
234 results found
-
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.
-
Transitions for Fragments
Would be great to have different transitions for fragments.
As it stands they just appear, but it would be nice to have them slide in or convex etc.4 votes -
Allow Team plan accounts to login through Google / Facebook
Currently, when clicking on the Login from a team profile page, it shows the form without social login (e.g. no Google Apps login). Hence, my login looks like this, every time: http://g.recordit.co/4HWx9c20FM.gif
It'd be nice to see the same Login page as the one that can be reached from the homepage.
4 votesThis has been added! The FB/Google auth options now appear on the team sign in page.
-
Rename fork to copy or duplicate
The word "fork" is very technical, so it appears odd to non-technical users, which is what it seems slides.com is for as opposed to reveal.js. In some places you already use copy in place of fork. It would be great to use copy everywhere. In particular on the presentation screen where it says "forked from ____" it would be great to either have the option of hiding this information of not using the word fork.
4 votesI agree “fork” is a very technical term and, as you pointer out, we started referring to it as “copy” in a few places. I just went ahead and replaced the rest of the places where we said fork. Take a look and let me know if you notice any errors.
-
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.
-
Fragment on outlines (nested lists)
Add the possibility to add fragments to the lines of an outline, ie a nested ordered or un ordered list. This already work at the first level of a list but doesn't work if you have a lists inside a lists inside a list...
- first
- first on first
- second on first
- second
- first on second
4 votesWe just released a major redesign of the fragment mode to address a few different issues:
1. There’s a new sidebar where you can see all elements on the slide listed out. This lets you reach overlapping elements and enables you to create nested fragments (useful for nested bullet lists).
2. As soon as there are two or more fragments, a new interface will appear that allows you to preview fragments without leaving the current view.
3. There’s a new button for resetting all fragments.
Let us know if you run into any issues or have any comments.
Thanks!
- first
-
Link is not working
Link created in the presentation aren't saved. :-o
3 votes -
Able to change user name
I'd like to change my user name to a more expressive one, but there currently is no way to do this.
3 votesYou can now change your username, as well as a lot of other account settings. Look for the Settings button in the header user dropdown.
-
rename account username
Can I rename my username? if not, can I end my account and begin a new one?I've made a typo and cannot undo it.
3 votesYes – you can now change your username on the user settings page. It’s available from the dropdown in the header.
-
Add search for public slides
Should we not be able to search for public slides? I was looking for Spring (Java) related slides and saw that I could not search.
3 votesYou can now search for decks on the new Explore page http://slid.es/explore
-
iframe bug
Is you add an iframe in HTML editing mode:
<iframe src="i.html" width="400" height="400" scrolling="no" frameborder="0"></iframe>upon saving, slid.es scrambles it to be:
<iframe src="i.html" width="400" height="400" scrolling="no" frameborder="0">&nbsp;</iframe>Which seems to break the viewer as well.
3 votesFixed – will not happens to inserted iframes going forward.
-
duplicate deck or save as
As a sales tool, It would be great to duplicate an existing deck, so that when we have a detailed presentation for one client, we can just duplicate and customize for other client. Either duplicate, or save an existing deck as a new deck. Or import the exported content of an existing deck to a blank deck.
3 votes -
SSL for private slides
Many online collaboration platforms already secure content over SSL, and many browsers simply block embeds from non-SSL sources on SSL pages.
Embedding decks in the upgraded edition should be over SSL, or whatever protocol the main page is in. This is why the YouTube embed code doesn't give "http://' in the source attribute, it just gives "//" so the videos can be embedded on SSL pages.
3 votesThe share panel now generates protocol relative embed paths, so embedding a deck under a secure domain will automatically use the SSL route to the deck.
-
iFrame not displaying content
I am placing an iframe into on of my slides and calling a URL outside of slid.es
url: party.wellhey.com/raffle.html
and all I get is an outline of where the iframe is, none of the content is displayed. I thought it may be my code on the page that is being displayed, so I plugged in Google and still nothing.
3 votes -
Accept speaker notes from imported html file
given the <aside class="notes"> block used by reveal.js, it should be straightforward to accept speaker notes from imported html file, at least for the first 300 characters of the notes in each slide.
Very surprised that accepting also the speaker notes from an imported file is not supported!
3 votesThis has been added. Going forward, imports will convert notes to Slides’ notes storage format.
-
Ability to change or remove block background colour
In this presentation (only one slide) http://slides.com/zooomez/wow I have created an iframe containig an animated wowslider on a white background.
It seems the iframe has a background colour (#f0f0f0).
How can I remove this background or set its colour to #ffffff ?
3 votesAnswered in comments
-
Allow the user to select multiple items
It would be useful to be able to command-click to select more than one object at a time. I have been trying to make some cool shapes, but sadly I have to remake them every time I create a new slide piece by piece!
3 votessee comments
-
add support for Wistia embedded videos (specifically AutoPlay feature)
You offer AutoPlay for YouTube and Vimeo only, while Wistia, being a well known runner up, doesn't offer one.
Sure, you could use parameter ?autoPlay=true, but Slides.com does not play nicely with that and starts playing all iframes as soon as presentation loads, instead of when entering slide.
That bug is solved by using the provided AutoPlay feature, which is currently not offered for Wistia.
3 votes -
Button to quick set opacity to 25%, 50% or 75%
The Slides for Opacity is terrible UX. I have slides with lots shaped, which I want to enable and disable often, and it kills me, that I have to hit the 50% exactly every time ..
Alternatively please implement a text-input for this. Sometimes I edit the opacity directly in developer-mode, but it is not really better :/
3 votesThis has been changed. Opacity was the only field that was still using our slider input so made sense to converge on the numeric stepper that we use for everything else.
-
Add \mathcal support in Math mode
This is supported in ipython markdown and is pretty standard in most TeX implementations. It is of great use for statistical or probability-oriented decks, since we use cursive letters to denote distributions. (N= Gaussian, U=uniform...)
3 votesWe just released support for font changing functions, like \mathcal.
More specifically we now support: \mathcal \mathbb \mathfrak \mathtt and \mathbf.
- Don't see your idea?