Frequently Asked Questions

Welcome to the Free Todo List FAQ! Here you'll find answers to common questions about our features and how to use them effectively.

Getting Started

Do I need to register to use Free Todo List?

No! You can create lists and manage tasks immediately without registration. However, registering gives you additional benefits like:

  • Your lists are saved permanently to your account
  • Access to all lists from any device
  • Insights dashboard to track your productivity
  • RSS feeds for activity tracking
  • List sharing functionality

How do I create my first list?

Click the "New List" button in the navigation bar. Enter a name for your list and optionally a description, then click "Create List". You'll be redirected to your new list where you can start adding items.

List Management

How do I add items to my list?

On your list page, enter text in the "Add an item..." field at the top and press Enter. The item will be added to your list immediately.

Can I add multiple items at once?

Yes! Click the "Bulk add todos" link below the input field to access the bulk add feature. You can paste in multiple lines of text, with each line becoming a separate item in your list. Empty lines are automatically ignored.

This is great for quickly creating lists from emails, documents, or notes. Items are added in the same order they appear in your text, and you can add dozens or even hundreds of items at once. Read our blog post for more tips on using this feature effectively.

How do I mark items as complete?

Click the checkbox next to any item to mark it as complete. Completed items will have a line through them and their checkbox will be filled. Click again to mark an item as incomplete.

How do I reorder items in my list?

You have multiple options for organizing your items:

  • Drag and Drop: Click and hold the drag handle (horizontal lines), then drag to a new position.
  • Quick Reordering: Hover over any item to see the double arrow buttons:
    • Click the "double up arrow" to instantly move an item to the top of your list
    • Click the "double down arrow" to instantly move an item to the bottom of your list
  • Sorting: Use the sort options at the top of the list to organize by position, due date, completion status, or creation date.

Learn more about quick task reordering

How do I delete an item?

Hover over the item and click the trash icon that appears on the right side. The item will be permanently deleted.

Advanced Features

How do I set due dates for items?

Click the calendar icon next to an item to open the date selector. Choose a date from the calendar, and click "Set Due Date". Items with due dates will display the date next to them. You can click the date to change or remove it.

Items with due dates will appear in the Calendar View, allowing you to visualize all your upcoming tasks in a monthly layout. They can also be synced to external calendar apps using our Calendar Feeds feature.

How do I sort my list?

You can sort your list in various ways using the Sort dropdown menu at the top of your list:

  • Default: Reset to the original ordering (manually ordered items)
  • Position: The order you've manually set through drag and drop (ascending or descending)
  • Due Date: By due date, with earliest or latest due dates first
  • Complete Status: Group incomplete or complete items together
  • Created Date: By creation date, with oldest or newest first

Each sort type offers explicit ascending and descending options. The current sort method is always displayed on the sort button for clarity. You can always reset to the default order by selecting "Default Sort" from the menu.

What are overdue items?

Items with due dates in the past that haven't been completed are considered overdue. These items will be highlighted in the list and can be viewed collectively in the "Overdue Items" section accessible from your dashboard.

List Sharing & Collaboration

How do I share a list with others?

On any list page, click the "Share" button in the top right. This generates a unique link that you can copy and share with anyone. No account is required to view a shared list. To stop sharing, click "Disable Sharing" from the same menu.

Can I collaborate on lists in real-time?

Shared lists are view-only. For collaboration, users can duplicate a shared list to their own account by clicking the "Duplicate List" button when viewing a shared list. Any updates made to the original list will be reflected in the shared view.

How do I duplicate someone else's list?

When viewing a shared list, click the "Duplicate List" button at the top of the page. This creates an exact copy of the list in your account with all items (marked as incomplete). You can then modify your copy without affecting the original.

Archiving & Organization

What is list archiving?

List archiving allows you to remove entire lists from your main dashboard without permanently deleting them. This helps keep your dashboard clean and focused on active projects, while still maintaining access to completed or inactive lists.

When a list is archived:

  • It's removed from your main dashboard
  • Items in archived lists don't count toward your overdue items
  • Archived lists don't appear in RSS feeds
  • All list data and settings are preserved

