Add support of typst formula blocks
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 13k
- Forks
- 1.3k
- Avg merge
- 14h 3m
- Merged PRs (30d)
- 3
Description
typst is a brand new formatting system as an advantage of latex, which abandoned most of the backslashes, and still keep it precise to compile.
when use $...$ and normal $$...$$, still use mathjax or katex; However, when use such forms below, where a total line is a word typst after two dollars, then use typst to compile.
$$typst
pi = n R T / V
$$
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests; start by tracing VNote’s existing MathJax/KaTeX handling and how formula blocks are recognized. Done means a $$typst block is routed to Typst while $...$ and ordinary $$...$$ retain their existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100