You can hide directories from your sidebar and graph using a css snippet
div[data-path$='_assets'],
div[data-path$='_assets'] + div.nav-folder-children,
div[data-path$='_includes'],
div[data-path$='_includes'] + div.nav-folder-children,
div[data-path$='_layouts'],
div[data-path$='_layouts'] + div.nav-folder-children,
div[data-path$='_data'],
div[data-path$='_data'] + div.nav-folder-children
{
display: none;
}
… and so on. This will target sub-directories/nested _assets as well.
Can’t help with the suggestion bar though. It would be good to add a title attribute to the suggestion autocomplete this would help
- overflow issues when dealing with large template names
- targeted exclusion of results using css