#188 - Group of changes addressing compatibility issued with Obsidian 1.7.2 and newer
This commit is contained in:
parent
fd654d77ae
commit
fc6706d8cf
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue