No description
Find a file
2025-02-07 11:46:11 +10:30
.github Update bug_report.yaml 2023-12-07 21:16:19 +10:30
docs Add removing subjects 2025-02-07 10:20:59 +10:30
src Fix remove subject bug 2025-02-07 11:27:40 +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 version 2025-02-07 09:44:10 +10:30
package-lock.json Update version 2025-02-07 09:44:10 +10:30
package.json Update License 2025-02-07 09:35:03 +10:30
README.md Update README 2025-02-07 11:46:11 +10:30
styles.css Add removing subjects 2025-02-07 10:20:59 +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.

To track the development, please visit the project page.