c

chatter

@preview

Write dialog between any number of characters quickly and cleanly. Great for translations or short assignments

v0.1.0
MIT-0
Template

Package Information

Last Updated
Categories
layout

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/chatter:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/chatter:0.1.0

Version History

0.1.0
a9a9c2162c18...

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 "@preview/chatter:0.1.0" : *; 

#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