#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) {
|
if (anySortingSpecFound) {
|
||||||
this.showNotice(`Parsing custom sorting specification SUCCEEDED!`)
|
this.showNotice(`Parsing custom sorting specification SUCCEEDED!`)
|
||||||
} else {
|
} else {
|
||||||
this.showNotice(`Implicit custom sorting specification consumed.`)
|
this.showNotice(`No custom sorting spec, will go with implicit sorting (bookmarks-based).`)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (anySortingSpecFound) {
|
if (anySortingSpecFound) {
|
||||||
|
|
Loading…
Reference in New Issue