Skip to content

Commit

Permalink
Version 1.2.4
Browse files Browse the repository at this point in the history
- Added detection for light or dark stacks, with or without light or dark sections
- Expanded the above to also fix text for double negative slide backgrounds
### Changed
- Rewrote plugin so that the demo can be easily started from the command line
- Hide Verticator on presentation in scroll mode
- Correct the Verticator state when going back into classic view
  • Loading branch information
Martinomagnifico committed Nov 21, 2023
1 parent c788d0d commit 322352c
Show file tree
Hide file tree
Showing 142 changed files with 29,547 additions and 2,172 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
node_modules/
demo/
src/

.git
.gitignore
.npmignore
gulpfile.js
screenshot.png
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog


## [1.2.4] - 2023-11-21
### Added
- Added detection for light or dark stacks, with or without light or dark sections
- Expanded the above to also fix text for double negative slide backgrounds

### Changed
- Rewrote plugin so that the demo can be easily started from the command line
- Hide Verticator on presentation in scroll mode
- Correct the Verticator state when going back into classic view


## [1.2.3] - 2022-11-19
### Changed
- Changed documentation to show default settings first
- Fix `rtl` setting to read Reveal config correctly
- Fix click on Verticator bullet if embedded with multiple presentations


## [1.2.2] - 2022-11-18
### Changed
- Avoid loading the Verticator style multiple times if there are multiple Reveal.js instances
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Martijn De Jongh (Martino)
Copyright (c) 2023 Martijn De Jongh (Martino)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

A plugin for [Reveal.js](https://revealjs.com) that adds indicators to show the amount of slides in a vertical stack.

[<img src="https://martinomagnifico.github.io/reveal.js-verticator/screenshot.png" width="100%">](https://martinomagnifico.github.io/reveal.js-verticator/demo.html)
[<img src="https://martinomagnifico.github.io/reveal.js-verticator/screenshot.png" width="100%">](https://martinomagnifico.github.io/reveal.js-verticator/demo/demo.html)

Sometimes you would like to have an indication of how many slides are remaining in a vertical stack. This plugin does just that. It is visually similar to the indicators at [fullPage.js](https://alvarotrigo.com/fullPage/).

* [Demo (dark theme, no options set)](https://martinomagnifico.github.io/reveal.js-verticator/demo.html)
* [Dark theme with color options](https://martinomagnifico.github.io/reveal.js-verticator/demodarkcolor.html)
* [Light theme, no color options](https://martinomagnifico.github.io/reveal.js-verticator/demolight.html)
* [Light theme with color options](https://martinomagnifico.github.io/reveal.js-verticator/demolightcolor.html)
* [Tooltip demo](https://martinomagnifico.github.io/reveal.js-verticator/demotooltip.html)
* [Demo (dark theme, no options set)](https://martinomagnifico.github.io/reveal.js-verticator/demo/demo.html)
* [Dark theme with color options](https://martinomagnifico.github.io/reveal.js-verticator/demo/demodarkcolor.html)
* [Light theme, no color options](https://martinomagnifico.github.io/reveal.js-verticator/demo/demolight.html)
* [Light theme with color options](https://martinomagnifico.github.io/reveal.js-verticator/demo/demolightcolor.html)
* [Tooltip demo](https://martinomagnifico.github.io/reveal.js-verticator/demo/demotooltip.html)

Don't overdo it. You probably don’t want 30 bullets on the right-hand side of your presentation.

Expand Down
187 changes: 0 additions & 187 deletions css/demo.css

This file was deleted.

Loading

0 comments on commit 322352c

Please sign in to comment.