Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

conterra/mapapps-map-slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This bundle is no longer in active development.

mapapps-map-slides

Support for reveal js silde apps inside map.apps.

This bundle requires mapapps-reveal-js to be installed.

Slides as app.

Create an new app via map.apps Manager. Use the manual configuration to add slides.html and other sources.

Configuration

Sample app.json:

{
	"load": {
		"allowedBundles": [
			"system",
			"map-slides"
		]
	},
	"bundles": {
		"map-slides": {
			"Config": {
                            "theme": "moon",
                            "dependencies" : ["markdown", "highlight", "zoom"]
			}
		}
	}
}

Limitations

  • Currently only the plugins "markdown", "highlight", "zoom" are supported.
  • Slides can only be defined inside map.apps applications.

About

Provides reveal.js based slides to be integrated into map.apps bundles or as map.apps apps.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors