J Leaves
J Leaves
`_embed_annotations_in_file` not working as of Sioyek 1.5 on Windows, how can I debug?
> Have you installed the python extensions? Maybe run this command: > > ``` > python /path/to/embed_annotations_in_file.py "%{sioyek_path}" "%{local_database}" "%{shared_database}" "%{file_path}" > ``` > > (after replacing the variables with...
Might be useful for others with the same problem. It turns out that you need to install these two packages apart from standard Python libraries: - [PyMuPDF](https://pypi.org/project/PyMuPDF/) - [regex](https://pypi.org/project/regex/)
Ahh, I didn't know there is a separate Python library called 'sioyek', which implements the "Python extensions". All I did was downloading the two .py files you mentioned earlier in...
Everything now works! Thanks! The annotations are indeed embedded in the file itself. There is one warning though (the warning can be seen if I run it from the command...
Any update on this? It'd be so great to have this feature.
After some research, it seems that the example JSON has changed. The correct one for #130 should be: ``` { "1": "publicationTitle", "2": { "default": "publicationTitle", "book": "publisher", "bookSection": "publisher"...