| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297 |
- {
- "jupyter.lab.setting-icon": "ui-components:folder",
- "jupyter.lab.setting-icon-label": "File Browser",
- "jupyter.lab.menus": {
- "main": [
- {
- "id": "jp-mainmenu-file",
- "items": [
- {
- "type": "separator",
- "rank": 1
- },
- {
- "command": "filebrowser:open-path",
- "rank": 1
- },
- {
- "command": "filebrowser:open-url",
- "rank": 1
- }
- ]
- },
- {
- "id": "jp-mainmenu-view",
- "items": [
- {
- "command": "filebrowser:toggle-hidden-files",
- "rank": 9.95
- }
- ]
- }
- ],
- "context": [
- {
- "type": "separator",
- "selector": ".jp-DirListing-content",
- "rank": 0
- },
- {
- "command": "filebrowser:open",
- "selector": ".jp-DirListing-item[data-isdir]",
- "rank": 1
- },
- {
- "type": "separator",
- "selector": ".jp-DirListing-item[data-isdir]",
- "rank": 4
- },
- {
- "command": "filebrowser:rename",
- "selector": ".jp-DirListing-item[data-isdir]",
- "rank": 5
- },
- {
- "command": "filebrowser:delete",
- "selector": ".jp-DirListing-item[data-isdir]",
- "rank": 6
- },
- {
- "command": "filebrowser:cut",
- "selector": ".jp-DirListing-item[data-isdir]",
- "rank": 7
- },
- {
- "command": "filebrowser:copy",
- "selector": ".jp-DirListing-item[data-isdir]",
- "rank": 8
- },
- {
- "command": "filebrowser:paste",
- "selector": ".jp-DirListing-content",
- "rank": 8.5
- },
- {
- "command": "filebrowser:duplicate",
- "selector": ".jp-DirListing-item[data-isdir=\"false\"]",
- "rank": 9
- },
- {
- "type": "separator",
- "selector": ".jp-DirListing-item[data-isdir]",
- "rank": 10
- },
- {
- "command": "filebrowser:shutdown",
- "selector": ".jp-DirListing-item[data-isdir=\"false\"].jp-mod-running",
- "rank": 11
- },
- {
- "type": "separator",
- "selector": ".jp-DirListing-item[data-isdir]",
- "rank": 12
- },
- {
- "command": "filebrowser:copy-path",
- "selector": ".jp-DirListing-item[data-isdir]",
- "rank": 14
- },
- {
- "command": "filebrowser:toggle-last-modified",
- "selector": ".jp-DirListing-header",
- "rank": 14
- },
- {
- "command": "filebrowser:toggle-file-size",
- "selector": ".jp-DirListing-header",
- "rank": 15
- },
- {
- "command": "filebrowser:toggle-file-checkboxes",
- "selector": ".jp-DirListing-header",
- "rank": 16
- },
- {
- "command": "filebrowser:toggle-sort-notebooks-first",
- "selector": ".jp-DirListing-header",
- "rank": 17
- },
- {
- "command": "filebrowser:share-main",
- "selector": ".jp-DirListing-item[data-isdir]",
- "rank": 17
- },
- {
- "type": "separator",
- "selector": ".jp-DirListing-item[data-isdir]",
- "rank": 50
- },
- {
- "command": "filebrowser:create-new-file",
- "selector": ".jp-DirListing-content",
- "rank": 51
- },
- {
- "command": "filebrowser:create-new-directory",
- "selector": ".jp-DirListing-content",
- "rank": 55
- }
- ]
- },
- "title": "File Browser",
- "description": "File Browser settings.",
- "jupyter.lab.shortcuts": [
- {
- "command": "filebrowser:go-up",
- "keys": ["Backspace"],
- "selector": ".jp-DirListing:focus"
- },
- {
- "command": "filebrowser:go-up",
- "keys": ["Backspace"],
- "selector": ".jp-DirListing-content .jp-DirListing-itemText"
- },
- {
- "command": "filebrowser:delete",
- "keys": ["Delete"],
- "selector": ".jp-DirListing-content .jp-DirListing-itemText"
- },
- {
- "command": "filebrowser:cut",
- "keys": ["Accel X"],
- "selector": ".jp-DirListing-content .jp-DirListing-itemText"
- },
- {
- "command": "filebrowser:copy",
- "keys": ["Accel C"],
- "selector": ".jp-DirListing-content .jp-DirListing-itemText"
- },
- {
- "command": "filebrowser:paste",
- "keys": ["Accel V"],
- "selector": ".jp-DirListing-content .jp-DirListing-itemText"
- },
- {
- "command": "filebrowser:rename",
- "keys": ["F2"],
- "selector": ".jp-DirListing-content .jp-DirListing-itemText"
- },
- {
- "command": "filebrowser:duplicate",
- "keys": ["Accel D"],
- "selector": ".jp-DirListing-content .jp-DirListing-itemText"
- },
- {
- "command": "filebrowser:select-all",
- "keys": ["Accel A"],
- "selector": ".jp-DirListing-content .jp-DirListing-itemText"
- }
- ],
- "properties": {
- "navigateToCurrentDirectory": {
- "type": "boolean",
- "title": "Navigate to current folder",
- "description": "Whether to automatically navigate to a document's current folder",
- "default": false
- },
- "useFuzzyFilter": {
- "type": "boolean",
- "title": "Filter on file name with a fuzzy search",
- "description": "Whether to apply fuzzy algorithm while filtering on file names",
- "default": true
- },
- "filterDirectories": {
- "type": "boolean",
- "title": "Filter folders",
- "description": "Whether to apply the search on folders",
- "default": true
- },
- "showLastModifiedColumn": {
- "type": "boolean",
- "title": "Show last modified column",
- "description": "Whether to show the last modified column",
- "default": true
- },
- "showFileSizeColumn": {
- "type": "boolean",
- "title": "Show file size column",
- "description": "Whether to show the file size column",
- "default": false
- },
- "showHiddenFiles": {
- "type": "boolean",
- "title": "Show hidden files",
- "description": "Whether to show hidden files. The server parameter `ContentsManager.allow_hidden` must be set to `True` to display hidden files.",
- "default": false
- },
- "showFileCheckboxes": {
- "type": "boolean",
- "title": "Use checkboxes to select items",
- "description": "Whether to show checkboxes next to files and folders",
- "default": false
- },
- "showFullPath": {
- "type": "boolean",
- "title": "Show full path in browser bread crumbs",
- "description": "Whether to show full path in browser bread crumbs",
- "default": false
- },
- "sortNotebooksFirst": {
- "type": "boolean",
- "title": "When sorting by name, group notebooks before other files",
- "description": "Whether to group the notebooks away from files",
- "default": false
- },
- "singleClickNavigation": {
- "type": "boolean",
- "title": "Navigate files and directories with single click",
- "description": "Whether to allow single click selection on file browser items",
- "default": false
- },
- "autoOpenUploads": {
- "type": "boolean",
- "title": "Auto-open uploads",
- "description": "Automatically open uploaded notebooks and supported files",
- "default": true
- },
- "maxAutoOpenSizeMB": {
- "type": "number",
- "title": "Max auto-open size",
- "description": "Maximum file size (MB) to auto-open files on upload",
- "default": 50
- },
- "allowFileUploads": {
- "type": "boolean",
- "title": "Allow file uploads",
- "description": "Whether to allow uploading files",
- "default": true
- },
- "breadcrumbs": {
- "title": "Breadcrumbs",
- "description": "Settings related to breadcrumbs display and behavior.",
- "type": "object",
- "default": {
- "minimumLeftItems": 0,
- "minimumRightItems": 2
- },
- "properties": {
- "minimumLeftItems": {
- "type": "number",
- "title": "Minimum breadcrumbs left items",
- "description": "Minimum number of directory items to display on the left side of the breadcrumbs ellipsis",
- "default": 0,
- "minimum": 0
- },
- "minimumRightItems": {
- "type": "number",
- "title": "Minimum breadcrumbs right items",
- "description": "Minimum number of directory items to display on the right side of the breadcrumbs ellipsis",
- "default": 2,
- "minimum": 0
- }
- }
- }
- },
- "additionalProperties": false,
- "type": "object"
- }
|