Delay conversion

This commit is contained in:
2023-05-16 14:58:16 -06:00
parent 26e49991d0
commit 571a61c627

View File

@@ -78,4 +78,9 @@
(stream.dropWhitespace)
(let [text (stream.expect "super text" ->(stream.takeLine))]
"TIMEDSUPERTEXT ##\"${text}\"## ##\"${text}\"##")
}))
}))
(registerConversion
(new ktxt2.StreamConversion "Delay" "fountain" "hollywoo"
->stream (isScreenLine stream.content)
->stream "DELAY ##\"$(stream.content.trim)\"##"))