i want to be able to enable script mode when writing, which converts my textarea into a simple, user-friendly writer with screenplay formatting.
simple ui/ux like:
- i can see what type of script block i'm writing (scene header, character, dialogue, etc)
- i can switch between modes by hitting tab, maybe by hitting buttons
ideal requirements:
- scribly server is entirely unaware of script mode vs non script mode, this is only for local formatting while writing
- this is entirely optional, should be able to load this script last, not affecting regular functionality
impl:
- thinking this could be a nice way to try svelte?
i want to be able to enable script mode when writing, which converts my textarea into a simple, user-friendly writer with screenplay formatting.
simple ui/ux like:
ideal requirements:
impl: