Tony
Tony
> This should be possible with a javascript command after this commit: [be9efb3](https://github.com/ahrm/sioyek/commit/be9efb387cb4cddd546bb84e4971713da7132dce). > > `embed.js`: > > ``` > > let state = sioyek_api.get_json_state(); > > let path =...
> Next to the `prefs_user.config` file. Thanks for your reply!  Sorry if this might seem a bit dumb as i am quite new to this js stuff. But i...
> Which version of sioyek are you using? The one under development branch
let state = sioyek_api.get_json_state(); let path = state["document_path"]; let parts = path.split('/'); let file_name = parts[parts.length - 1]; let file_name_parts = file_name.split('.'); let new_name = file_name_parts[0] + "_embedded." + file_name_parts[1];...
> Also what do you expect to happen when you execute this command, note that this just creates a file named `_embedded.pdf` but doesn't open it. ahh got it. I...
Sure thanks! On 12 Aug 2024, at 3:28 pm, ahrm ***@***.***> wrote: I don't have access to a mac right now, so I will have to debug this issue when...