Learn more about list archiving

How do I archive a list?

Open the list you want to archive, click the "Actions" dropdown in the top right corner, and select "Archive List". The list will be moved to your archived lists.

How do I view or restore archived lists?

On your dashboard, look for the "Archived Lists" link near the lists heading. This page shows all your archived lists. To restore a list, either click on a list to view it and use the "Restore List" option in the Actions menu, or use the "Restore" button next to the list on the archived lists page.

What is item archiving?

Archiving allows you to remove completed items from your main list view without permanently deleting them. This helps keep your active list clean while maintaining a record of completed items.

How do I archive completed items?

On your list page, click the "Archive Completed" button. This moves all completed items to the archive. You can view archived items by clicking the "View Archived Items" link on the list page.

Can I restore archived items?

Yes! Go to the "View Archived Items" section from your list page, and click the "Restore" button next to any archived item you want to return to your active list.

API & Developer Options

Does FreeTodoList have an API?

Yes! FreeTodoList offers a comprehensive JSON API that allows developers to programmatically access and interact with todo lists. This enables integration with third-party applications, custom workflows, and mobile apps.

To use the API, simply append .json to the end of most URLs in the application. For example:

  • https://freetodolist.com/lists/[list-uid].json - Get a specific list with its items
  • https://freetodolist.com/dashboard.json - Get all your lists with statistics
  • https://freetodolist.com/overdue_items.json - Get all your overdue items

The API supports filtering and sorting options:

  • ?include_archived=true - Include archived items
  • ?only_completed=true - Show only completed items
  • ?sort=date_asc - Sort by due date (ascending)

For complete documentation and examples, please read our JSON API guide.

How secure is the API?

Our API prioritizes security in several ways:

  • Internal database IDs are never exposed
  • Authentication is required for accessing your private data
  • Lists are identified by unique, non-sequential UIDs
  • Requests use the same permission model as the web interface

For additional security when using the API with third-party integrations, we recommend regularly reviewing your connected applications and changing your password periodically.

What can I build with the API?

There are many possibilities for integrating with the API:

  • Custom mobile or desktop applications
  • Home automation displays (smart mirrors, dashboards)
  • Integrations with productivity tools
  • Workflow automation with tools like Zapier or IFTTT
  • Custom reporting and analytics
  • Voice assistant integrations

If you build something interesting with our API, we'd love to hear about it! Please send us feedback with details of your project.

Export & Sharing Options

Can I export my lists to use elsewhere?

Yes! You can export any list as Markdown text format. On any list page, click the "MD" button (green document icon) in the top right corner. This generates a GitHub-compatible Markdown file with your list metadata, statistics, and all items including their completion status, due dates, and more.

The exported Markdown can be copied into any Markdown editor, note-taking app, or GitHub README. It includes:

  • List title and description
  • Creation and last update dates
  • Statistics (total, completed, incomplete, overdue, archived items)
  • Checkboxes showing completion status
  • Due dates and completion dates for each item
  • Separate section for archived items

What can I do with the Markdown export?

Markdown is widely supported across many platforms, giving you flexibility to use your lists in different contexts:

  • Documentation: Include in GitHub repositories, wikis, or project documentation
  • Note-taking: Import into tools like Obsidian, Notion, or other knowledge management systems
  • Sharing: Send to others without requiring them to create an account
  • Printing: Use with markdown-to-PDF converters for physical copies
  • Archiving: Store important completed lists independently of the app

For more details and use case examples, check out our blog post about taking your lists anywhere with Markdown.

What are the RSS feeds used for?

RSS feeds allow you to subscribe to changes in your lists using any RSS reader. This can help you track activity, keep a log of changes, or sync your todo items with other applications.

How do I access RSS feeds?

There are two types of RSS feeds available:

  • User Feed: Shows activity across all your lists
  • List Feed: Shows activity for just one specific list

You can access all your RSS feed links in one convenient place by clicking the "RSS" button in the dashboard, insights page, or footer menu. For any individual list, click the RSS icon on the list page.

