Move creation of reveal options to revealOptions function. Add this function before embedding init.js.
This will give custom initialization code access to the options object created by the vscode-reveal. This way, any configuration done in frontmatter, default plugins, etc. can still work and be further customized when using init.js.
Move creation of reveal options to
revealOptions
function. Add this function before embeddinginit.js
. This will give custom initialization code access to the options object created by the vscode-reveal. This way, any configuration done in frontmatter, default plugins, etc. can still work and be further customized when usinginit.js
.