m

min-writing

@preview

Quick and simple general-purpose notes with extended syntax

v0.1.0
MIT-0
Template

Package Information

Last Updated
Categories
layoutoffice

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/min-writing:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/min-writing:0.1.0

Version History

0.1.0
ecfb5f514663...

Minimal Writings

Get Manual
Example PDF
Example source code
Changelog file
Contribute with development

Quick Start

#import "@preview/min-writing:0.1.0": writing

#set document(
  title: "Title",
  author: "Author",
  description: "Description",
)

#show: writing

// Write typst with expanded syntax (see manual)

Description

Create quick notes intuitively and rapidly, using syntactic sugar that extends the markup supported by Typst.
By default, new documents are created in quick-note mode—which ignores page breaks and optimizes the layout
for screens—though you can also select the classic paged mode.

This package was designed to make creating documents as easy as possible, without requiring extensive initial
configuration—in fact, you simply need to import the package and apply the #show rule to access its
features—yet it still offers various options for fine-tuning.

Feature List

  • Quick-note mode (no page breaks)
  • Extended syntax sugar
    • Unnumbered headings
    • Highlighted texts
    • Boxed texts
    • Inline quotes
    • Block quotes
    • Tables
    • Paragraph breaks
    • Page breaks
    • Mermaid diagrams
    • Dividers
    • Check lists
  • Additional commands
    • Boxed texts
    • Mermaid diagrams
    • Figures (with source)
  • Catppuccin colors
  • Embedded help page

Default Fonts

Text:
TeX Gyre Heros or
Arial

Headings:
TeX Gyre Adventor or
Century Gothic

Mono:
Fira Mono or
Inconsolata