Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ pnpm-debug.log*
yarn-debug.log*
yarn-error.log*

# workspace files
*.code-workspace

# others
.env*.local
.vercel
Expand Down
257 changes: 0 additions & 257 deletions NEW_DOCUMENTATION_SUMMARY.md

This file was deleted.

15 changes: 7 additions & 8 deletions content/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,13 @@ You'll remain logged in for up to one year after initial login, making it conven

### What export formats are available?

Codex Editor supports multiple export formats:

- **Standard formats** — Plain text, HTML, USFM, and XLIFF
- **Round-trip Export** — Auto-detects original format (DOCX, USFM, OBS, TMS, CSV/TSV, IDML, Biblica)
- **Subtitles** — VTT/SRT with original timing preserved
- **Data export** — CSV/TSV with source, target, and metadata columns
- **Backtranslations** — CSV with source, translation, and backtranslation
- **Audio** — Per-cell audio attachments
Codex Editor supports multiple export formats at different stages of readiness:

- **Stable** — Plain text and HTML
- **Beta** — USFM, XLIFF, Round-trip Export (auto-detects original format), and Subtitles (VTT/SRT)
- **Coming Soon** — Data export (CSV/TSV), Backtranslations (CSV), and Audio export

Formats marked Beta are functional but may require manual review. Coming Soon formats are planned but not yet fully implemented.

[See all export options →](/docs/translation/exporting-project)

Expand Down
Loading
Loading