Skip to content

Kanban Moonlight Release 1.0.0

Choose a tag to compare

@Tyliz Tyliz released this 04 Jul 03:04
· 66 commits to main since this release

v1.0.0 — Initial Release

Features

  • Kanban Board View: Render markdown notes with frontmatter tags as interactive Kanban cards.
  • Drag & Drop: Move cards between columns with automatic state updates and history logging.
  • Create Task: Create new tasks from the board or command palette (title, description, category, column).
  • Delete Task: Remove tasks with a confirmation dialog — button on cards + command palette.
  • Search / Filter: Real-time search across titles, descriptions, categories, and tags.
  • Customizable Columns: Add, remove, reorder, rename columns with custom icons and colors.
  • Categories System: Define categories with icons and colors — shown as borders and tags on cards.
  • Completion Tracking: Mark tasks as complete with one click. Configurable time window for history.
  • Icon Selector: Searchable modal with hundreds of Lucide icons.
  • i18n: English and Spanish (auto-detected from Obsidian locale).
  • Auto-refresh: Board updates automatically on file changes, creation, or deletion.

Default columns

BacklogTo DoWorking OnReview