-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preview not updating on type #1028
Comments
Please don't submit multiple issues in a thread. This makes it harder to maintain and close the issue. For the first issue, the full log of the typst-preview (server-side) and browser (client-side) are important. You may also provide the information about the used browser. For the second issue, it should be the well-known issue. |
Hello! Sorry for the delay I was busy working on a template and switched computers to solve the issue. My bad about the two issues I thought they might have been related, but I should have researched more, let's forget about the second one. This happens on all browsers I have (brave, firefox, arc, chrome, tor), but here is my firefox version info: Here is the log of the process form within neovim :mes. I start the server, and then update the preview which gives the updating preview... ouput line but does not actually reflect the changes. Let me know if there is something I can do to expose more info etc. On the lastest release versions of all software involved (nvim, tinymist, typst-preview, firefox):
|
When I read it again, I find It seems like the old issue #739 |
Yes it does appear to be exactly that |
Describe the bug
When running
:TypstPreview
command inside of neovim, the front end starts without problems, however changes that I make to the document only appear after I write with:w
. It is possible that I am missing some kind of configuration option, but I could not find it easily in any of the docs for tinymist or typst-preview.nvim. I get a log message saying updating... but no update occurs, I think relating to this error. I am currently trying to debug this myself but could use some help.Package/Software version:
Tinymist: installed version v0.12.12, latest.
Typst-Preview: version 1.2.1
Latest:
tinymist extension version:
Logs:
From
:mes
Additional context
This could all be a configuration issue as I'm also having trouble getting
typstyle
to work.The text was updated successfully, but these errors were encountered: