Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barabasz/obsidian-journal
Javascript template for Obsidian's Templater that automatically creates stubs for days, month and years.
https://github.com/barabasz/obsidian-journal
javascript journal momentjs obsidian obsidian-md obsidian-templater
Last synced: about 3 hours ago
JSON representation
Javascript template for Obsidian's Templater that automatically creates stubs for days, month and years.
- Host: GitHub
- URL: https://github.com/barabasz/obsidian-journal
- Owner: barabasz
- License: mit
- Created: 2023-08-09T10:07:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T15:54:23.000Z (about 1 year ago)
- Last Synced: 2024-11-06T15:50:29.254Z (about 2 months ago)
- Topics: javascript, journal, momentjs, obsidian, obsidian-md, obsidian-templater
- Language: JavaScript
- Homepage:
- Size: 413 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# obsidian-journal
Javascript template for Obsidian's Templater that automatically creates stubs for days, month and years.## Requirements
- [Templater](https://github.com/SilentVoid13/Templater)
- [Dataview](https://github.com/blacksmithgu/obsidian-dataview)## Year view
## Month view
## Day view
## Properties
### For day-notes
- thisDay
- nextDay
- prevDay
- thisMonth
- thisYear### For month-notes
- thisMonth
- nextMonth
- prevMonth
- thisYear### For year-notes
- thisYear
- nextYear
- prevYear### For day properties (thisDay, etc.)
- date
- year
- month
- day
- dayInt
- dow (day of week)
- doy (day of year)
- name
- nameEn
- fullName
- fullNameEn
- path
- link
- linkName
- lifedays### For month properties (thisMonth, etc.)
- year
- month
- monthInt
- name
- nameEn
- nameGen
- fullName
- fullNameEn
- days
- firstDay
- firstDayDow
- lastDay
- lastDayDow
- path
- link
- linkGen### For year properties (thisYear, etc.)
- year
- days
- isLeap
- path
- link