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.1 released!https://github.com/plaintool/notetask/releases/latestThe main focus of this minor release was setting up a proper CI/CD pipeline using GitHub Actions to simplify and speed up future releases.
Also, this release introduces Dark Mode support on Windows, following the OS setting.
Several usability improvements were made, including better indentation behavior, enhanced link handling in the memo, and visual improvements for archived groups.
The update also fixes multiple issues related to filtering, Unicode selection, tag sorting, duplicate highlighting, and memo rendering.
Hope you enjoy the update! Feedback and suggestions are always welcome, especially on
GitHub Issues. Wishing you all the best!