Closed Jan200101 closed 3 months ago
Hmm, never thought to add special conditions for VanillaPlus, but I do agree that it's better with it...
Not entirely convinced on what method would actually be best here, I do think some sort of tooltip or similar would make this better, simply disabling the button may be confusing to some, I'm open to any other suggestions...
sure some ideas:
Another idea would be implementing VanillaPlus support directly, but that would need support for Profiles and as far as I heard the idea is for VanillaPlus to turn into a N* fork for better vanilla compatibility, so wasted effort.
Personally I think the "Guide" button idea is good, would it be best to open the Thunderstore page? Or is there a different page that's preferred for the guide? If so, we could also simply remove both the "Install" and "View" button and replace them with a "Guide" button....
Personally I think the "Guide" button idea is good, would it be best to open the Thunderstore page? Or is there a different page that's preferred for the guide? If so, we could also simply remove both the "Install" and "View" button and replace them with a "Guide" button....
The Github links to the Thunderstore and the Thunderstore to the github, and both have the same content.
I think linking directly to the README.md would be best to avoid confusion since both Github and Thunderstore display first and foremost.
That way a View
button could be kept that links to Thunderstore while a Guide
button links to the README
also, should the change be hardcoded to just VanillaPlus or should it be turned into an object that contains the relevant information? I'm not aware of any mods that exist or are in the works that would also require this outside of V+, might be good to have regardless.
The Github links to the Thunderstore and the Thunderstore to the github, and both have the same content.\nI think linking directly to the README.md would be best to avoid confusion since both Github and Thunderstore display first and foremost.\nThat way a View button could be kept that links to Thunderstore while a Guide button links to the README
In that case, I suppose you're right, simply changing "Install" to "Guide" would do it, linking to the GitHub README.md
also, should the change be hardcoded to just VanillaPlus or should it be turned into an object that contains the relevant information?
I would personally add something like this:
let requires_guide = {
<normalized mod name>: "<link to guide>"
}
Even if currently it's only needed for VanillaPlus... Assuming you're not too familiar with Viper's codebase, by normalized I mean this: mods.normalize(properties.title)
Not sure if requires_guide
is the best name, but oh well...
Updated it
used the same open icon as the view button
added translation for german (also put into the correct position alphabetically to make sure no tooling freaks out
Made it display the guide in-app
Nice, however, I do personally think it might be best to simply open it in the default browser, instead of using the mod previewer... And is there a reason we're linking to the blob version of the README.md
, instead of simply the repo itself?
Nice, however, I do personally think it might be best to simply open it in the default browser, instead of using the mod previewer...
Sure, I can amend that
And is there a reason we're linking to the blob version of the
README.md
, instead of simply the repo itself?
I'm thinking of the end-user here
when opening the repo you just see this how do I install this? This was suppose to be a guide!
linking straight to the readme gets the important bits right up
That's a fair point I didn't really consider, and the blob is better with that in mind...
I suppose we just need the missing localizations then? (@XNovaDelta, @Alystrasz, @KenMizz), and then I'll get this merged soon thereafter...
I suppose we just need the missing localizations then? (@XNovaDelta, @Alystrasz, @KenMizz), and then I'll get this merged soon thereafter...
If I'm not mistaken, the only missing key would be gui.browser.guide
, which is the same in French than in English ("Guide"
).
Surely this link would be better for the install guide?
I think that might also be an idea, although it is possible a browser might not decide to navigate to the right area, or a fullscreen/resize will make it not be scrolled down to the README.md
, thoughts @Jan200101?
idk I personally don't like relying on anchors because the browser will wait for a contentful paint before setting the viewport correctly, which can be disorienting at times.
the README display on the repo does have the benefit of being smaller, thus easier to parse (similar to Zen or Distractions Free mode in multiple text editors).
but I'm fine with whatever, this is all just personal preference.
also, one thing I noticed with that anchor link in Firefox is that it ends up being drawn off-screen because Firefox does not take the tab bar into account
Yeah, so same concerns, I think it's best to just stick with the current link then...
following up on this, the last thing missing is the chinese translation, correct?
Correct yeah
I asked around in some communities and found someone who told me 安装指南
is a translation for "Installation Guide".
Would this be good enough for this case? We could also shorten it to 指南
which would (to my limited research) be as close to the intended meaning of "guide" as possible
Sounds fine, I suppose when KenMizz sees this they can open a new PR if they disagree! :)
I'll have this released after #242 is closed, and hopefully together with #239 if I get around to having the time to spend on optimizing and doing a few adjustments.
Unless of course it's very important that this gets released ASAP? Then I'll see to it before then...
nah, its not that important
VanillaPlus is a Northstar Mod to use more client-sided mods in Vanilla that is installed differently from other mods and is commonly installed by end-users who refuse to read via mod managers.
There are a billion ways to implement this in Viper including but not limited to:
I think this is the simplest solution that also doesn't require any translation changes a separate prompt to inform the user also seems redundant considering its boldly stated in the description