Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvai/Trilium-DailyMood
Browse daily moods in the calendar.
https://github.com/dvai/Trilium-DailyMood
Last synced: 2 months ago
JSON representation
Browse daily moods in the calendar.
- Host: GitHub
- URL: https://github.com/dvai/Trilium-DailyMood
- Owner: dvai
- License: apache-2.0
- Created: 2024-01-12T09:52:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T10:34:42.000Z (about 1 year ago)
- Last Synced: 2024-08-02T06:13:46.892Z (6 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-trilium - Trilium-DailyMood - DailyMood](https://img.shields.io/github/last-commit/dvai/Trilium-DailyMood) (🪄 Scripts)
README
# Trilium-DailyMood
Browse daily moods in the calendar.![preview](preview.jpg)
# Installation
1. Create a new code note named "dailyMood" in your Trilium note library, with the type set as "JS Frontend", and set the attribute `#run=frontendStartup` for this note.
2. Copy the code from [dailyMood.js](dailyMood.js) in the repository and paste it into your newly created dailyMood note.
3. Restart Trilium frontend (press F5 or restart).# Usage
Just add the `#todayMood=x` tag in your daily diary, where `x` is an integer value ranging from 0 to 10.> Tip: You can add the `#label:todayMood=promoted,single,number` tag in your diary template to automatically generate the `#todayMood` tag in your daily diary.