Skip to content

v1.0.5

Choose a tag to compare

@PandoraReads PandoraReads released this 18 May 05:21
· 93 commits to main since this release

What's New

Collapsible Sections

Click the triangle indicator on section headers to collapse/expand sections. Each section type has its own color. Collapse state persists across sessions via localStorage.

Cross-card Drag & Drop

Drag document links between project/note cards, and drag task items between todo cards. Empty cards can also receive items via drag-and-drop.

Card Reordering Fix

Fixed a bug where dragging cards in non-Memo sections (Todo, Projects, Notes) always placed the card at the first position. Cards now land exactly where you drop them. The drop index calculation now uses both X and Y coordinates with a row-based approach, correctly handling horizontal scroll layouts.

Bug Fixes

  • Section type preservation — Fixed a bug where renaming a section in the markdown file would reset its type to Projects
  • Empty card interaction — Cards with all items removed can now receive new items via drag-and-drop or the add input
  • Mobile drawer background — Quick actions and recent docs drawer uses solid background color for all themes

Mobile Improvements

  • Memo color picker button hidden on mobile (color input doesn't work on mobile browsers)
  • Mobile drawer uses solid --db-bg background instead of transparent sidebar color
  • Taller quick actions list in mobile drawer

UI

  • Distinct triangle colors per section type: Memo (amber), Todo (indigo), Projects (green), Notes (purple)
  • Larger click target for section collapse toggle