https://github.com/n00bzorz/Daily-and-weekly-notes
my templater code for my daily and weekly notes
https://github.com/n00bzorz/Daily-and-weekly-notes
Last synced: 4 months ago
JSON representation
my templater code for my daily and weekly notes
- Host: GitHub
- URL: https://github.com/n00bzorz/Daily-and-weekly-notes
- Owner: n00bzorz
- Created: 2022-11-05T00:34:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T06:56:18.000Z (about 2 years ago)
- Last Synced: 2024-08-13T07:15:42.880Z (8 months ago)
- Language: Roff
- Size: 49.8 KB
- Stars: 19
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - n00bzorz/Daily-and-weekly-notes - my templater code for my daily and weekly notes (Roff)
README
# my templater Daily and weekly notes
### Plugins needed to duplicate my set up:
Plugins used:
- [mulfok/obsidian-absolve](https://github.com/mulfok/obsidian-absolve)
- [ckRobinson/ulti-Column Markdown](https://github.com/ckRobinson/multi-column-markdown)
- [liamcain/obsidian-calendar-plugin](https://github.com/liamcain/obsidian-calendar-plugin)
- [blacksmithgu/obsidian-dataview](https://github.com/blacksmithgu/obsidian-dataview)
- [Richardsl/heatmap-calendar-obsidian](https://github.com/Richardsl/heatmap-calendar-obsidian)
- [twentytwokhz/quote-of-the-day](https://github.com/twentytwokhz/quote-of-the-day)
- [liamcain/obsidian-periodic-notes](https://github.com/liamcain/obsidian-periodic-notes)
- [SilentVoid13/Templater](https://github.com/SilentVoid13/Templater)
- [chhoumann/quickadd](https://github.com/chhoumann/quickadd)
- [shabegom/buttons](https://github.com/shabegom/buttons)## Retired Plugins (for me atleast)
- admonition
- Todoist Plugin
- Banners
---------------------------------------------------------------------------------------------------------------------``
# Here is a look at what can be done with just these plugins using this template:
---
THEME: PLN
starting from the top:
we have a dataviewJS querie that uses information pulled from the YAML to keep track of spending and income with another spot for investing if you feel like messing with the querie a bit. Just make sure you keep the inputs using the blank spots i put in. like so:- income:
- {name: Paycheck, value: 420.69}
- {name: eBay payout, value: 101.42}
- spent:
- {name: Coffee- 7/11, value: 4.20}
- {name: Rent - March, value: 600.00}

``
Then we have the "year in pixels" and for this all you really need to fill in is the mood in the "Wellbeing" section of the YAML. i have more plans for the rest of it but ATM this is all i got.


You can put in your own color codes and your own scale for the input here.then we have some simple next and previous day - the Quote of the day - some simple queries to pull to-dos and in the main section this requires Quick Add and Buttons PLugins
QuickAdd settings:

Button settings:
## OLD VERSIONS BELOW THIS LINE
---------------------------------------------------------------------------------------------------------------------## V1.1 - ~~New And Improved!~~ (Now with less width!)

