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 user might enter values for example, the user will enter file names, which he do not want to get scanned. Now, if the user only wants to scan tasks with a tag say '#allow'. Then this won't be possible using above configuration/setting options. I might have to create a map :
'MyReadmeFile.md': 'scan',
'#allow': 'dont scan',
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.
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 :