Moving to MKDocs
This commit is contained in:
63
.obsidian/plugins/file-explorer-plus/data.json
vendored
Normal file
63
.obsidian/plugins/file-explorer-plus/data.json
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"hideStrictPathFilters": true,
|
||||
"pinFilters": {
|
||||
"active": true,
|
||||
"tags": [
|
||||
{
|
||||
"name": "",
|
||||
"active": true,
|
||||
"pattern": "",
|
||||
"patternType": "STRICT"
|
||||
}
|
||||
],
|
||||
"paths": []
|
||||
},
|
||||
"hideFilters": {
|
||||
"active": true,
|
||||
"tags": [
|
||||
{
|
||||
"name": "",
|
||||
"active": true,
|
||||
"pattern": "",
|
||||
"patternType": "REGEX"
|
||||
}
|
||||
],
|
||||
"paths": [
|
||||
{
|
||||
"name": "PDF",
|
||||
"active": true,
|
||||
"type": "FILES_AND_DIRECTORIES",
|
||||
"pattern": "pdf",
|
||||
"patternType": "REGEX"
|
||||
},
|
||||
{
|
||||
"name": "JPG",
|
||||
"active": true,
|
||||
"type": "FILES_AND_DIRECTORIES",
|
||||
"pattern": "jpg",
|
||||
"patternType": "REGEX"
|
||||
},
|
||||
{
|
||||
"name": "PNG",
|
||||
"active": true,
|
||||
"type": "FILES_AND_DIRECTORIES",
|
||||
"pattern": "png",
|
||||
"patternType": "REGEX"
|
||||
},
|
||||
{
|
||||
"name": "PPT",
|
||||
"active": true,
|
||||
"type": "FILES_AND_DIRECTORIES",
|
||||
"pattern": "ppt",
|
||||
"patternType": "REGEX"
|
||||
},
|
||||
{
|
||||
"name": "DOCX",
|
||||
"active": true,
|
||||
"type": "FILES_AND_DIRECTORIES",
|
||||
"pattern": "docx",
|
||||
"patternType": "REGEX"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
2839
.obsidian/plugins/file-explorer-plus/main.js
vendored
Normal file
2839
.obsidian/plugins/file-explorer-plus/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/file-explorer-plus/manifest.json
vendored
Normal file
10
.obsidian/plugins/file-explorer-plus/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "file-explorer-plus",
|
||||
"name": "File Explorer++",
|
||||
"version": "1.2.1",
|
||||
"minAppVersion": "1.6.3",
|
||||
"description": "Hide and pin files and folders in the file explorer using custom filters, such as wildcards and regex, based on their names, paths, and tags. Additionally, achieve the same with a single click in the file menu.",
|
||||
"author": "kelszo",
|
||||
"authorUrl": "https://github.com/kelszo",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
31
.obsidian/plugins/file-explorer-plus/styles.css
vendored
Normal file
31
.obsidian/plugins/file-explorer-plus/styles.css
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
.file-explorer-plus.pin-icon {
|
||||
color: hsl(var(--accent-h), var(--accent-s), var(--accent-l));
|
||||
margin-right: 0.2em;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-top: -4px;
|
||||
align-self: center;
|
||||
scale: 0.75;
|
||||
rotate: 45deg;
|
||||
opacity: 0.7;
|
||||
}
|
||||
.file-explorer-plus.filters-activated-modal {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
}
|
||||
.file-explorer-plus table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.file-explorer-plus th {
|
||||
text-align: center;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border-bottom: 2px solid var(--text-normal);
|
||||
}
|
||||
.file-explorer-plus td {
|
||||
padding: 3px;
|
||||
}
|
||||
.file-explorer-plus h2.settings-header {
|
||||
font-size: calc(var(--font-ui-medium) * 1.3);
|
||||
font-weight: var(--font-bold);
|
||||
}
|
||||
Reference in New Issue
Block a user