Skip to article frontmatterSkip to article content

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
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