Code Monkey home page Code Monkey logo

reveal.js's Introduction

Esri reveal.js

Esri branded reveal.js slide deck templates

A jump-start for folks that want to give a presentation using reveal.js using a slide deck template that matches the ones for PowerPoint.

project preview

Live demos:

For archived older versions, please see releases.

For a visualization of all the template designs through the years, see esri-reveal.js-history

Documentation

See: reveal.js documentation

License

Copyright (c) 2022 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's LICENSE file.

reveal.js's People

Contributors

gavinr avatar gavinr-maps avatar hhkaos avatar jgravois avatar maxpatiiuk avatar tomwayson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

reveal.js's Issues

Support using this repository in a submodule

In preparation for Esri Developer Summit, I have a monorepo containing reveal.js html files for several sessions.
To deduplicate the files, I checked out this repository as a submodule in a monorepo.

I am able to "hack" gulp to be run from the submodule, but serve files outside the submodule

cd reveal.js && npx gulp --cwd ../ --gulpfile ./gulpfile.js serve

However, the hot-reloading does not work correctly because the serve task is only watching for direct .html and .md children:

gulp.watch(['*.html', '*.md'], gulp.series('reload'))

Solutions

  • Would it be possible to change that line to something like gulp.watch(['**/*.html', '**/*.md', '!node_modules/**'], gulp.series('reload')) to watch subdirectories too?
  • Alternatively, can you export the gulp "serve" and "reload" tasks so that I can have a separate gulfile, with gulp.watch in it, which would call the "reload" task when appropriate? (documentation on exporting gulp tasks: https://gulpjs.com/docs/en/getting-started/creating-tasks/#exporting)

prep for open source

the admins are in favor of making this repo open source. the primary benefit of this will be giving international distributors the ability to utilize the templates as well.

in order to make this happen, we'll need to ๐Ÿ’… the project README. i've created the guideline below just for this purpose.

Esri/contributing#18

any volunteers? i don't expect it'd take long.

Long titles don't fit accordingly

Some sessions have really long titles don't look great. We could chop the title to make it fit better, but I think the agenda's title should be honored. I know we can override the CSS, but it's a bit cumbersome if you have to do it for multiple presentations.

Screen Shot 2019-03-08 at 11 49 18 AM

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.