Skip to content

Commit fbff4ab

Browse files
committedMay 30, 2022
Add calendar graph to README
1 parent 471d23c commit fbff4ab

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
 

‎README.md

+12
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ while doing this, obsi is:
3030
- [Obsidian](https://obsidian.md): Obsidian is a program/app that allows you to interactively work with your markdown-files, it can be extended with many plugins that all run within Obsidian. obsi is command line based and works directly with your files for you. It's basically a text-focused extension of what you can do with Obsidian.
3131
- [DataView](https://github.com/blacksmithgu/obsidian-dataview): DataView is an Obsidian addon which allows you to dynamically query your vault like a database. The results are shown in Obsidian. The issue is that they are not persisted and can thus not be used without Obsidian, e.g. when not using the app. To me, this was a huge drawback, as I wanted to have my notes tool-independent. Also, its functionality is limited to fetching data, not file-generation or even machine learning applications.
3232

33+
## Calendar
34+
The calendar functionality generates calendar notes for you.
35+
The generated calendar is also part of this repo and can be downloaded directly at [example/output/calendar](example/output/calendar) (copy and paste the ones you like to your vault, that's it).
36+
The following notes are created by default:
37+
- [yearly notes](templates/year.md) (shown in red)
38+
- [monthly notes](templates/month.md) (shown in orange)
39+
- [weekly notes](templates/week.md) (shown in lime)
40+
- [daily notes](templates/day.md) (shows in green)
41+
42+
![calendar](calendar.png)
43+
44+
3345
## Usage
3446
Get obsi running with these five steps:
3547

‎calendar.png

165 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.