-
Notifications
You must be signed in to change notification settings - Fork 49
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
Anchor plugin adds &p=anchor #1294
Comments
Sure, I can fix that. The implication will be that there will be no way to tell Hajk to start with Anchor plugin visible. But perhaps that's never intended anyway. Just wanted to have it said, for the record. |
I tried with a basic check that excludes Anchor from the #getVisiblePlugins = () =>
this.#app.windows
.filter((w) => w.state.windowVisible && w.type !== "anchor")
.map((p) => p.type)
.join(); The result is no good: Reason for this is:
|
Hmm ok. I understand. But we dont even use #1252 (yet). I know it's a bit hacky but to share the share-plugin (anchor) seems a bit odd. |
Yeah, it's not supposed to be included. I thought about telling the Anchor plugin ignore whether it's in the |
You're fix is working good when I'm testing! Its very clear in the code how it works, constant and all. Good work, thanx! |
The Achor plugin should exclude itself when generating url.
&p=anchor
Issue appeares to be related to #1252
The text was updated successfully, but these errors were encountered: