Skip to content

Commit

Permalink
Merge pull request #6 from tu2-atmanand/dev-updating
Browse files Browse the repository at this point in the history
update thumbnail and testing YouTube embed
  • Loading branch information
tu2-atmanand authored Jan 3, 2025
2 parents dd451fb + fc4696f commit 6d66452
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
Binary file added assets/TaskBoardThumbnail-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/TaskBoardThumbnail.png
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/Vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down
10 changes: 8 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

<!-- [![Task Board plugin - Introduction](http://i.ytimg.com/vi/ZizsPBuXW8g/hqdefault.jpg)](https://www.youtube.com/watch?v=ZizsPBuXW8g) -->

<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>

{% include helpers/video.html url="<https://www.youtube.com/embed/fy7q0klb0yI>" width="560" height="315" %}

## Topics

- [01 - Installation](./docs/Installation.md)
Expand All @@ -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)

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6d66452

Please sign in to comment.