ahrm
ahrm
Should be (partially) fixed in f57f91806c26cd67830a67e469c6e2632aee8c30. The issue is that synctex returns the path like this: ``` d:/some/path/file.pdf ``` While vimtex expects something like this: ``` D:\some\path\file.pdf ``` even ```...
> In the build fold, there is only one .app which requires signing. You can open the .app like a directory and find the executable inside.
You don't have quotations here: ``` "\"C:\\Users\\Canoming\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" -r -g %1:%2", ``` it should be: "\"C:\\Users\\Canoming\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" -r -g \"%1:%2\"", Same goes for the `inverse_search_command`, it should be:...
> but none of them works for me. Can you paste your config with quotations here so we can see if there are any issues?
Does this work? : ``` inverse_search_command "C:\Users\Canoming\AppData\Local\Programs\Microsoft VS Code\Code.exe" -r -g "%1":%2 ```
This should be possible with a javascript command after this commit: https://github.com/ahrm/sioyek/commit/be9efb387cb4cddd546bb84e4971713da7132dce. `embed.js`: ``` let state = sioyek_api.get_json_state(); let path = state["document_path"]; let parts = path.split('/'); let file_name = parts[parts.length...
I suspect it is probably a mupdf bug? Does it look correct on a mupdf-based reader (e.g. mupdf itself or zathura-mupdf)?
You can use `toggle_pdf_annotations` to not render PDF annotations.
Next to the `prefs_user.config` file.
Which version of sioyek are you using?