Add Scrivener-style export with chapter splitting and binder.json

This commit is contained in:
Solaria
2026-03-14 12:06:12 +00:00
parent 134b74d690
commit 0ebf662d59
2 changed files with 256 additions and 0 deletions
+3
View File
@@ -142,4 +142,7 @@ __all__ = [
"RetryHandler",
"CircuitBreaker",
"with_retry",
# Scrivener Export
"ScrivenerExporter",
"export_to_scrivener",
]