Note
This skin needs the uhe suite in the same Rainmeter/Skins
folder to work correctly.
Simple Rainmeter to-do list skin based on Pernickety/rainmeter-todo-list.
This is in the early stages of development.
Warning
This can break in certain circumstances and you may lose all your data, so use at your own risk or backup the tasks txt files periodically.
Add Tasks | Complete Tasks | Clear Completed Tasks |
---|---|---|
![]() |
![]() |
![]() |
This repo is structured in a way to automate releases, but there is no way to have multiple custom skins folders in Rainmeter. It makes developing in real time not possible by default, and symlinking has to be done. For example in PowerShell as admin:
New-Item -Path "$([Environment]::GetFolderPath("MyDocuments"))\Rainmeter\Skins\uhe-todo-list" -ItemType SymbolicLink -Value "$([Environment]::GetFolderPath("MyDocuments"))\GitHub\uhe-todo-list\RMSKIN\Skins\uhe-todo-list"