It is currently April 18th, 2024, 12:53 pm

Small docs suggestions

Discussions about the documentation, main Rainmeter site and forums.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Small docs suggestions

Post by jsmorley »

Jeff wrote: February 24th, 2022, 12:14 am https://docs.rainmeter.net/manual/measures/net/
The first UseBits hyperlink leads to a 404 page because there's a missing # in the href
Here's the line https://github.com/rainmeter/rainmeter-docs/blob/master/source/manual/measures/net.html#L14
Fixed. Thanks.
User avatar
Active Colors
Moderator
Posts: 1251
Joined: February 16th, 2012, 3:32 am
Location: Berlin, Germany

Re: Small docs suggestions

Post by Active Colors »

https://docs.rainmeter.net/manual/distributing-skins/#MergeSkins

In the Merge Skins section, in the sentence "Note: This option is not compatible with the Variables files option." the link in Variables is missing the anchor "#" sign.

Currently: https://docs.rainmeter.net/manual/distributing-skins/VariablesFiles
Should be: https://docs.rainmeter.net/manual/distributing-skins/#VariablesFiles
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Small docs suggestions

Post by jsmorley »

Active Colors wrote: March 14th, 2022, 11:01 am https://docs.rainmeter.net/manual/distributing-skins/#MergeSkins

In the Merge Skins section, in the sentence "Note: This option is not compatible with the Variables files option." the link in Variables misses the anchor "#" sign.

Currently: https://docs.rainmeter.net/manual/distributing-skins/VariablesFiles
Should be: https://docs.rainmeter.net/manual/distributing-skins/#VariablesFiles
Fixed. Thanks!
User avatar
balala
Rainmeter Sage
Posts: 16143
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Small docs suggestions

Post by balala »

In this post there is a link (http://rainmeter.net/cms/Tips-WeatherSkinTranslate) to a tip, which doesn't work anymore. Should be fixed to the working, in meantime updated URL (https://docs.rainmeter.net/tips/webparser-weather-skin-translations/). Or maybe the link and the whole topic should be removed, because I think it doesn't apply anymore. Please check.
User avatar
Jeff
Posts: 327
Joined: September 3rd, 2018, 11:18 am

Re: Small docs suggestions

Post by Jeff »

CC-ing a post in this thread
https://forum.rainmeter.net/viewtopic.php?p=209185#p209192
Apparently Rainmeter has Bitwise Shift operators (<<, >>) that are not mentioned in the manual
THIS WAS FOUND BY NEK

EDIT: Found out why, it's undocumented on purpose
https://forum.rainmeter.net/viewtopic.php?t=14896#p84009
User avatar
Jeff
Posts: 327
Joined: September 3rd, 2018, 11:18 am

Re: Small docs suggestions

Post by Jeff »

The Name option is included on the [Metadata] page and the Manage page, even though that option has been obsolete for a few years now
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5391
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Small docs suggestions

Post by eclectic-tech »

Jeff wrote: August 25th, 2022, 1:29 pm The Name option is included on the [Metadata] page and the Manage page, even though that option has been obsolete for a few years now
You don't name your skins?! ;-)

I think all 5 options are just right!
Skin Name, Author, Information, Version, and License...
User avatar
Jeff
Posts: 327
Joined: September 3rd, 2018, 11:18 am

Re: Small docs suggestions

Post by Jeff »

eclectic-tech wrote: August 25th, 2022, 3:27 pm You don't name your skins?! ;-)
I do, everytime I go to sleep I say the name of each one and then say "Good Night" and end the day with a little bed time story

But that's beside the point, the Name field used to be shown when the Manage Window was still called RainBrowser (aprox. 11 years ago), the Config in the image below is Geekskins\StaticQuote and one of the selected Skins/Variants (outside the frame) below has Name=Static Quote (that's why the space appears) inside [Metadata] or [Rainmeter].
Image

Idk the option is just... there, just wanted to point it out again on the forums, just finding these stuff out since I'm bored :v
User avatar
Jeff
Posts: 327
Joined: September 3rd, 2018, 11:18 am

Re: Small docs suggestions - Tuple

Post by Jeff »

Just the small suggestion of adding the tuple return function to the Update section of the Lua Scripting page
  • return 99, 'Ninety-Nine'
    Provides 99 as the number value and 'Ninety-Nine' as the string value. Usage depends on a Measure's individual binding, the values can also be retrieved using Measure Section Variables (Example: Text="Num = [MeasureScript:] | Str = [MeasureScript]").
    (Note: Order of values doesn't mater.)
Here's the HTML code that should be put if you actually want to copy paste what I wrote word for word without changing anything

Code: Select all

<li><p><code>return 99, 'Ninety-Nine'</code><br>Provides <em>99</em> as the number value and <em>'Ninety-Nine'</em> as the string value. Usage depends on a Measure's individual binding, the values can also be retrieved using <a href="https://docs.rainmeter.net/manual/variables/section-variables/#MeasureParameters">Measure Section Variables</a> (<b>Example:</b> <code>Text="Num = [MeasureScript:] | Str = [MeasureScript]"</code>).<br>(<b>Note:</b> Order of values doesn't mater.</p></li>
User avatar
SilverAzide
Rainmeter Sage
Posts: 2603
Joined: March 23rd, 2015, 5:26 pm

Re: Small docs suggestions - Tuple

Post by SilverAzide »

Jeff wrote: September 13th, 2022, 12:02 pm (Note: Order of values doesn't mater.)
(Note: Order of values doesn't matter.)
;-)
Gadgets Wiki GitHub More Gadgets...