Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 1.91 KB

README.md

File metadata and controls

67 lines (47 loc) · 1.91 KB

[WIP] typstudio

A W.I.P desktop application for a new markup-based typesetting language, typst. Typstudio is built using Tauri.

Features

  • Syntax highlighting
  • Compiler error markers
  • Real time preview
    • Navigate to source
    • More performance optimization
  • Build/export
  • Complete file explorer system
  • Auto complete
  • Image pasting
  • Linting and formatting
  • Bibliography assistant
  • Formatting assistant
  • Project creation assistant / templates

...and more to come!

Development

Do note that development (debug) builds are slower than release builds. Pull requests are welcome!

Prerequisites

Getting Started

pnpm install
pnpm tauri dev # or cargo-tauri dev

Building (Release)

pnpm tauri build # or cargo-tauri build

Note about running on macOS

When running Typstudio for the first time on macOS, you may see a warning saying that the "Developer can not be verified". This is only a one-time warning for new files downloaded from the internet that aren't notarized.

To be able to work around it, perform the following steps:

  • Right click on the application, and then click "Open"
  • Then, you'll see yet another warning from Gatekeeper, just click "Open" again to launch Typstudio

Learn more

License

Typstudio is licensed under GPLv3.