This commit is contained in:
2025-10-25 20:11:21 +02:00
commit fd37421245
700 changed files with 211892 additions and 0 deletions

13
.obsidian/plugins/custom-sort/data.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"additionalSortspecFile": "",
"indexNoteNameForFolderNotes": "",
"suspended": false,
"statusBarEntryEnabled": true,
"notificationsEnabled": true,
"mobileNotificationsEnabled": false,
"customSortContextSubmenu": true,
"automaticBookmarksIntegration": true,
"bookmarksContextMenus": true,
"bookmarksGroupToConsumeAsOrderingReference": "sortspec",
"delayForInitialApplication": 1000
}

47
.obsidian/plugins/custom-sort/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "custom-sort",
"name": "Custom File Explorer sorting",
"version": "3.1.6",
"minAppVersion": "1.7.2",
"description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer",
"author": "SebastianMC",
"authorUrl": "https://github.com/SebastianMC",
"isDesktopOnly": false
}