No description
Find a file
2026-07-04 04:07:14 +02:00
.github/workflows fix: add artifact attestation for styles.css (#20) (#21) 2026-06-13 03:07:14 +02:00
assets docs: options.md master settings reference + README screenshots 2026-07-03 18:00:11 +02:00
docs feat(#62): render task checkboxes as calendar bars + task creation modal (#63) 2026-07-04 03:45:11 +02:00
src fix: lint warnings — void return in task callback, window.requestAnimationFrame (#64) (#65) 2026-07-04 04:06:49 +02:00
.gitignore fix(calendar): improve month list wheel capture, scroll behavior, and responsive lane layout 2026-04-21 20:42:19 +02:00
CHANGELOG.md chore: release 0.3.1 2026-07-04 04:07:14 +02:00
esbuild.config.mjs feat: Phase 1+2 — scaffold and base yearly calendar view 2026-04-21 13:26:49 +02:00
eslint.config.mts fix: address all review errors and warnings (#11 #12 #13 #14 #16) (#17) 2026-06-13 02:55:03 +02:00
LICENSE fix: replace GPL-3.0 with MIT license (#7) (#8) 2026-06-13 02:23:41 +02:00
manifest.json chore: release 0.3.1 2026-07-04 04:07:14 +02:00
package-lock.json chore: release 0.3.1 2026-07-04 04:07:14 +02:00
package.json chore: release 0.3.1 2026-07-04 04:07:14 +02:00
README.md chore: release 0.3.0 2026-07-04 03:57:58 +02:00
styles.css feat(#62): render task checkboxes as calendar bars + task creation modal (#63) 2026-07-04 03:45:11 +02:00
tsconfig.json feat: Phase 1+2 — scaffold and base yearly calendar view 2026-04-21 13:26:49 +02:00
version-bump.mjs feat: Phase 1+2 — scaffold and base yearly calendar view 2026-04-21 13:26:49 +02:00
versions.json chore: release 0.3.1 2026-07-04 04:07:14 +02:00

🚧 Lindar is under development

Yet another yearly linear calendar plugin for Obsidian, designed for long-horizon planning

Lindar is a response to Nick Milo's request — in his video The Most Useful Calendar View in 2025 That No One Told You About from his channel Linking Your Thinking.

We'd like to thank him for his approach and his inspiration that guided the visual interface of Lindar.

Our calendar is bigger than a month to help you change your perspective and challenge your actions


Documentation

Topic
All options reference docs/options.md
Features & event format docs/features.md
Development guide docs/development.md
Roadmap docs/roadmap.md
Design notes docs/design.md
Changelog CHANGELOG.md

Options

options


Create event

  1. choose your Events notes folder in Settings > Community plugins > Lindar (default is Lindar)
  2. set hotkey for Lindar: Open in Settings > Hotkeys (suggested: Cmd+Shift+L)
  3. open the Linear Calendar tab from the ribbon icon or command palette or hotkey
  4. click a date to create an event
  5. fill in TITLE, date range, color, and optional metadata (TYPE, PARTICIPANTS, DESCRIPTION)
  6. on Save: the event is written as a Markdown note in your configured events folder
  7. cmd+click an event to open its related local note
  8. add - [ ] Task #lindar 📅 YYYY-MM-DD \#hex`` to any note to render a task bar on the calendar

event

note

Insert task

  1. set tag filter in Settings > Community plugins > Lindar (default #lindar)
  2. go to an empty line in any note
  3. type /Lindar: Create task
  4. fill in TITLE, START and/or DUE dates, optional TIME, and COLOR
  5. press Create to instert the task line
  6. open Lindar to see the task bar on the calendar   

Roadmap unlocks with GitHub stars:

  • 100 GitHub

    • tag-based discovery: display any note tagged #event
    • List & Unscheduled tabs
  • 500 GitHub

    • switch to vertical view
    • click on a month title to create an event all through that month
    • same for days: create a recurrent event on a day of the month throughout the year
  • 1 000 GitHub

    • CalDAV sync
    • two-way sync with remote calendars
    • iCal feed import   

  

License

This project is licensed under the MIT License.


  

made with by punkyard