e8dev150 downloadsSidebar calendar that shows Japanese public holidays and the Japanese era. Select a date to open its daily note.
An Obsidian plugin that shows a month calendar with Japanese public holidays (国民の祝日) in the sidebar. Select a date to open its daily note.
‹ / › to move between months and Today to jump back.| Setting | Description |
|---|---|
| Start week on | Sunday or Monday in the first column |
| Show holiday names | Show the holiday name under the date |
| Show Japanese era | Show the era year above the month |
| Show legend | Show the color legend below the calendar |
| Confirm before creating a daily note | Ask before creating a note for a date that has none |
The calendar follows the app language: labels are in Japanese when Obsidian's language is Japanese, otherwise in English. Holiday names are always in Japanese.
Search for Japanese Holiday Calendar in Settings → Community plugins → Browse.
main.js, manifest.json and styles.css from the latest release.<your vault>/.obsidian/plugins/japanese-holiday-calendar/.npm install
npm run dev # watch build
npm run build # production build
npm test # holiday calculation tests
npm run lint
MIT
Obsidianのサイドバーに、日本の祝日入りの月間カレンダーを表示するプラグインです。日付を押すとその日のデイリーノートを開きます(なければテンプレートから作成します)。
‹ › で月を移動、「今日」で今月に戻ります。