CCALI / a2jviewer

This is the repo for the A2J Viewer
https://www.a2jauthor.org
Other
5 stars 8 forks source link

Add a button to preview text templates before assembly #177

Closed chasenlehara closed 2 years ago

chasenlehara commented 2 years ago

This adds some text and a button when a page can be previewed.

Currently, the button is only based on whether there are assemble or assemble & save buttons in the page; in the future, we’ll want to have more complex logic: https://github.com/CCALI/a2jviewer/issues/176

This includes the basic logic for this feature; next, we’ll add:

Part of https://github.com/CCALI/a2jviewer/issues/170