Get it done, keep it yours.
- Reminders - set a custom notification to appear at your chosen time.
- Subtasks - split any task into managable chunks.
- List customization - change a list's emoji, wallpaper, and font (Pro only)
- Attachments - add files to task to organize your life further. (Pro only)
(I won't nag you in the app, don't worry)
You can get Pro for its current and future features:
- priority support
- advanced list customization
- task attachments
..all for a small price of $1.99 (lifetime) or 0.99 zł in Poland.
Taskie stores your lists as JSON files in the app's local folder (%localappdata%\Packages\BRStudios.Taskie_xxxxxxxxxxxx\LocalState
.
You can export them into a .taskie
file (that's just a renamed ZIP containing the JSON files) and import them in Settings, by choosing either a loose JSON file or a full backup.
Taskie uses the Universal Windows Platform for its sandboxing and clean installs. (yes, I really do like UWP)
- Download this file. (or clone the repo if you know what you're doing)
- Open it in a text editor.
- After scrolling down, you should find data entries like this:
<data name="AboutCategory" xml:space="preserve">
<value>About</value>
</data>
- Translate the text in the
<value>
tag. - Find your locale online (ex.
en-US
) - Create an issue with the file, adding "Translation: " and the locale in the title. (or a pull request if you know what you're doing)