Trying to build a build Latextools kind-of for typst
(just playing with it)
File: Typst.sublime-build
:
{
"shell_cmd": "typst compile \"$file\" \"$file_path/$file_base_name.pdf\"",
"file_regex": "^(.*?):([0-9]+):([0-9]+): (.*)$",
"hide_build_panel": "no_errors",
"selector": "source.typst"
}
How could I make it refresh in Skim
(no focus)… every time I save. Thanks!!!