display prompt separately from story text

This commit is contained in:
2026-06-08 19:54:49 +10:00
parent df8cd67c90
commit 3b8cae9baa
5 changed files with 54 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ export interface StoryMeta {
wordCountTarget?: number
tags?: string[]
notes?: string
prompt?: string
}
export interface Market {