diff --git a/assets/TaskBoardThumbnail-2.png b/assets/TaskBoardThumbnail-2.png new file mode 100644 index 0000000..90d9f33 Binary files /dev/null and b/assets/TaskBoardThumbnail-2.png differ diff --git a/assets/TaskBoardThumbnail.png b/assets/TaskBoardThumbnail.png deleted file mode 100644 index 0a8ffd1..0000000 Binary files a/assets/TaskBoardThumbnail.png and /dev/null differ diff --git a/docs/Vision.md b/docs/Vision.md index 02e697d..891e507 100644 --- a/docs/Vision.md +++ b/docs/Vision.md @@ -40,7 +40,7 @@ To better understand Kanban methodology, I referred to this resource: [Kanban Me ## 2. GitHub Project Planning -GitHub Project Planning offers a more advanced and dynamic approach to task management. To understand this better, you can explore the [Task Board GitHub Project](https://github.com/users/tu2-atmanand/projects/2/views/1). +GitHub Project Planning offers a more advanced and dynamic approach to task management. This is actually the same interface you will see when you visit the [Task Board GitHub Project Planing Kanban Board](https://github.com/users/tu2-atmanand/projects/2/views/1). ### Key Features That Inspired Me @@ -53,9 +53,9 @@ GitHub Project Planning offers a more advanced and dynamic approach to task mana - Edit every task property effortlessly with just a few clicks. - Maintain separate input fields for the task title and task description. - Add comments, which are automatically timestamped. - - Track every change to the task, such as updates to tags or due dates. + - Track every change to the task, such as updates to tags or due dates. This is the power of journalizing your work while you were working in that specific task. - - What’s even more exciting is the idea of integrating **Obsidian’s live editor** into these pop-ups. This would eliminate the need to switch between editor and preview modes, streamlining the workflow significantly. + - What’s even more exciting is the idea of integrating **Obsidian’s live editor** into this window. This would eliminate the need to switch between editor and preview modes, streamlining the workflow significantly. 3. **Automation Through Workflows** - GitHub Projects introduces workflows, which allow you to automate task management. For example: diff --git a/index.md b/index.md index 4426d1d..4feafa0 100644 --- a/index.md +++ b/index.md @@ -13,6 +13,12 @@ permalink: / [Get started now](#how-to-start){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 .mx-auto } [View it on GitHub](https://github.com/tu2-atmanand/Task-Board){: .btn .fs-5 .mb-4 .mb-md-0 .mx-auto } + + + + +{% include helpers/video.html url="" width="560" height="315" %} + ## Topics - [01 - Installation](./docs/Installation.md) @@ -27,7 +33,7 @@ permalink: / [**Task Board**](https://github.com/tu2-atmanand/Task-Board) is a plugin for [Obsidian](https://obsidian.md/) to view and manage all your task in a much more efficient Kanban board format. Easily manage your tasks throughout your vault from a single place. And automate your task management workflow. -![Task Board Thumbnail](./assets/TaskBoardThumbnail.png) +![Task Board Thumbnail](./assets/TaskBoardThumbnail-2.png) Understand the complete UI of Task Board from here : [Task Board Pane](./docs/Components/Task_Board_Pane.md) @@ -61,7 +67,7 @@ I always used the [Kanban Plugin](https://github.com/mgmeyers/obsidian-kanban) t While development I took inspirations from CardBoard and Kanban plugin as well as many feature ideas from [GitHub project planning KanBan board](https://docs.github.com/en/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/changing-the-layout-of-a-view#about-the-board-layout). I hope I am able to give the best of all this three plugins into one, and will be improving this further. -To understand the vision of this project future development roadmap : [Vision of Task Board](./docs/Vision.md). +To understand the vision and future development roadmap of this project : [Vision of Task Board](./docs/Vision.md). ## Support