Skip to content

Commit 504396d

Browse files
authored
Merge pull request #2 from tu2-atmanand/dev-updating
final fixes for today
2 parents bdd06d7 + c5a4151 commit 504396d

File tree

7 files changed

+30
-15
lines changed

7 files changed

+30
-15
lines changed

docs/Components/Task_Board_Pane.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ On the right side of this section there are two button :
2424

2525
- **Configure Board :** This button will open the [Configure Board Window](../How_To/HowToUseBoardSettings.md), to change the settings of the currently active board. You can also able to see the settings of other boards in the same window as well as a tab for [Global Settings](../How_To/HowToUseGlobalSettings.md).
2626

27+
- **Refresh Board :** This button helps you to refresh the board with the latest data or to solve any UI anomaly you might see for few Task Items. In normal usage you might not to use this button. This button is very useful when the [Real-Time Scanning](../How_To/HowToUseGlobalSettings.md#real-time-scanning) option is **OFF** and you are doing the [manual scanning](../Features/Auto_Scanning_Files.md#manual-scanning).
28+
2729
## Active Board Section
2830

2931
In this section you will be able to see all your columns of the board in order, the way you organized them in the Board Configuration. In side the Columns you will be able to see all your tasks as a [Task Item Card](./Task_Item_Card.md) as applicable. The tasks will be placed in the respective columns based on the [column criteria](./Types_Of_Columns.md).

docs/Components/Task_Formats.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ But this plugin only works for the first kind of checkbox or detects any line as
3030

3131
So, if you want the plugin to not detect any of your task and consider the task as normal text, then you can use the other types of formats. This even works for sub-task. Any sub-tasks with the patter other than supported by this plugin, will be considered as a description content for the task and will be shown under the Description section and not as a sub-task.
3232

33-
{: .note } Please note that, only the tasks without any indentation will be detected by this plugin. So if you say have something like below content inside your markdown file, the task wont be detected. Submit a [request](../Advanced/HowToCreateRequest.md) if you want to have this functionality.
33+
{: .note }
34+
> Please note that, only the tasks without any indentation will be detected by this plugin. So if you say have something like below content inside your markdown file, the task wont be detected. Submit a [request](../Advanced/HowToCreateRequest.md) if you want to have this functionality.
3435
3536
```md
3637
This is a simple line without any indentation or an paragraph.

docs/Components/Types_Of_Columns.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,19 @@ Using these above two values you are creating a range of dates. For example, if
3030

3131
Here is a table for you to understand how you can create a column to with a range to show the specific tasks you want:
3232

33-
| From | To | Range |
34-
| ---- | --- | -------------------------------------------------------------------------- |
35-
| 0 | 0 | All the tasks which have today's date as due date. |
36-
| 1 | 1 | All the tasks which have tomorrow's date as due date. |
37-
| -1 | -1 | All the tasks which had yesterday's date as the due date. (overdue tasks) |
38-
| 1 | 7 | All the tasks which are scheduled for next 7 days, starting from tomorrow. |
39-
| -1 | | All the overdue tasks. |
40-
| 1 | | All the tasks scheduled for future, starting from tomorrow. |
33+
| From | To | Range |
34+
|------|----|----------------------------------------------------------------------------|
35+
| 0 | 0 | All the tasks which have today's date as due date. |
36+
| 1 | 1 | All the tasks which have tomorrow's date as due date. |
37+
| -1 | -1 | All the tasks which had yesterday's date as the due date. (overdue tasks) |
38+
| 1 | 7 | All the tasks which are scheduled for next 7 days, starting from tomorrow. |
39+
| -1 | | All the overdue tasks. |
40+
| 1 | | All the tasks scheduled for future, starting from tomorrow. |
41+
42+
{: .note }
43+
> Observe that, the **To** field for the last two column in above table has been kept empty. Empty field indicates and infinity value, which means, if you want to display all tasks starting from tomorrow going upto infinity in future, you can just leave the field empty or enter a zero, that will work as well.
44+
>
45+
> You might also find out that, while entering 0 in the field, it keeps the field empty, thats a normal behavior in obsidian and it will work as expected, as per the above column.
4146
4247
## Tagged
4348

docs/Features/MarkingTaskComplete.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Once you click on the main checkbox of the of any task, it will be first move fr
1919
The second this which will happen is, the status of the checkbox will be updated inside the parent markdown file of the task. So the pattern `- [ ]` will change to `- [x]`.
2020

2121
{: .new-title }
22+
> Upcoming Feature
23+
>
2224
> At present this functionality is very basic, but in future release this page will be updated with the upcoming features, when you will be able to change the status of the checkbox with different types of emojis.
2325
>
2426
> The second biggest feature will be Task Actions, when if the checkbox is clicked of a task item belonging to a specific column, it will be moved to a destination column and not the default **completed** column type.

docs/How_To/HowToAddNewColumn.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ If you have created a fresh new board you board configuration will look like fol
2222
**Step 5 :** You new colmn will appear inside your board. you can choose to add more different types of columns as you need inside the board.
2323

2424
{: .new-title }
25+
> Save Button
26+
>
2527
> Remember to click on the save button, to save your new changes.

docs/How_To/HowToUseBoardSettings.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ This will open the settings panel as shown below :
1414

1515
![BoardConfigureModal](../../assets/BoardConfigureModal.png)
1616

17-
{: .note }
18-
**NOTE :** Remeber to press on the `Save` button after you have changed any value for the Board settings.
17+
{: .new-title }
18+
> Save Button
19+
>
20+
> Remember to press on the `Save` button after you have changed any value for the Board settings.
1921
2022
## Basic Settings
2123

index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ permalink: /
88

99
# **Task Board**
1010

11-
{: .d-inline-block }
12-
13-
**"Document your progress while completing your tasks"** {: .mx-auto}
11+
**"Document your progress while completing your tasks"**
1412

1513
[Get started now](#how-to-start-?){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 .mx-auto }
1614
[View it on GitHub](https://github.com/tu2-atmanand/Task-Board){: .btn .fs-5 .mb-4 .mb-md-0 .mx-auto }
@@ -50,7 +48,10 @@ Understand the complete UI of Task Board from here : [Task Board Pane](./docs/Co
5048
**STEP 4 :** To get quick answers, you can use the Examples section : [Examples](./docs/Examples/index.md)
5149

5250
{: .new-title }
51+
> Important
52+
>
5353
> For any queries try to find your answer here : [Task Board FAQs](./docs/How_To/index.md)
54+
>
5455
> If you would like to contribute to this project or the docs, read this : [How to Contribute](./docs/Advanced/index.md).
5556
5657
## Motivation for the Project
@@ -63,7 +64,7 @@ While development I took inspirations from CardBoard and Kanban plugin as well a
6364

6465
A great effort of work has been put into this idea to make it happen. I created the plugin for personal use, but I believed it will surely help other to make their work easier in managing tasks and handling project. If you have got benefitted with this plugin, consider donating for further improvement of this idea.
6566

66-
[![GitHub Sponsors](https://img.shields.io/github/sponsors/tu2-atmanand?label=Sponsor&logo=GitHub%20Sponsors&style=for-the-badge)](https://github.com/sponsors/tu2-atmanand) <a href="https://www.buymeacoffee.com/tu2_atmanand"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a book&emoji=📖&slug=tu2_atmanand&button_colour=BD5FFF&font_colour=ffffff&font_family=Cookie&outline_colour=000000&coffee_colour=FFDD00" /></a> {: .mx-auto }
67+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/tu2-atmanand?label=Sponsor&logo=GitHub%20Sponsors&style=for-the-badge)](https://github.com/sponsors/tu2-atmanand) <a href="https://www.buymeacoffee.com/tu2_atmanand"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a book&emoji=📖&slug=tu2_atmanand&button_colour=BD5FFF&font_colour=ffffff&font_family=Cookie&outline_colour=000000&coffee_colour=FFDD00" /></a>
6768

6869
## License
6970

0 commit comments

Comments
 (0)