The 'Render with Voila' button is great when checking the voila view of a notebook, but it currently shows everything. Often times voila is ran with some configuration eg) hiding some cells based on tags, or using a dark theme.
To see what the notebook would look like when put into production - it would be convenient if one could embed parameters into the 'Render with Voila' button.
For Example, if there was some mechanism to embed some parameters such as these:
--theme=dark --TagRemovePreprocessor.remove_cell_tags hide
for the button:

Thanks @afonit.
Maybe this could be a combination of https://github.com/voila-dashboards/voila/issues/606 and https://github.com/voila-dashboards/voila/issues/486.
for the button:
If this button is also in the preview toolbar, then maybe it could "pick up" the parameters from the other toolbar widgets, such as the template and themes:

Those options are not part of the toolbar yet though.
I'll add to this the ability to strip sources or not
Most helpful comment
Thanks @afonit.
Maybe this could be a combination of https://github.com/voila-dashboards/voila/issues/606 and https://github.com/voila-dashboards/voila/issues/486.
If this button is also in the preview toolbar, then maybe it could "pick up" the parameters from the other toolbar widgets, such as the template and themes:
Those options are not part of the toolbar yet though.