I reluctantly have come to the conclusion that this is just too much information all at once to really work for me. This is a wonderful concept, but I think it just has to be in some kind of "tree" structure that you can expand and collapse. Sorta similar to what I did with RainSend.
Otherwise, it is just overwhelming in my view... Too much scrolling, and too difficult to pick what you want out of the blizzard of items.
Am I missing something?
It is currently October 1st, 2023, 2:48 am
Notepad++: Snippets for Rainmeter
-
- Developer
- Posts: 22590
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Notepad++: Snippets for Rainmeter
You do not have the required permissions to view the files attached to this post.
-
- Developer
- Posts: 22590
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Notepad++: Snippets for Rainmeter
Maybe separate "libraries" by some functional breakdown. Then you use the pulldown at the top to drill down into the section you want. Not sure...
We need a usability study. Get a grant for $100 million from Congress!
We need a usability study. Get a grant for $100 million from Congress!
-
- Rainmeter Sage
- Posts: 5186
- Joined: April 12th, 2012, 9:40 pm
- Location: Cedar Point, Ohio, USA
Re: Notepad++: Snippets for Rainmeter
Lat month, I was hesitant to add the skin bangs for exactly that reason... and why I moved them to the end of the list in the last mod. You can quickly navigate to a section by pressing the fist letter, but that is no answer for the long list.
I agree that a tree list would definitely be easier to navigate.
I will look into that, but do not know if I have the skill to do that.
I may simply reduce it back to measures, meters, plugins, and actions...
I agree that a tree list would definitely be easier to navigate.
I will look into that, but do not know if I have the skill to do that.

I may simply reduce it back to measures, meters, plugins, and actions...
:: My DA Gallery :: Rainmeter DA Gallery :: Rainmeter Workshops :: Rainmeter Documentation :: BBCode Guide ::
-
- Rainmeter Sage
- Posts: 5186
- Joined: April 12th, 2012, 9:40 pm
- Location: Cedar Point, Ohio, USA
Re: Notepad++: Snippets for Rainmeter
Separate Libraries is doable... don't even need the grantjsmorley wrote:Maybe separate "libraries" by some functional breakdown. Then you use the pulldown at the top to drill down into the section you want. Not sure...
We need a usability study. Get a grant for $100 million from Congress!

(I will be traveling for the next few days, so any change may not happen until next week.)
:: My DA Gallery :: Rainmeter DA Gallery :: Rainmeter Workshops :: Rainmeter Documentation :: BBCode Guide ::
-
- Developer
- Posts: 22590
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Notepad++: Snippets for Rainmeter
I do tend to think that trying to get absolutely bit of syntax in Rainmeter into this runs the risk of trying to turn it into a "skin builder", which it really isn't structured to support, and I wouldn't like anyway.eclectic-tech wrote: I may simply reduce it back to measures, meters, plugins, and actions...
I mostly saw RainSend as little "templates" for things. I want a WebParser measure, but I can never remember all the options you can or might want to set on it, so being able to quickly drop in a fully populated WebParser measure, then just remove the stuff I don't want, seemed to help. I never saw this as replacing the manual, or avoiding it.
I do think you can get too "granular" in what constitutes a "template", and then it gets kinda long and confusing.
-
- Rainmeter Sage
- Posts: 5186
- Joined: April 12th, 2012, 9:40 pm
- Location: Cedar Point, Ohio, USA
Re: Notepad++: Snippets for Rainmeter
I will definitely look at simplifying this. The original thought of templates has gotten a bit lost in the current format, so restructuring the format is something I will look at.
Thanks for the thoughts, they echoed what I have been thinking, but I took the approach that "more is better", and that is not always true!
I'll see what I can put together for a "re-launch"
Thanks for the thoughts, they echoed what I have been thinking, but I took the approach that "more is better", and that is not always true!
I'll see what I can put together for a "re-launch"
:: My DA Gallery :: Rainmeter DA Gallery :: Rainmeter Workshops :: Rainmeter Documentation :: BBCode Guide ::
-
- Developer
- Posts: 22590
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Notepad++: Snippets for Rainmeter
Yeah, as much as anything, I use a couple of "Macros" (not snippets) that I stuck into Notepad++. The thing I do probably the most often is restart my oft-abused "Test" skin, in order to help someone with something. So having a quick and dirty way to replace what is there now with a simple skin template saves me a lot of typing...
You do not have the required permissions to view the files attached to this post.
-
- Rainmeter Sage
- Posts: 5186
- Joined: April 12th, 2012, 9:40 pm
- Location: Cedar Point, Ohio, USA
Re: Notepad++: Snippets for Rainmeter
New Separate and Simplified Rainmeter Snippet Libraries
The new Snippet Libraries for Rainmeter have been separated into 2 separate Libraries for easier access based on your intended use.
Separating the snippets eliminates having an extended list of items that has to be scrolled and searched.
Rainmeter Templates Library
Contains templates for measures, meters, and plugins currently available.
Trying to remember rarely used options usually means hunting through the documentation for answers.
This library has the advantage of including the options that are available for every type of measure, meter, and plugin.
Also contains a templates for a New Skin (either Rainmeter or Lua)
Rainmeter Action Bangs Library
Contain code snippets for comparisons, mouse actions, and bangs
Some users may find this library useful for remembering the syntax of commands and to save some keystroke in coding skins.
First post attachment updated...
The new Snippet Libraries for Rainmeter have been separated into 2 separate Libraries for easier access based on your intended use.
Separating the snippets eliminates having an extended list of items that has to be scrolled and searched.
Rainmeter Templates Library
Contains templates for measures, meters, and plugins currently available.
Trying to remember rarely used options usually means hunting through the documentation for answers.
This library has the advantage of including the options that are available for every type of measure, meter, and plugin.
Also contains a templates for a New Skin (either Rainmeter or Lua)
Rainmeter Action Bangs Library
Contain code snippets for comparisons, mouse actions, and bangs
Some users may find this library useful for remembering the syntax of commands and to save some keystroke in coding skins.
First post attachment updated...
:: My DA Gallery :: Rainmeter DA Gallery :: Rainmeter Workshops :: Rainmeter Documentation :: BBCode Guide ::
-
- Developer
- Posts: 22590
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Notepad++: Snippets for Rainmeter
Nice... I like it!eclectic-tech wrote:New Separate and Simplified Rainmeter Snippet Libraries
The new Snippet Libraries for Rainmeter have been separated into 2 separate Libraries for easier access based on your intended use.
Separating the snippets eliminates having an extended list of items that has to be scrolled and searched.
-
- Moderator
- Posts: 1242
- Joined: February 16th, 2012, 3:32 am
- Location: Berlin, Germany
Re: Notepad++: Snippets for Rainmeter
Sorry, but it seems I can't to install your snippets properly. Whenever I try to open Snippets in Notepad++ it throws me a message saying "Unable to find the database, check your installation!" and Snippets can't be loaded.
Could you describe the way you install snippets?
Could you describe the way you install snippets?