tu2-atmanand / Task-Board

An Obsidian plugin to view and manage all your task in a much more efficient Kanban Board format. Easily manage your tasks throught your vault.
https://tu2-atmanand.github.io/task-board-docs/
GNU General Public License v3.0
5 stars 0 forks source link

Enhancing filtering option while scanning vault for tasks #22

Closed tu2-atmanand closed 1 month ago

tu2-atmanand commented 1 month ago

Creating a different issue to be implemented in future for the ideas metioned in the followig issue for implenting the File Filtering Feature while scanning the vault : Originally posted by @tu2-atmanand in #6

To implement the FileFiltering Feature, that is giving the user an option to scan only the files, which the user wants to be get scanned, or want to get ignored from scanning. Like the option currently i have in the global setting to take filters from like filename, folder/ or tag. Below that add a drop-down to ask user whether the user wants to scan the above-mentioned files and folder or don't want them to get scanned.

Now there is a problem here :

The above is a seudo algorithm, i can simply have true/false to assign whether the user wants the item to be get scanned or not.

tu2-atmanand commented 1 month ago

These functionality has already been implemented and tested. Closing this issue.