Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 772 Bytes

File metadata and controls

20 lines (13 loc) · 772 Bytes

Check original README

I'm not familiar with rules of github forks, if I do something wrong please tell me.

intro

This project wants to integrate Marktext with Tinymist. It aims to achieve the following goals:

  • typst mathematical formulas enclosed in $$
  • code blocks that display typst enclosed in ```typst
  • imports from local files

This project is under develop.

why this project

Tinymist for vscode is awesome, but I want an editor that doesn't separate the text and preview. Currently, I've only found Wypst from Obsidian that supports this, but my experience isn't very friendly. Therefore, I'm currently choosing the open source Marktext for transformation.

$env:MARKTEXT_DEV_HIDE_BROWSER_ANALYZER="true"; yarn run dev