shadow / manuscripts /README.md
garywelz's picture
Add all manuscript Markdown files
d35b450

A newer version of the Streamlit SDK is available: 1.56.0

Upgrade

Manuscripts Directory

This directory contains the original manuscripts and reference materials for The Shadow of Lillya project.

Directory Structure

manuscripts/
β”œβ”€β”€ Circus_of_the_Queens/     # Complete novel by Audrey Berger Welz
β”‚   β”œβ”€β”€ Circus_of_the_Queens.pdf
β”‚   β”œβ”€β”€ Circus_of_the_Queens.md
β”‚   β”œβ”€β”€ Circus_of_the_Queens.txt (optional)
β”‚   └── [original Word documents]
β”œβ”€β”€ Shadow_of_Lillya/          # Draft manuscript to be completed
β”‚   β”œβ”€β”€ Shadow_of_Lillya_Draft.pdf
β”‚   β”œβ”€β”€ Shadow_of_Lillya_Draft.md
β”‚   β”œβ”€β”€ Shadow_of_Lillya_Draft.txt (optional)
β”‚   β”œβ”€β”€ character_notes.md
β”‚   β”œβ”€β”€ plot_outline.md
β”‚   └── [original Word documents]
└── README.md

File Organization

Each manuscript has its own subdirectory containing:

  • PDF files - For beautiful display in the web interface
  • Markdown files - For LLM processing and analysis
  • Text files - For maximum compatibility (optional)
  • Original Word documents - Source material

File Formats

Supported formats:

  • PDF - For complete manuscripts (display purposes)
  • Markdown (.md) - For LLM processing and easy editing
  • Text (.txt) - Plain text for maximum compatibility
  • Word (.doc/.docx) - Original source files

Usage

The application will look for these files to provide context for the LLM completion attempts. Organize your files in the appropriate subdirectories for best results.