Skip to content

Commit fc6706d

Browse files
committed
#188 - Group of changes addressing compatibility issued with Obsidian 1.7.2 and newer
1 parent fd654d7 commit fc6706d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default class CustomSortPlugin
164164
if (anySortingSpecFound) {
165165
this.showNotice(`Parsing custom sorting specification SUCCEEDED!`)
166166
} else {
167-
this.showNotice(`Implicit custom sorting specification consumed.`)
167+
this.showNotice(`No custom sorting spec, will go with implicit sorting (bookmarks-based).`)
168168
}
169169
} else {
170170
if (anySortingSpecFound) {

0 commit comments

Comments
 (0)