Skip to content

A *very* simple deck.js extension which logs presenter notes to the console

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-license.txt
MIT
MIT-license.txt
Notifications You must be signed in to change notification settings

bgmort/deck.console-notes.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deck.console-notes.js

A simple extension for deck.js for logging presenter notes to the console. Adapted from mikeharris100/deck.console-notes.js to display notes from HTML comments instead of from hidden divs.

Usage

  • Include deck.console-notes.js in your deck slideshow.

  • Place comments in your slides as direct children of the slide they belong to

  • Start the comment with the word 'note' or 'notes', optionally followed by a colon:

      <!-- Notes:
      This note will be logged to the console.
      It can contain multiple lines.
      -->
    
  • The comment will be logged to the console when its slide is displayed

Requirements

deck.js

License

Dual licensed under the MIT license and GPL license, consistent with deck.js.

About

A *very* simple deck.js extension which logs presenter notes to the console

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-license.txt
MIT
MIT-license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%