[?]What is a Scrivener (.scriv) project?
Scrivener is the long-form writing tool used for novels, theses, and screenplays. Its .scriv file is actually a ZIP package holding the manuscript as Rich Text plus folders, research, and settings metadata. No other writing app reads it.
[?]Why can't I just open my project in Scrivener?
Common situations: the trial has expired, the licence key died with an old laptop, or the app won't install on a newer operating system. Scrivener's built-in help only points at the compile dialog, which requires the app to run — this converter does not.
[?]What does this extract, and how?
It unzips the project in browser memory, reads the compiled manuscript (content.rtf in a Scrivener 3 package, or the individual Files/ documents in an older project), and converts the Rich Text to GitHub Flavored Markdown with the metadata preserved as frontmatter.
[?]Does my manuscript leave my computer?
Never. The ZIP is decompressed and parsed locally with pure TypeScript and the platform's RTF parser. No file content is uploaded anywhere.
[?]Why convert from SCRIV to MD?
SCRIV Document (SCRIV) and Markdown Document (MD) serve distinct roles across the digital workflow. Converting to MD provides optimized compatibility, modern compression efficiency, or standardized playback across web browsers, operating systems, and media production environments.
[?]Is the SCRIV to MD conversion lossless or lossy?
The output format (MD) is inherently lossless or supports lossless operation. Your original visual or audio fidelity is mathematically preserved without quantization artifacts.
[?]Does convrtr upload my files to any cloud server?
Never. convrtr is architected with a strict zero-upload model. All processing, decoding, decompression, and encoding happen 100% locally on your machine using sandboxed WebAssembly and Web Workers. Your data never touches an external server, database, or analytics collector.
[?]How can I convert SCRIV to MD from the terminal / command line?
You can execute this conversion locally via command-line utilities such as ffmpeg, cwebp, or ImageMagick. For example: see the developer terminal recipe provided in the technical specifications dossier above. convrtr provides the identical local-first capability directly inside your browser without installing CLI packages.
[?]Can I batch convert multiple SCRIV files to MD simultaneously?
Yes. You can drop multiple .scriv files into the instrument to process them concurrently in browser Web Workers, or click 'Open in Master Studio' to queue mixed formats, configure individual targets, and export as a single ZIP archive.