The Drawer can be customized with the personal settings editor. To add a new menu item select the ⚙️ icon on the left side menu and copy and paste the code below.
{
"default": {
"drawer": {
"items": [
{
"itemType": "Query",
"settings": {
"description": "5 Files that modified recently",
"icon": "LinkList",
"title": "Recent files",
"term": "+Type:File .REVERSESORT:ModificationDate .TOP:5",
"columns": ["DisplayName", "ModifiedBy", "ModificationDate"]
}
}
]
}
}
}
You should see exactly one menu item that looks like this.
There are few options that you can use for customization:
Is something missing? See something that needs fixing? Propose a change here.