Skip to content

Initial support for native Sioyek viewer plugin #1634

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 10, 2025
Merged

Conversation

deathaxe
Copy link
Member

This PR adds native viewer plugin for cross-platform Sioyek PDF Viewer.

To use this plugin, set "viewer": "sioyek" in LaTeXTools settings.

By default sioyek executable is assumed to be registered on $PATH.

Alternatively, path can be specified via platform-specific settings:

{
    "osx": {
        "sioyek": "/Applications/Sioyek.app"
    },
    "linux": {
        "sioyek": "/opt/sioyek/sioyek"
    },
    "windows": {
        "sioyek": "C:\\Program Files\\Sioyek\\sioyek.exe"
    }
}

@deathaxe deathaxe force-pushed the feat/sioyek branch 2 times, most recently from 3507578 to 3a7c010 Compare August 10, 2025 19:50
@deathaxe deathaxe merged commit 41b620b into master Aug 10, 2025
@deathaxe deathaxe deleted the feat/sioyek branch August 10, 2025 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants