No description
Find a file
2025-05-26 20:07:22 -05:00
src/main Made it more friendly for smaller screens 2025-05-26 20:07:22 -05:00
.editorconfig Initial commit 2025-01-01 14:13:27 -06:00
.eslintignore Initial commit 2025-01-01 14:13:27 -06:00
.eslintrc Initial commit 2025-01-01 14:13:27 -06:00
.gitignore Initial commit 2025-01-01 14:13:27 -06:00
.npmrc Initial commit 2025-01-01 14:13:27 -06:00
esbuild.config.mjs Initial table finished 2025-01-01 14:21:31 -06:00
LICENSE Create LICENSE 2025-05-08 20:17:59 -05:00
manifest.json Update manifest 2025-01-05 22:19:43 -06:00
package-lock.json Ready for publishing 2025-05-08 20:16:36 -05:00
package.json Ready for publishing 2025-05-08 20:16:36 -05:00
README.md Update README.md 2025-05-08 20:27:16 -05:00
styles.css Made it more friendly for smaller screens 2025-05-26 20:07:22 -05:00
tsconfig.json Initial table finished 2025-01-01 14:21:31 -06:00
version-bump.mjs Initial commit 2025-01-01 14:13:27 -06:00
versions.json Initial commit 2025-01-01 14:13:27 -06:00

Table List

Table List is an Obsidian plugin that helps you manage tasks in a structured, table-based format—perfect for organizing projects across days or weeks.

What It Does

Instead of a traditional to-do list, Table List gives you a grid where each row represents a project and each column represents a date. You can click into any cell to assign a task to a specific project and date. Tasks can be updated with a status such as:

  • Haven't Started
  • In Progress
  • Completed

This visual layout is great for planning workloads, tracking progress, and staying organized with minimal effort.

How to Use

  1. Enable the Plugin
    In Obsidian, go to Settings → Community Plugins → Browse, search for Table List, and enable it after installation.

  2. Create a Table
    Click on the activate view button in your left side panel

  3. Add a Project
    Each row in the table corresponds to a project. Add a new row for each project you want to track.

  4. Assign Tasks to Dates
    Click on a cell (project x date) and enter the task name.

  5. Track Task Progress
    Click on the task cell to change its status between:

    • Haven't Started
    • In Progress
    • Completed
  6. Stay Organized
    Use the table to quickly view what needs to be done, when, and for which project.

About the Author

Developed by Akaswan

Compatibility

  • Obsidian Version: 0.15.0 or higher
  • Platform: Desktop only

Table List brings structure to your planning and clarity to your workflow—all from within your Obsidian vault.