| .github/workflows | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian Homework Plugin
This plugin is designed to allow for easy homework management within obsidian.
How To Use
Open the modal
To open, press the book located in the ribbon button.
Toggle edit/read mode
There is a toggle to enter edit mode, within this you can create and remove subjects.
In read mode you are able to add new tasks within a subject.
There are 3 options to include in your task:
- Name (required)
- Date (optional)
- Page (optional)
Name
Task names can only be numbers and letters.
Page
If you selected a page you will be able to access it via clicking the note title. This will close the modal and take you to the page.
Date
If you select a date it is best to press the calendar icon.
Dates must be DD/MM/YYYY.
Disclaimer: If you miss one of these, the date will not appear.
If the task's date is before your current date then it will appear red for overdue.
Finish Task
Click the circle to complete a task. It will disappear.
Disclaimer: You will not be able to undo this, and must recreate the task again.
Show Your Support
If you want to support me you can do so here: https://www.buymeacoffee.com/kadisonm
Thank you so much for using my plugin.