mirror of
https://github.com/Darkrock-Studios/hammer-editor.git
synced 2026-08-04 23:29:46 +00:00
Adds RTF as an import format alongside Markdown. RTF has no headings, so the importer collects each paragraph with its formatting and splits into scenes by one of three user-chosen strategies: formatting (outline level / font size / bold), a chapter-heading regex, or a single scene. Shared scene/group folding is extracted into ImportStructure so both importers reuse it, and a StoryImporterRegistry routes by file extension. Importers now take ByteArray so RTF bytes aren't decoded prematurely. Markdown gains an Auto detection mode (the new default) that reads a lone leading heading as the project title and picks the chapter level by frequency. The create-dialog help affordance becomes an icon button. |
||
|---|---|---|
| .. | ||
| playstore | ||
| src | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||