Skip to content

bigbluebutton/plugin-code-highlight

Repository files navigation

Code Highlighter Plugin

What is it?

The Code Highlighter Plugin serves as a chat tool for studenteds and users to demonstrate and compreehend code blocks in simpler, more visual ways.

Gif of plugin demo

Obtaining plugin from CDN

  1. Add reference to it on BigBlueButton's settings.yml:
  plugins:
    - name: CodeHighlighter
      url: https://bigbluebutton.nyc3.digitaloceanspaces.com/plugins/bbb30/CodeHighlighter.js

Running the Plugin from Source

  1. Start the development server:
npm install
npm start
  1. Add reference to it on BigBlueButton's settings.yml:
  plugins:
    - name: CodeHighlighter
      url: http://127.0.0.1:4701/static/CodeHighlighter.js

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published