Improve Tkinter text editor

This commit is contained in:
thePR0M3TH3AN
2025-06-21 14:50:59 -04:00
parent a6155753f9
commit 34d098b15c
2 changed files with 48 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ Generate printable flyers with QR codes linking to Tor (.onion) or HTTPS sites,
## 🚀 Key Features
* **Interactive setup**: `voxvera init` prompts for metadata or extracts from a PDF form.
* **Interactive setup**: `voxvera init` prompts for metadata or extracts from a PDF form. When editing body text, a small Tkinter window opens with the current content pre-filled. If no GUI is available it falls back to `$EDITOR`.
* **Template support**: `voxvera init --template <name>` copies builtin templates (`blank`, `voxvera`).
* **Build assets**: `voxvera build [--pdf <path>] [--download <file.zip>]` generates HTML, obfuscated JS/CSS, QR codes, and bundles PDFs.
* **Batch import**: `voxvera import` processes all JSON configs in `imports/`.