Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I assume you are aware of this, but there's a sticky notes application on Windows by default. There isn't a sticky note function in Wallpaper Engine, and there isn't any keyboard input support for sharable wallpapers on the workshop for security reasons.
emmm, is there any possibility that I can add a text box on my wallpaper from properties? I don't like the sticky notes application on Windows :(
I don't believe so, no.
So, lets assume the wallpaper is an oldschool CRT monitor full of blank sticky notes all over it, you can add empty text layers on top of the sticky notes, add corresponding textboxes in the user properties and attach to them text layer's text property. This is probably the simplest way.
You can also make sticky notes as separate image layers, you can use code snippet "drag n drop" to move sticky notes (you will need to change origin of a text layer's in the code as well, so it follows the sticky note image), but this has a downside, location of all of the sticky notes will reset to the default after changing the wallpaper (if the script could read and write to the user properties, you could have used it as a memory, but you can only read, so...).
Let's assume you did them as separate layers. This way you can also make them visible/invisible with click on a button. Add a composition layer and put it over the hypothetical stack of the sticky notes, laying on the desktop (composition layer is invisible, and it will be as a button, make the resolution of the layer roughly the size of the stack). For the button you need to do scripting, I won't tell you exactly what to do, since it's not a step by step guide, just giving you the idea, but for the activation of a button you take a code snippet "CursorClick" or "CursorDown" and make sticky note layer visible/invisible. And this will probably also have a downside, I don't know exactly how it will react, but I think if all of the layers are invisible by default, they will reset to the default state after changing the wallpaper.
There might be some details I skipped, but this is my take on how to do it, I heard a quote something about limitations and how it makes progress or something like that, which I think is fitting. If you don't know nothing about coding maybe find some creators who do and maybe are willing to help/colaborate on the wallpaper, maybe ask in the "wallpaper request" tab or in the community discord server (it's pinned here somewhere).
for now I recommend u search for to-do-list web application in google maybe u can find something useful
oh u said a sticky notes mask top of a wall paper???