No description
Find a file
pun kyard cedbe790cd
feat(#62): render task checkboxes as calendar bars + task creation modal (#63)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-07-04 03:45:11 +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 feat(#62): render task checkboxes as calendar bars + task creation modal (#63) 2026-07-04 03:45:11 +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 feat(#62): render task checkboxes as calendar bars + task creation modal (#63) 2026-07-04 03:45:11 +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: bump version to 0.2.3 2026-07-03 19:32:06 +02:00
package-lock.json chore: bump version to 0.1.7 2026-06-13 03:07:16 +02:00
package.json chore: bump version to 0.2.3 2026-07-03 19:32:06 +02:00
README.md feat(#62): render task checkboxes as calendar bars + task creation modal (#63) 2026-07-04 03:45:11 +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: bump version to 0.2.3 2026-07-03 19:32:06 +02:00

🚧 Lindar is under development

Yet another yearly linear calendar plugin for Obsidian, designed for long-horizon planning, but: • yearly • horizontal • linear

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.png


Quick start

  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

Quick task

Task checkboxes from any vault note appear as bordered outline bars in the calendar.

- [ ] Title #lindar 🛫 YYYY-MM-DD 📅 YYYY-MM-DD `#hex`
  • Tag filter configurable in settings (default #lindar)
  • Date emoji: 🛫 (start) or 📅 (due) or (scheduled) — Tasks plugin compatible
  • Color: `#hex` in backticks at end of line
  • Range bars when both start and due are present

Create a task

  • Type / at line start in any note → pick "Lindar: Create task" → fill the modal
  • Or use Command PaletteLindar: Create task at cursor

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