nyonyataro32 downloadsQuickly log mood, activities, and notes to daily notes.
Mood Journal records a required five-level mood, optional activities, and an optional Markdown note in your normal Obsidian daily note. It is designed for desktop and mobile and stores everything locally.
The Japanese interface above shows selecting a required mood and a nested activity, then the saved callout with both #日記 and #日記/プライベート/散歩.
On first launch, choose a language and Daily notes mode. Use the smile ribbon icon or the Open journal entry command, choose a mood, optionally add activities or a note, and save. Entries without a selected mood cannot be saved. Use Ctrl/Cmd+Enter to save on desktop. You can choose a past or future date and time.
The plugin follows Obsidian Daily notes settings or uses its manual folder/date-format/template settings. It renders only core {{title}}, {{date}}, and {{time}} template variables; it does not execute Templater.
English entries use an English heading and always include the journal root tag:
## Journal
> [!mood-log] 23:10 🙂 Good
> #journal #journal/Personal/Walk
> <!-- mood-log-id: 2026-07-20T23:10:00.000+09:00 -->
> <!-- mood-score: 4 -->
>
> A short note.
Japanese entries use ## 日記, the root tag #日記, and localized nested activity tags. Activities use up to two levels, such as #journal/Parent, #journal/Parent/Child, #日記/親, or #日記/親/子. An entry without an activity uses only #journal or #日記. When activities are selected, the root tag is retained and the nested activity tags are added on the same quoted line. Multiple selected activities are stored as separate nested tags.
Changing the display language affects only entries saved after the change. Existing Markdown is not migrated or rewritten, including legacy #activity/... tags. Japanese and English journal sections can coexist in the same daily note, and each language is ordered independently within its own section.
The tags are normal Obsidian nested tags. Mood Journal does not add or modify Properties/frontmatter, and it does not add activity-specific HTML comments. The existing mood-log-id and mood-score comments remain part of the log format. Mood labels and activities are stored in the plugin's data.json; journal entries remain Markdown. Broken manually edited logs are not repaired automatically.
Mood Journal makes no network requests and has no telemetry or analytics. It does not open saved notes automatically.
Copy main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/mood-journal/, then enable the plugin. This path is documentation only; the plugin does not hard-code it.
npm ci
npm run check
Run npm run dev for watch mode. Releases are prepared by the tag-triggered draft workflow; create no release before device QA. Screenshots/GIFs should be added before public release.
The repository includes a manual test plan for desktop, Android, iOS, sync, localization, and destructive-safety checks. See the release checklist before creating a beta or Community release.
Report reproducible issues with Obsidian version, platform, and safe steps to reproduce. Do not include private journal content.
Use the bug report template and include a redacted Markdown sample only when it is needed to reproduce the issue.