Commit graph

71 commits

Author SHA1 Message Date
nmn
1d3d86cb4a chore: release 0.3.1 2026-07-04 04:07:14 +02:00
pun kyard
f53b27b242
fix: lint warnings — void return in task callback, window.requestAnimationFrame (#64) (#65)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-07-04 04:06:49 +02:00
nmn
5aaa993338 chore: release 0.3.0 2026-07-04 03:57:58 +02:00
nmn
e55ed6e579 docs: quick task section in README 2026-07-04 03:46:23 +02:00
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
nmn
a79f3c4c70 chore: bump version to 0.2.3 2026-07-03 19:32:06 +02:00
pun kyard
6dc751172f
fix: resolve scorecard ESLint errors — heading, type assertions, misused promises, activeDocument (#60) (#61)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-07-03 19:30:00 +02:00
nmn
cabbb739a0 chore: release 0.2.2 2026-07-03 19:00:18 +02:00
pun kyard
3821d47305
fix: reload events from disk when opening edit modal (#58) (#59)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-07-03 18:59:57 +02:00
nmn
02e6067ba4 fix: reload events from disk when opening edit modal to pick up external note edits 2026-07-03 18:49:04 +02:00
nmn
dba8b91e86 docs: options.md master settings reference + README screenshots 2026-07-03 18:00:11 +02:00
nmn
0f51dbb430 chore: release 0.2.1 2026-07-03 17:34:56 +02:00
pun kyard
8249baa5cd
feat: category reorder and enable/disable toggle (#56) (#57)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-07-03 17:33:15 +02:00
nmn
df480aee5d docs: participants wiki-linking, frontmatter field updates, link PR #53 to issue #50 2026-07-03 17:12:48 +02:00
nmn
811f03b977 docs: add PR #52 to 0.2.0 changelog 2026-07-03 17:10:15 +02:00
nmn
a194ee9ed5 feat: custom combobox for category selector + release 0.2.0 2026-07-03 17:07:53 +02:00
pun kyard
a60aa7447d
fix: read description from note body, not frontmatter (#54) (#55)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-07-03 16:48:25 +02:00
pun kyard
762136428b
feat: open category system with per-color defaults and per-event color override (#53) (#53)
- Add EventCategory interface + categories CRUD in settings
- Dynamic datalist + auto-color on category match in event modal
- Full cell today highlight, rename TYPE to CATEGORY
- Consistent frontmatter: title → type → uid → color → event → allDay → start → end → participants
- Accept lindar-event as event marker alias
- Wednesdays toggle above weekends in settings

Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-07-03 16:48:20 +02:00
nmn
3f64db7f7f chore: release 0.1.12 2026-07-03 13:09:04 +02:00
pun kyard
46804a25fd
feat: add weekend and Wednesday highlight toggles (#50) (#51)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-07-03 13:08:50 +02:00
nmn
1114c191e6 chore: release 0.1.11 2026-06-24 18:19:56 +02:00
nmn
63413e0a87 docs: mention hotkey in quick start step 3 2026-06-24 18:19:09 +02:00
pun kyard
d889826e5d
fix: remove plugin name from command per community guidelines (#48) (#49)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-24 18:16:09 +02:00
nmn
9a8de027a5 chore: release 0.1.10 2026-06-24 18:04:18 +02:00
pun kyard
3fdb6362ce
feat: wrap participants in [[wikilinks]] on save, strip on load (#46) (#47)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-24 18:01:24 +02:00
pun kyard
22fe931887
feat: rename command to 'Open Lindar', suggest hotkey in README (#44) (#45)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-24 17:43:05 +02:00
pun kyard
9bd105a47f
fix: clarify 0 value description for lanes setting (#42) (#43)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-24 16:41:15 +02:00
pun kyard
a0a7fe7dc3
docs: clarify event lanes setting description (#41)
* docs: clarify event lanes setting description (#40)

* fix: reorder settings, hide lanes cap when expand is on (#40)

---------

Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-24 16:29:06 +02:00
pun kyard
5348ecd7a0
fix: allow empty motto, hide motto div when empty (#39)
* fix: allow empty motto, hide motto div when empty (#38)

* fix: clarify event lanes setting description (#38)

* Revert "fix: clarify event lanes setting description (#38)"

This reverts commit 758f8ac657.

---------

Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-24 16:23:51 +02:00
pun kyard
f994eda86c
docs: split README into docs/, add early-dev warning, complete changelog (#37)
* docs: split README into docs/, add early-dev warning, complete changelog (#36)

* fix: polish README, remove unused .hotreload (#36)

---------

Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-24 14:38:53 +02:00
nmn
bde14efec5 fix: open note button aligned right after delete (no far-right push) 2026-06-24 01:33:05 +02:00
pun kyard
6c1033fa0e
feat: cmd+click on calendar event opens note file (#32) (#34)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-24 01:25:51 +02:00
pun kyard
f5ba93980d
feat: add open note button in event modal, fix version to 0.1.9 (#31)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-24 01:19:37 +02:00
pun kyard
bc1c2661bd
fix: rename notes field to description (#29) (#30)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-24 01:09:30 +02:00
pun kyard
4b09d64ea6
Weekend bg visibility, Wednesday highlight, UI polish (#25) (#26)
* fix: make weekend bg distinct on all themes (#25)

* fix: make weekend bg distinct on all themes (#25)

* feat: weekendbg, wed highlight, header rounding, mobile labels, hover fix (#25)

- Weekend bg: neutral color-mix (text-muted 12%) — visible any theme
- Wednesday cells get same bg as weekends
- Header row rounded corners: Sat/Sun/Wed specific per top/bottom
- Hover uses background-image overlay (works on any bg color)
- Mobile: single-letter days, 2-letter months via data-mb attr
- Blurry line fix: month-row background, removed scroll-gradient ::after
- Nav bar centered between title and calendar header
- Date numbers centered
- Removed borders, box-shadows, empty cell opacity

* chore: bump version to 1.2.1

---------

Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-24 00:30:51 +02:00
nmn
f94ce22871 chore: bump version to 0.1.8 2026-06-13 19:15:55 +02:00
pun kyard
a548088c20
fix: replace deprecated display() with ColorComponent.setValue() (#22) (#23)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-13 18:59:25 +02:00
nmn
4a3709d781 chore: bump version to 0.1.7 2026-06-13 03:07:16 +02:00
pun kyard
5782a991ea
fix: add artifact attestation for styles.css (#20) (#21)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-13 03:07:14 +02:00
nmn
ee61a75083 chore: bump version to 0.1.6 2026-06-13 03:04:46 +02:00
pun kyard
0acba24f3a
fix: rename default events folder to yearly-events (#18) (#19)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-13 03:04:44 +02:00
nmn
ef45eb1d6c chore: bump version to 0.1.5 2026-06-13 02:56:15 +02:00
pun kyard
8f62ff2e94
fix: address all review errors and warnings (#11 #12 #13 #14 #16) (#17)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-13 02:55:03 +02:00
pun kyard
09272d3351
fix: add assets folder to git (#9) (#10)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-13 02:35:58 +02:00
pun kyard
3695c2c795
fix: replace GPL-3.0 with MIT license (#7) (#8)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-13 02:23:41 +02:00
pun kyard
a170ba15d1
fix: rename plugin name to Lindar (#5) (#6)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-13 02:14:00 +02:00
nmn
bb130cad96 chore: add release workflow 2026-06-13 02:06:10 +02:00
nmn
b995d93305 chore: bump version to 0.1.3 2026-06-13 02:02:56 +02:00
pun kyard
52a413dd09
fix: set manifest id to lindar (#3) (#4)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-13 01:59:52 +02:00
pun kyard
5f8db21040
fix: rename plugin id to linear-calendar, add authorUrl and fundingUrl (#1) (#2)
Co-authored-by: nmn <punkyard@users.noreply.github.com>
2026-06-13 01:51:27 +02:00