standard manuscript info and cover page

This commit is contained in:
2026-05-27 18:53:50 +10:00
parent 97fd1321b1
commit aa3f6b30c9
6 changed files with 247 additions and 18 deletions

View File

@@ -8,6 +8,12 @@ export interface GlobalConfig {
projectTitle?: string
fontSize?: number
theme?: 'dark' | 'light'
// Manuscript metadata
authorName?: string
penName?: string
authorAddress?: string
authorEmail?: string
authorPhone?: string
}
const CONFIG_DIR = join(homedir(), '.hohoff')