evilz / vscode-reveal

Revealjs vsCode extension
https://marketplace.visualstudio.com/items?itemName=evilz.vscode-reveal
MIT License
460 stars 147 forks source link

Expose revealOptions to init.js #1089

Open qbikez opened 2 years ago

qbikez commented 2 years ago

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.

qbikez commented 2 years ago

re #765