Timeline Calendar

by zen
5
4
3
2
1
Score: 35/100
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. A clean timeline calendar with grid-aligned time labels for daily notes and tasks.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Timeline Calendar

Timeline Calendar is an Obsidian calendar plugin for daily notes and tasks. It provides month, week, day, and agenda views, with a cleaner timeline layout where time labels align with the grid lines.

This plugin is based on the MIT-licensed Obsidian Big Calendar project.

Features

  • Month, week, day, and agenda calendar views
  • Reads time-stamped tasks and list items from daily notes
  • Supports timed events, all-day tasks, drag and drop, and resizing
  • Opens the original note when you select an event
  • Cleaner timeline gutter with line-aligned time labels
  • Compact event layout for dense task schedules

Time Formats

Timeline Calendar recognizes entries like:

- [ ] 08:30 Morning meeting
- [ ] 09:00-12:00 Project planning
- 14:00 Review notes

Settings

  • Choose whether the week starts on Sunday or Monday
  • Choose the heading where new events are inserted
  • Choose which section of daily notes is processed for events
  • Configure workspace filters for event type, folder path, and content matching

Manual Installation

  1. Download main.js, manifest.json, and styles.css from the latest GitHub release.
  2. Put them in your vault under .obsidian/plugins/timeline-calendar/.
  3. Reload Obsidian.
  4. Enable Timeline Calendar in Community plugins.

Development

npm install
npm run build

The build writes main.js and styles.css to the repository root.

License

MIT. See LICENSE.