Artist's Note
A simple Rainmeter text file displayed on your desktop.
Included are three presets: regular, shadow, outline
Easy to customize (one location for size, color, etc)
Have fun!
Big thanks to the guy who posted the code for displaying txt files, I used it and his "Reminders:" ... can't find that page again
Comments (10)
|
|
|
|
|
I love this! It's simple and convenient, and really matches my background!
I was just wondering though, how do you make a list? When I try to type something on the next line in edit settings, it doesn't show up in the actual skin at all. So, how do you make lists on the to do list, like your screenshot?
Tue, Jan 27th at 01:22am (4 years ago)
|
|
|
|
|
|
I'm new to the whole Rainmeter stuff, but how do I add spaces (line breaks) into my notes?
Thu, Feb 26th at 01:32am (4 years ago)
|
|
|
|
|
|
Hey thanks for the skin. I made a autoit script to edit the notes ;----------------------------
#notrayicon hotkeyset("!i","newnote") hotkeyset("!o","edit") while 1 sleep(500) WEnd func newnote() $msg = inputbox("Reminder", "Enter in Text") $msg_put = "-" & $msg if(fileexists("C:\Users\Portal\Desktop \MiSC\todo.txt")) then $file = fileopen("C:\Users\Portal\Desktop\MiSC\t odo.txt",1) FileWrite($file, @CRLF & $msg_put) Else msgbox(0,"File not found", "File not found") EndIf fileclose($file) EndFunc func edit() Run("notepad.exe C:\Users\Portal\Desktop\MiSC\todo.txt") EndFunc
;-------------------------------- Thanks again
Thu, Apr 16th at 07:58pm (4 years ago)
|
|
|
|
|
|
|
|
|
i downloaded the one with the button thingy but it doesn't work. there is a button but just that?
Mon, Feb 8th at 07:51am (3 years ago)
|
|
|
nevermind got it working lol..
Mon, Feb 8th at 07:57am (3 years ago)
|
To post comments, you need to become a member. It's free, and takes just a few seconds to complete!
|
|
|
|
Created by yboris
on December 27th, 2008
|
Popularity
- views
- downloads
- customizers like it
- customizers love it!
Tags
My Palette
Add colors with the "color picker" tool ( ) or from the image's palette ( ).
To save your palette, you must sign up.
Also by this artist
(more)
Also in Rainmeter Skins
(more)
|
I should probably re-upload this with my new addition, but I'm lazy. I recommend adding a little button which, when clicked, will open the .txt file this skin displays.
Cheers!