feat(export/zip): add option to export with share theme

This commit is contained in:
Elian Doran
2025-06-23 18:13:47 +03:00
parent 55bb2fdb9b
commit a9f68f5487
6 changed files with 119 additions and 14 deletions

View File

@@ -85,6 +85,13 @@ const TPL = /*html*/`
</label>
</div>
</div>
<div class="form-check">
<label class="form-check-label tn-radio">
<input class="form-check-input" type="radio" name="export-subtree-format" value="share">
Share format
</label>
</div>
</div>
<div class="form-check">