Skip to content

Commit fc4696f

Browse files
committed
update thumbnail and testing YouTube embed
1 parent 886d628 commit fc4696f

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

assets/TaskBoardThumbnail-2.png

487 KB
Loading

assets/TaskBoardThumbnail.png

-1.26 MB
Binary file not shown.

docs/Vision.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To better understand Kanban methodology, I referred to this resource: [Kanban Me
4040

4141
## 2. GitHub Project Planning
4242

43-
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).
43+
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).
4444

4545
### Key Features That Inspired Me
4646

@@ -53,9 +53,9 @@ GitHub Project Planning offers a more advanced and dynamic approach to task mana
5353
- Edit every task property effortlessly with just a few clicks.
5454
- Maintain separate input fields for the task title and task description.
5555
- Add comments, which are automatically timestamped.
56-
- Track every change to the task, such as updates to tags or due dates.
56+
- 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.
5757

58-
- 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.
58+
- 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.
5959

6060
3. **Automation Through Workflows**
6161
- GitHub Projects introduces workflows, which allow you to automate task management. For example:

index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ permalink: /
1313
[Get started now](#how-to-start){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 .mx-auto }
1414
[View it on GitHub](https://github.com/tu2-atmanand/Task-Board){: .btn .fs-5 .mb-4 .mb-md-0 .mx-auto }
1515

16+
<!-- [![Task Board plugin - Introduction](http://i.ytimg.com/vi/ZizsPBuXW8g/hqdefault.jpg)](https://www.youtube.com/watch?v=ZizsPBuXW8g) -->
17+
18+
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZizsPBuXW8g?si=vH6_nRQO6da5kj23" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
19+
20+
{% include helpers/video.html url="<https://www.youtube.com/embed/fy7q0klb0yI>" width="560" height="315" %}
21+
1622
## Topics
1723

1824
- [01 - Installation](./docs/Installation.md)
@@ -27,7 +33,7 @@ permalink: /
2733

2834
[**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.
2935

30-
![Task Board Thumbnail](./assets/TaskBoardThumbnail.png)
36+
![Task Board Thumbnail](./assets/TaskBoardThumbnail-2.png)
3137

3238
Understand the complete UI of Task Board from here : [Task Board Pane](./docs/Components/Task_Board_Pane.md)
3339

@@ -61,7 +67,7 @@ I always used the [Kanban Plugin](https://github.com/mgmeyers/obsidian-kanban) t
6167

6268
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.
6369

64-
To understand the vision of this project future development roadmap : [Vision of Task Board](./docs/Vision.md).
70+
To understand the vision and future development roadmap of this project : [Vision of Task Board](./docs/Vision.md).
6571

6672
## Support
6773

0 commit comments

Comments
 (0)