Results 543 comments of ahrm

I think the `%{sioyek_path}` does not correctly expand in macos. you have to manually replace it with the path of sioyek executable which is inside the `sioyek.app` package.

No I meant manually replace "%{sioyek_path}" in `prefs_user.config` with the actual path.

If you run something like this: ``` python -m sioyek.embed_annotations "/Applications/sioyek.app/Contents/MacOS/sioyek" "%{local_database}" "%{shared_database}" "%{file_path}" ``` After replacing the `%{}` variables with the correct values on a command line, are there...

You need to replace `%{local_database}` and `%{shared_database}` with the path of `local.db` and `shared.db` files which are located inside sioyek.app.

Hmmm, when you execute sioyek from command line using the sioyek executable inside the app, it should print the path of its database files.

When you replace them and *run it from command line* are there any errors?

It seems to be working. Are the annotations not embedded in the file?

Can not reproduce this issue. Are you sure the table of contents of your document is correct?

Which sioyek version are you using? Can you reproduce this issue on the latest experimental builds here: https://github.com/hexomancer/sioyek/releases/tag/v0.31.395 ?

Which version of sioyek are you using? Also could you include a minimal latex file for which you have this issue?