No description
Find a file
2023-09-23 18:38:35 +09:30
.github/workflows Fixed up folders and files 2023-09-23 18:15:25 +09:30
src Fixed up folders and files 2023-09-23 18:15:25 +09: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 Initial commit 2023-09-06 17:50:49 +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
manifest.json Fixed up folders and files 2023-09-23 18:15:25 +09:30
package-lock.json Finished most the css and all main features 2023-09-23 17:43:52 +09: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-09-23 18:38:35 +09:30
styles.css Fixed up folders and files 2023-09-23 18:15:25 +09: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 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.

image

Toggle edit/read mode

There is a toggle to enter edit mode, within this you can create and remove subjects.

image

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)

Obsidian_3uJSycKLUQ

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.

image

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.

image

If the task's date is before your current date then it will appear red for overdue.

image

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.

image

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.