{"id":32126345,"url":"https://github.com/holooooo/markdown-kanban","last_synced_at":"2025-10-20T23:57:43.831Z","repository":{"id":296348120,"uuid":"992578713","full_name":"holooooo/markdown-kanban","owner":"holooooo","description":"Vscode kanban plugin","archived":false,"fork":false,"pushed_at":"2025-07-06T14:05:37.000Z","size":512,"stargazers_count":9,"open_issues_count":1,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-20T23:57:20.640Z","etag":null,"topics":["efficiency","kanban","markdown","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/holooooo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-29T11:36:12.000Z","updated_at":"2025-09-19T18:39:48.000Z","dependencies_parsed_at":"2025-05-30T08:14:53.157Z","dependency_job_id":"546ee516-7c73-4d4f-94f3-fb6175d02d6a","html_url":"https://github.com/holooooo/markdown-kanban","commit_stats":null,"previous_names":["holooooo/markdown-kanban"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/holooooo/markdown-kanban","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holooooo%2Fmarkdown-kanban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holooooo%2Fmarkdown-kanban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holooooo%2Fmarkdown-kanban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holooooo%2Fmarkdown-kanban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holooooo","download_url":"https://codeload.github.com/holooooo/markdown-kanban/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holooooo%2Fmarkdown-kanban/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280179479,"owners_count":26285959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["efficiency","kanban","markdown","vscode-extension"],"created_at":"2025-10-20T23:57:42.813Z","updated_at":"2025-10-20T23:57:43.826Z","avatar_url":"https://github.com/holooooo.png","language":"JavaScript","readme":"# Markdown Kanban\n\u003e Made by cursor\n\nA powerful VS Code extension that transforms Markdown files into interactive Kanban boards, supporting task management, drag-and-drop operations, and rich task attributes.\n\n## ✨ Features\n![alt text](./imgs/image.png)\n### 📋 Basic Features\n- **Markdown Parsing**: Automatically parses task lists from Markdown files.\n- **Kanban View**: Displays tasks in a Kanban board format with multi-column layout.\n- **Drag \u0026 Drop**: Supports dragging and dropping tasks between different columns.\n- **Real-time Sync**: Ensures real-time, two-way synchronization between the Kanban board and the Markdown file.\n\n### 🎯 Task Management\n- **Task Collapse/Expand**: Tasks are collapsed by default, showing only the task name, priority, and tags. Click to expand for details.\n- **Priority Support**: Supports three priority levels: High (🔴), Medium (🟡), and Low (🟢).\n- **Workload Support**: Supports four workload levels: Easy (🟢), Normal (🟡), Hard (🔴), and Extreme (🔴🔴).\n- **Steps Support**: Supports steps for task management, using `- [ ] step` format.\n- **Tagging System**: Supports multiple tags for categorization, using `#tagname` or `[tag1, tag2]` format.\n- **Time Management**:\n  - Due Date: `due:YYYY-MM-DD`\n- **Task Description**: Supports multi-line detailed descriptions, including the new code block format.\n\n### 🆕 Task Format\nSupports a structured task format for better readability and organization:\n- **Structured Attributes**: Task attributes use an indented list format.\n- **Code Block Descriptions**: Use ```` ```md ```` code blocks for detailed descriptions.\n- **Array Tags**: Tags support `[tag1, tag2, tag3]` array format.\n- **Backward Compatibility**: Fully compatible with the old inline format.\n\n### 🔍 Filtering \u0026 Sorting\n- **Tag Filtering**: Filter tasks by tags; multiple tags (comma-separated) are supported.\n- **Multiple Sorting Options**: Sort by Task Name, Due Date, Priority, etc.\n- **Clear Filters**: One-click to clear all filtering and sorting conditions.\n\n### 🖥️ UI Features\n- **Dual View Mode**:\n  - Sidebar View: Compact Kanban display.\n  - Main Panel: Full Kanban editing interface.\n- **Modern UI**: Adheres to VS Code design guidelines and supports theme switching.\n- **Responsive Design**: Adapts to different screen sizes.\n\n## 🚀 Quick Start\n\n### Installation\n1. Search for \"Markdown Kanban\" in the VS Code Extension Marketplace.\n2. Click Install.\n\n### How to Use\n\n#### 1. Create a Markdown Kanban File\n\n```markdown\n# My Project Board\n\n## To Do\n\n### Design User Interface\n\n  - due: 2024-01-15\n  - tags: [design, ui, frontend, backend]\n  - priority: high\n  - workload: Hard\n  - defaultExpanded: true\n  - steps:\n      - [x] asd\n      - [x] xgfs\n    ```md\n    Design user login and registration pages, including:\n    - Responsive layout design\n    - Brand color application\n    - User experience optimization\n    ```\n\n### Write API Documentation\n\n  - due: 2024-01-20\n  - tags: [documentation, backend]\n  - priority: medium\n    ```md\n    Write complete REST API documentation using OpenAPI 3.0 specification.\n    Include request and response examples for all endpoints.\n    ```\n\n## Done\n\n### Project Initialization\n\n  - due: 2024-01-05\n  - tags: [setup]\n  - priority: low\n```\n\n#### 2. Open Kanban View\n- **Method 1**: Right-click on the Markdown file → Select \"Kanban\"\n- **Method 2**: Use the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P`) → Type \"Open Kanban Board\"\n- **Method 3**: Check the Kanban view in the sidebar.\n\n#### 3. Use Filtering and Sorting\n- **Tag Filtering**: Enter tag names in the top filter box (e.g., design,ui).\n- **Sorting**: Use the sort dropdown menu to select a sorting method.\n- **Clear**: Click the \"Clear Filters\" button to reset all conditions.\n\n#### 4. Task Operations\n- **View Task**: Click on a task card to expand/collapse detailed information.\n- **Move Task**: Drag and drop tasks to different columns.\n- **Edit Task**: Click the \"Edit\" button on a task.\n- **Delete Task**: Click the \"Delete\" button on a task.\n- **Add Task**: Click the \"+ Add Task\" button at the bottom of a column.\n\n#### 5. Column Management\n- **Hide Column**: Click the eye icon on the right side of the column title.\n- **Show Hidden Columns**: Click the \"Manage Columns\" button and enter the column number when prompted.\n- **Reorder Columns**: Drag and drop column titles to reorder them.\n\n#### 6. Enable or Disable File Switching\n- **Change the setting**: Use the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P`) → Type \"Enable/Disable File Switcher\"\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholooooo%2Fmarkdown-kanban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholooooo%2Fmarkdown-kanban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholooooo%2Fmarkdown-kanban/lists"}