forked from hakimel/reveal.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Syncing forked repo #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
stees
wants to merge
835
commits into
stees:master
Choose a base branch
from
hakimel:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
allow theme subfolders
add support for links to the id of an element nested inside slide
…s-override adds ability to override markdown plugin default options
when there is a syntax error in a sass file (theme or core) the npm start command used to hang, forcing the user to stop and restart the task to compile again. this fix allows to keep the start-task watching/compiling even when there is an error : - the error is displayed in terminal - the rest of gulp tasks are not called (no reload in the browser) - the user can edit the scss files to try a fix without the need to stop/restart the `npm start` command
connect.reload needs a stream of files to fire, but this stream is irrelevant here and slows refresh time a lot (from ~2ms to 2000ms here)
speed up livereload
fix scss watch tasks broken on syntax error
fix typos in variable names
Refactored var to let or const, used strict equality operator
switch themes keep current slide
Update demo.html
Fix dracula's theme list-style on sub-items
fix code blocks font when printing pdf
…ideo/audio/iframes
replace :before pseudo elements with :marker selector allows to have different marker based on the level of nesting (as in other themes : disc, square, circle)
…olors fix dracula li markers
…-over-other-overlay fix: move pause overlay over other overlay
…eview-link Allow users to use meta keys when navigating to preview links
…ide-on-enter feat: Open the active slide from the overview screen on enter
…tical slides (closes #3754)
… to render in mobile safari
Update `display` config to support `!important` flag.
…llable via preventIframeAutoFocus
…despell chore: ignoring node_modules in codespell
…ay, reveal.js will now play videos muted and show an unmute button in the lower left
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.