You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Describe the solution you'd like
It should be possible to raise quickDocs and jump to a specific page.
This could be implemented using the command line parameters. There could be an additional flag which would check for a running instance of quickDocs and forward the URL to that other instance rather than opening a new instance.
Describe alternatives you've considered
This could probably also be implemented using D-Bus messages rather than through command line parameters.
Additional context
This feature would provide developers of editors and editor plugins a convenient way to display documentation. For example, a user might be able to right click on a class name and select "Open in quickDocs" right from their preferred editing environment.