vault backup: 2025-12-20 11:21:04
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m44s
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m44s
This commit is contained in:
5118
content/.obsidian/plugins/manual-sorting/data.json
vendored
5118
content/.obsidian/plugins/manual-sorting/data.json
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "manual-sorting",
|
||||
"name": "Manual Sorting",
|
||||
"version": "3.1.0",
|
||||
"version": "3.2.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Drag'n'Drop sorting within file explorer.",
|
||||
"author": "kh4f",
|
||||
|
||||
@@ -46,11 +46,12 @@
|
||||
|
||||
@media (pointer: coarse) {
|
||||
.tree-item-self:not(.temp)::after {
|
||||
content: "⋮⋮⋮";
|
||||
content: "⋮⋮";
|
||||
position: absolute;
|
||||
rotate: 90deg;
|
||||
right: 12px;
|
||||
align-self: center;
|
||||
font-size: calc(var(--nav-item-size)+2px);
|
||||
font-size: calc(var(--nav-item-size) + 2px);
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
@@ -61,7 +62,7 @@
|
||||
to { background-position: 8px 0; }
|
||||
}
|
||||
|
||||
.menu-item[data-section="customOrder"] {
|
||||
.menu-item[data-section="custom"] {
|
||||
.menu-item-icon:first-child { display: flex; }
|
||||
|
||||
.dragging-enabled-checkbox {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"syncMethod": "rebase",
|
||||
"customMessageOnAutoBackup": false,
|
||||
"autoBackupAfterFileChange": true,
|
||||
"treeStructure": true,
|
||||
"treeStructure": false,
|
||||
"refreshSourceControl": true,
|
||||
"basePath": "",
|
||||
"differentIntervalCommitAndPush": false,
|
||||
|
||||
Reference in New Issue
Block a user