-
Can obsidian only index .md files to build the workspace when load vault for largely improving loading speed? This feature is important especially for very huge folder as vault. A lot of software can immediately find out all *.md files in a specific folder including its subfolders in extremely short duration based on reading USN Journal on all NTFS volumes in the hard drives, so can the obsidian also add such mechanism to find only the *.md files and only load them in much shorter duration?
-
Can obsidian only show .md files and subfolders in the File window to avoid irrelevant information? Actually, this should be applied for not only the root vault folder but also for every subfolders. This feature is important for the case that we actually do not want to put these .md files separately from other useful files but instead mix them together thus once we open the obsidian window we only want to see the .md files as the notes but hide other files.
If there’s already any method (including plugins) to realize above functions, please do let me know. Thank you!