Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 710 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 710 Bytes

Chatter

Typst Dialogue template designed for print. Chatter Aims to be an ergonomic abstraction to the typst terms list function so that you can focus on writing. For the best experience use variables for your characters:

Use

This will all be created for you with with typst init.

#import "lib.typ" : *; 

#let H = "Howard Moon"
#let T = "Tony Harrison"

#log()[
    #say(H)[But It's a jazz Funk classic]
    #say(T)[This is an outrage]
    ...
]

Tip

Vim macros and custom snippets can make this even faster if you have the expertise so set them up.

Install

You can copy and paste over the template, or:

typst init @preview/chatter:0.1.0