https://github.com/raboro/obsidian-birthday-tracker-plugin
Obsidian plugin to keep track of all birthdays of your family and friends.
https://github.com/raboro/obsidian-birthday-tracker-plugin
ci css javascript linter obsidian-md obsidian-plugin typescript
Last synced: 2 months ago
JSON representation
Obsidian plugin to keep track of all birthdays of your family and friends.
- Host: GitHub
- URL: https://github.com/raboro/obsidian-birthday-tracker-plugin
- Owner: Raboro
- License: mit
- Created: 2023-08-18T18:33:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T09:37:13.000Z (2 months ago)
- Last Synced: 2025-04-07T10:31:45.232Z (2 months ago)
- Topics: ci, css, javascript, linter, obsidian-md, obsidian-plugin, typescript
- Language: TypeScript
- Homepage:
- Size: 1.17 MB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Obsidian-Birthday-Tracker-Plugin
[](https://github.com/Raboro/Obsidian-Birthday-Tracker-Plugin/releases/latest) [](https://github.com/Raboro/Obsidian-Birthday-Tracker-Plugin/releases/latest)
[](https://github.com/Raboro/Obsidian-Birthday-Tracker-Plugin/actions/workflows/ci.yml)This plugin allows you to keep track of all birthdays of your family and friends.

## Using
You need a file containing all the birthday data.
To find this file you need to add the location in the settings. After that you can add your persons with:
``name=; birthday=`` \
For example: ``name=Peter Rudolf; birthday=17/08/2033``.
You need the add all those persons line after line:
```
name=Peter Rudolf; birthday=17/08/2033
name=Hans Ap; birthday=01/05/2004
name=Mats Mattis; birthday=21/03/1999
```After that you can click on the ribbon icon or use the command to trigger the plugin. \
You will receive a notice for all persons who have birthday today and get in a separate view an overview over all persons sorted by their next birthday.### Year View
You can also use the **Year View** to get an overview over all birthdays. You can also click on the names to get more infomation of this person.
## Settings
You can set a date formatting. The default is: ``DD/MM/YYYY``. This is needed to collect your dates and display them. Also you can set the location of the file containing the birthday data. This must include `.md` as postfix. The default value is: `birthdayNode.md`