ui_customization.rst 591 B

12345678910111213141516171819202122232425
  1. .. _interface-customization:
  2. Interface Customization
  3. =======================
  4. You can customize some elements of the interface through settings.
  5. .. _context-menu-customization:
  6. Context Menu
  7. ------------
  8. File Browser
  9. ^^^^^^^^^^^^
  10. Users can add a "Open in Simple Mode" context menu option by adding the following to *Settings* -> *Application Context Menu* -> ``contextMenu``
  11. .. code:: json
  12. {
  13. "command": "filebrowser:open-browser-tab",
  14. "args": { "mode": "single-document" },
  15. "selector": ".jp-DirListing-item[data-isdir=\"false\"]",
  16. "rank": 1.6
  17. }