Interface Customization

You can customize some elements of the interface through settings.

Context Menu

File Browser

Users can add a “Open in Simple Mode” context menu option by adding the following to Settings -> Application Context Menu -> contextMenu

{
    "command": "filebrowser:open-browser-tab",
    "args": { "mode": "single-document" },
    "selector": ".jp-DirListing-item[data-isdir=\"false\"]",
    "rank": 1.6
}