Bring projects, wikis, and teams together with AI. AppFlowy is an AI collaborative workspace where you achieve more without losing control of your data. The best open source alternative to Notion.
One possible way to implement this, is to add an additional dedicated block type, created for example with /Typst, that will store raw Typst code and render it
Impact
STEM students and professionals who work with math equations.
Additional Context
What is typst?
From the official repo:
Typst is a new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use. Typst has:
Built-in markup for the most common formatting tasks
Flexible functions for everything else
A tightly integrated scripting system
Math typesetting, bibliography management, and more
Fast compile times thanks to incremental compilation
Friendly error messages in case something goes wrong
[...] if you want to see the power of Typst encapsulated in one image, here it is:
Description
One possible way to implement this, is to add an additional dedicated block type, created for example with
/Typst
, that will store raw Typst code and render itImpact
STEM students and professionals who work with math equations.
Additional Context
What is typst?
My examples:
\section{foo}
== foo
$$ \left{ a \in \mathbb{N} \, \| \, P(a) \right} $$
$ {a in NN \| P(a)} $
It currently has ⭐35.3k
Licensed under Apache License v. 2.0 [which should allow to use it in this project]
Written in Rust, so making them work together should be relatively easy