Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin'
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkboswell committed Jun 4, 2023
2 parents da6a562 + c216b20 commit e48e504
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Weekly Review

My weekly review process consists of reviewing all of the files that I created this week, but I found opening all of those files in Obsidian to be a bit tedious. This plugin opens all of the files you have created in the last week (how many days you want to open is configurable).

## Video Walkthrough

[![Weekly Review Plugin Video](https://img.youtube.com/vi/U2MLHcaCbl4/0.jpg)](https://www.youtube.com/watch?v=U2MLHcaCbl4)

https://youtu.be/U2MLHcaCbl4

My weekly review process consists of reviewing all of the files that I created this week, but I found opening all of those files in Obsidian to be a bit tedious. This plugin opens all of the files you have created in the last week (how many days you want to open is configurable).
## Installation
This plugin is now available directly within Obsidian. If for some reason you need to manually install it, you can follow the instructions in the video below:

[![How to Manually Install an Obsidian Plugin](https://img.youtube.com/vi/ffGfVBLDI_0/0.jpg)](https://www.youtube.com/watch?v=ffGfVBLDI_0)

https://youtu.be/ffGfVBLDI_0

## Usage

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "Weekly Review",
"version": "1.1.0",
"minAppVersion": "0.15.0",
"description": "This is opens all of the files you have created in the last week.",
"description": "This opens all of the files you have created in the last week to support easy Weekly Reviews.",
"author": "Brandon Boswell",
"authorUrl": "https://brandonkboswell.com",
"isDesktopOnly": false
}
}

0 comments on commit e48e504

Please sign in to comment.