Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

JB2_plugins

Plugins for JB2

Test procedure

plugins available

plugindescriptionrelease link
exampleadds example support to PDF conversionhttps://github.com/TUD-JB-Templates/JB2_plugins/releases/download/example/example.mjs
experimentadds experiment support to PDF conversionhttps://github.com/TUD-JB-Templates/JB2_plugins/releases/download/example/example.mjs
iframeTurns iframes into QR codes during PDF conversionhttps://github.com/TUD-JB-Templates/JB2_plugins/releases/download/iframe/iframe.mjs
intermezzoadds intermezzo support to PDF conversionhttps://github.com/TUD-JB-Templates/JB2_plugins/releases/download/intermezzo/intermezzo.mjs
exerciseadds exercise support to PDF conversionhttps://github.com/TUD-JB-Templates/JB2_plugins/releases/download/exercise/exercise.mjs
read-csvexample package, showcasing how to load information from CSV file in a pluginexample only
Gallery-generatorcreates a gallery using information provided in .yml fileexample only
CSSdescriptionrelease link
plugin cssmain css file used by all plugins described abovehttps://github.com/TUD-JB-Templates/JB2_plugins/releases/download/CSS/custom.css
TUD styleprovides TUD stylehttps://github.com/TUD-JB-Templates/JB2_plugins/releases/download/TUDstyle/TUDstyle.css

adding plugins to project

Add following to myst.yml file:

myst.yml
project:
  plugins:
    - https://github.com/TUD-JB-Templates/JB2_plugins/releases/download/example/example.mjs

CSS file needed for rendering the plugin admonitons. The CSS file can be included as

myst.yml
site:
  template: book-theme
  options:
    style: https://github.com/TUD-JB-Templates/JB2_plugins/releases/download/CSS/custom.css