← Back to the planner

Frequently Asked Questions

How do I add a new task?

Use the form at the top of the homepage. Enter a name, optional category, deadline, and priority. Then click "Add task".

Can I edit a task after creating it?

Yes! Click the "Edit task" button below a task. The form will fill with that task's details so you can make changes.

What happens when I mark a task as completed?

The task gets visually updated and is pushed to the bottom of the list. You can undo it by clicking "Mark as incomplete".

If you want to remove a task from the list, simply press the "Delete task" button. Note that once a task is deleted, it cannot be recovered!

Where is my data saved?

Your tasks are saved in your browser's local storage. This means they stay on your device, even if you reload the page. However, they won't sync across devices or browsers.

However, you can export your tasks as a JSON and import them later to prevent losing your tasks.

Can I download a file containing my tasks?

Yes! Click the "Download tasks" button to download your task list as a plain text file. You can also click the "Export tasks as JSON" button to download your tasks as a JSON file.

What's the point of exporting my tasks as a JSON file?

A JSON file stores your tasks in a structured format that's easy for computers to read. Exporting to JSON lets you import your taks into the planner later. It keeps all task details like deadlines, categories, and completion status.

How do I search or filter tasks?

Use the search bar to filter by name or category. You can also filter by category using the "All categories" dropdown menu.

The dropdown menu on the right of the page also allows you to filter tasks by due date, priority and alphabetical order.

What if I have more questions or want to give feedback?

You can find my contact information on my website.

If you are interested in viewing this app's source code, it can be viewed on GitHub