You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Windows 11 23H2, and install it.
however it is repeatedly displaying Compiling but now file output,
I have installed typst in my %PATH%
However, I can use the lsp of vscode to compile the file,
It can work with single file + template files in ./,
but it won't being effectively when I'm using it with folders.
why?
The text was updated successfully, but these errors were encountered:
Yes it does this for macOS and for Linux as well. To kickstart this prerelease you should:
Create an empty project directory, say MyProject
Create file main.typ inside that directory.
Launch Typstudio
File -> Open Project
Navigate to MyProjectand open that directory
Click the folder icon in the left most narrow pane.
Click oln main.typ
Now the preview will appear.
It will be empty until you start typing in content in the center pane
Typstudio does autosave.
You can add more files with the + sign and even edit them but they will not appear in the preview pane. Not until you type a statement like this into the text of main.typ:
#include "File two.typ"
This is prerelease software and about all you can do is export to PDF which works.
I use Windows 11 23H2, and install it.
however it is repeatedly displaying Compiling but now file output,
I have installed typst in my %PATH%
However, I can use the lsp of vscode to compile the file,
why?
The text was updated successfully, but these errors were encountered: