First stable version, now available from Melpa!
Typst-preview.el now has slightly better backwards-compatibility, thanks to @epireyn. However, as mentioned in v1.0.0.alpha.2, there are a couple of breaking changes:
- Internal symbols
tp--...are changed totypst-preview--...to conform to standard emacs package conventions. In particular, this applies to the buffer-local variablestp--master-file, which needs to be changed in relevant buffers. - Some options for
typst-preview-browserwere removed, since one can setbrowse-url-browser-functionmanually if one wants a non-default external browser. The internal emacs options (xwidgetandeaf-browser) are unchanged. - Tests were moved to the
test/directory to prevent from being included in the melpa package.