From fc6706d8cf01ffb1b67e8c9e6c589ebcc899a38d Mon Sep 17 00:00:00 2001 From: SebastianMC <23032356+SebastianMC@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:29:33 +0100 Subject: [PATCH] #188 - Group of changes addressing compatibility issued with Obsidian 1.7.2 and newer --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 866dcc5..1cead1c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -164,7 +164,7 @@ export default class CustomSortPlugin if (anySortingSpecFound) { this.showNotice(`Parsing custom sorting specification SUCCEEDED!`) } else { - this.showNotice(`Implicit custom sorting specification consumed.`) + this.showNotice(`No custom sorting spec, will go with implicit sorting (bookmarks-based).`) } } else { if (anySortingSpecFound) {