Skip to content

Javascript template for Obsidian's Templater that automatically creates stubs for days, month and years.

License

Notifications You must be signed in to change notification settings

barabasz/obsidian-journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obsidian-journal

Javascript template for Obsidian's Templater that automatically creates stubs for days, month and years.

Requirements

Year view

year

Month view

month

Day view

day

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

About

Javascript template for Obsidian's Templater that automatically creates stubs for days, month and years.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published