#188 - Group of changes addressing compatibility issued with Obsidian 1.7.2 and newer

This commit is contained in:
SebastianMC 2025-01-06 12:29:33 +01:00
parent fd654d77ae
commit fc6706d8cf
1 changed files with 1 additions and 1 deletions

View File

@ -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) {