No description
Find a file
2023-12-07 20:35:46 +10:30
.github Update release.yml 2023-12-07 20:34:32 +10:30
img Fixed image issues 2023-11-13 16:15:07 +10:30
src Removed console log I left 2023-12-07 20:26:09 +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 Updated git ignore properly 2023-09-23 22:03:55 +09: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 Updated plugin version 2023-12-07 20:35:44 +10:30
package-lock.json Updated plugin version 2023-12-07 20:35:44 +10:30
package.json Finished most the css and all main features 2023-09-23 17:43:52 +09:30
README.md Update README.md 2023-12-07 01:41:11 +10:30
styles.css Fixed icons 2023-10-11 18:38:22 +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

Obsidian Homework Manager

An Obsidian plugin that makes keeping track of homework easy.

Homework Manager Thumbnail

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.