No description
Find a file
2024-03-14 22:09:54 +10:30
.github Update bug_report.yaml 2023-12-07 21:16:19 +10:30
img Fixed image issues 2023-11-13 16:15:07 +10:30
src Add tooltips 2024-03-14 22:09:54 +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 Remove unnecessary git ignore 2024-03-12 19:12:46 +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 2023-09-23 19:07:15 +09:30
manifest.json Bump version to 1.1.0 2024-03-14 18:47:20 +10:30
package-lock.json Bump version to 1.1.0 2024-03-14 18:47:20 +10:30
package.json Bump version to 1.1.0 2024-03-14 18:47:20 +10:30
README.md Update README.md 2024-03-12 18:43:34 +10:30
styles.css Add tooltips 2024-03-14 22:09:54 +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.


Homework Manager Thumbnail

This plugin is not an official Obsidian plugin.

To track the development, please visit the project page.

This plugin offers:

  • Easy creation of tasks and subjects
  • Task due dates and linking to notes
  • Clean and easy to navigate UI

Installation

Usage

Open & close

  • Press the book icon on the ribbon bar to open.
  • Press the X or click outside the UI to close.

Adding & removing Subjects

Obsidian_CPWZ6Wf6u6

Click the edit mode toggle in the top right to add new subjects or delete existing ones.

⚠ Removing a subject removes all tasks underneath it ⚠


Adding & completing tasks

Obsidian_gsre59WtQJ

Click the + button next to a subject to add a new task under it. To complete, click the check box on the left of it.

⚠ Completing a task cannot be undone ⚠


Adding due dates

Obsidian_l8zkWSeczT

Upon creating a task, a due date can be added. Click the calendar icon to select a date. Due dates set before the current date will appear red.

⚠ It is advised to press the calendar icon as missing any elements (day, month, year) will result in creation failure. ⚠


Linking notes

Obsidian_ixDVJx2jga

Upon creating a task, a linked note can be added. Click on the task name to take you to the note.

Show your support

If you want to support me you can do so here, but please know that this is not expected and this plugin is completely free.

Thank you so much for using my plugin.