笔记备份:2025-06-09 10:12:45

This commit is contained in:
2025-06-09 10:12:45 +08:00
parent 1f2032ce56
commit b5e6b1cc6c
5 changed files with 34 additions and 1 deletions

View File

@@ -26,5 +26,6 @@
"refresh-preview",
"tinychart",
"canvas-minimap",
"multi-state-checkbox-switcher"
"multi-state-checkbox-switcher",
"oz-clear-unused-images"
]

View File

@@ -0,0 +1,7 @@
{
"deleteOption": ".trash",
"logsModal": true,
"excludedFolders": "",
"ribbonIcon": true,
"excludeSubfolders": false
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "oz-clear-unused-images",
"name": "Clear Unused Images",
"version": "1.1.1",
"minAppVersion": "0.11.13",
"description": "Clear the images that you are not using anymore in your markdown notes to save space.",
"author": "Ozan",
"authorUrl": "https://www.ozan.pl",
"fundingUrl": "https://ko-fi.com/ozante",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,10 @@
.unused-images-logs {
margin-bottom: 13px;
margin-top: 5px;
}
.unused-images-center-wrapper {
display: flex;
align-items: center;
justify-content: center;
}