Hi everyone,
I’ve written a small application called
Notetask for managing task lists or notes in plain text files.
It’s useful for quickly organizing many ongoing tasks.
Each line in the file represents a separate task, but multiline tasks are also supported — in the file they are separated by the
<br> tag.
The app also supports basic Markdown formatting, so tasks can be easily copied to Markdown files.
The project is open-source and written in Lazarus (Free Pascal). GitHub:
https://github.com/plaintool/notetaskNow featured on MajorGeeks — one of the oldest software directories!
https://www.majorgeeks.com/files/details/notetask.htmlVersion 1.1.0 released!https://github.com/plaintool/notetask/releases/latestIn this release, I focused on implementing real-time filtering for the entire task list, as well as adding tag support for tasks. Tags are now also displayed in the filter list, making it easier to search and organize your tasks.
Zoom functionality has been added to the task list for easier viewing. Duplicate is highlighted, making it easy to spot repeats.
This version is built for both 32-bit and 64-bit systems, includes Windows XP support via MSI installer, and comes with a single InnoSetup installer for all architectures (EXE).
Additionally, there are many small improvements, new languages support, and numerous bug fixes.
Hope you enjoy the update! Feedback and suggestions are always welcome, especially on
GitHub Issues. Wishing you all the best!