The feeds are private and secured with a unique token, so only you can access them. Our RSS links page also provides links to popular RSS readers and explains how to use them.

View all your RSS feed links

Templates

What are todo list templates?

Templates are pre-made todo lists for various projects and activities. They provide a starting point with professionally designed task lists that you can use instead of starting from scratch.

Our templates cover diverse areas including: marketing, event planning, home improvement, technology projects, fitness, travel planning, career development, and more.

Browse all templates or learn more about templates

How do I use a template?

Using a template is simple:

  1. Go to the Templates Directory
  2. Browse templates by category or search for specific topics
  3. Click on any template to preview its contents
  4. Click "Use This Template" to create your own list based on the template

The template will create a new list with all the predefined tasks, and you can then customize it to your needs by adding, removing, or modifying items.

Do templates work with due dates?

Yes! Templates feature smart due date calculation. Each task in a template has a suggested timeframe, and when you create a list from a template, all due dates are automatically calculated relative to today's date.

For example, if a template has tasks due in 7, 14, and 30 days from start, when you use the template, those dates will be set to 7, 14, and 30 days from today, giving you a realistic schedule to follow.

Can I use templates without an account?

Yes! Templates work for both logged-in users and guests. If you're logged in, the list will be added to your account. If you're not logged in, it will create a new standalone list that you can start using immediately.

However, to ensure your lists are saved permanently, we recommend creating an account or signing in before using templates.

Search & Filtering

How do I search across all my lists?

There are multiple ways to search across all your todo items:

  • Navigation Menu: Click "Search" in the main navigation menu
  • Dashboard: Use the search bar at the top of your dashboard page
  • Mobile: Tap the search icon in the bottom navigation bar

The search function looks for matches in the text content of your items, regardless of which list they belong to. Results include both active and completed items, but not archived items.

Learn more about the search feature

What appears in search results?

Search results include:

  • The matching item text with search terms highlighted
  • The list name the item belongs to
  • The item's completion status
  • Due date (if set)
  • Item creation date
  • A direct link to view the item in its list

Results also show overall statistics about how many items matched your search, how many are completed, and how many are overdue.

Can I search within a single list?

Currently, the search feature searches across all your lists. To find items within a single list, you can use your browser's built-in page search (usually Ctrl+F or Cmd+F) while viewing that specific list.

Dashboard & Insights

Can I change how my lists are displayed?

Yes! On the dashboard page, you can toggle between list view and grid view using the buttons next to the "All Lists" heading. List view shows details in a vertical list format, while grid view displays your lists as cards in a grid (4 per row on larger screens). Your preference is remembered when you return to the site.

You can also reorder your lists to prioritize them by dragging and dropping. Hover over any list to see the drag handle (three horizontal lines), then click and hold to drag the list to a new position. The order is preserved between visits.

How do I use the calendar view for my tasks?

The calendar view provides a monthly visual overview of all your tasks with due dates. To access it:

  1. Click the "Calendar" link in the main navigation
  2. Browse through months using the navigation arrows at the top
  3. Click on any task to go directly to its parent list

Tasks are color-coded for easy identification:

  • Green: Completed tasks
  • Yellow: Tasks due today
  • Red: Overdue tasks
  • Blue: Upcoming tasks

Learn more about the calendar view feature

What information is available in the Insights section?

The Insights page provides productivity metrics including:

  • Total lists and items count
  • Completion percentage
  • Items created and completed today
  • Overdue items count
  • A 30-day chart comparing created vs. completed items

How are the completion metrics calculated?

Completion metrics are calculated by dividing the number of completed items by the total number of items. For today's metrics, only items created or completed today are counted. For overall metrics, all your items are included in the calculation.

Account & Profile

How do I change my email address or password?

Go to "Profile" in the navigation menu. From there, you can update your email address and change your password. Make sure to fill in your current password to confirm any changes.

Is my data private?

Yes! Your lists and items are only visible to you unless you explicitly share them using the sharing feature. Even then, shared lists are view-only and don't expose your account information.

Still have questions? Feel free to send us feedback.

Home New List Templates Login