No description
Find a file
2025-11-01 01:07:29 +10:30
.github Create FUNDING.yml 2025-11-01 01:06:53 +10:30
docs Update versions and dev docs 2025-02-14 02:48:06 +10:30
src Update setting description 2025-02-14 02:39:21 +10:30
.editorconfig Initial commit 2023-09-06 17:50:49 +09:30
.eslintignore Initial commit 2023-09-06 17:50:49 +09:30
.eslintrc Initial commit 2023-09-06 17:50:49 +09:30
.gitignore Create update modal 2025-02-07 11:21:31 +10:30
.npmrc Initial commit 2023-09-06 17:50:49 +09:30
esbuild.config.mjs Updated Entry Point 2023-09-17 09:33:23 +09:30
LICENSE Create LICENSE 2025-01-20 02:08:19 +10:30
manifest.json Update versions and dev docs 2025-02-14 02:48:06 +10:30
package-lock.json Update versions and dev docs 2025-02-14 02:48:06 +10:30
package.json Update License 2025-02-07 09:35:03 +10:30
README.md Update README.md 2025-11-01 01:07:29 +10:30
styles.css Fix check shrinking 2025-02-14 02:10:14 +10:30
temp Create update modal 2025-02-07 11:21:31 +10:30
tsconfig.json Initial commit 2023-09-06 17:50:49 +09:30
version-bump.mjs Initial commit 2023-09-06 17:50:49 +09:30
versions.json Initial commit 2023-09-06 17:50:49 +09:30

Homework Manager

An Obsidian plugin that makes keeping track of homework easy.

Features  •  Installation  •  Usage  •  Contributing


This add-on is not an official Obsidian add-on.

Features:

  • Easy creation of tasks and subjects
  • Creating separate views for work and school.
  • Task due dates and linking to notes
  • Clean and easy to navigate UI

Installation

Usage

Press the 🕮 icon on the ribbon bar or run Homework Manager: Open homework to open.

Views

    Views contain a collection of subjects and tasks. They act as a folder and can be added or removed by clicking the v dropdown button and then opening the view manager.

Subjects

    Subjects can be added to your views. These are useful for sorting your tasks by categories.

    Create

    • Create new subjects by clicking the v dropdown button and clicking Add subject

    Remove

    • Remove subjects by clicking the button and then the - button next to target subject.

Tasks

    Creation

    • Add to a view: press the v dropdown button and click Add task.

    • Add to a subject: Click the + button next to the subject.

      ⚠ Completing a task cannot be undone ⚠

    Options

    • Due dates: Due dates can be added to your tasks which will appear red when they are overdue.
    • Linked files: Tasks can be linked to notes within your vault. Click on the underlined task to be taken to the linked note.

    Editing

    • Editing a task can be done by clicking the button.

Contributing

For more information on contributing, please see development.