Fix note and folder ordering

This commit is contained in:
Ole Eskild Steensen 2023-03-26 13:12:34 +02:00
parent a41a4dfbc3
commit b4685efbe0

View File

@ -88,6 +88,7 @@ function getPermalinkMeta(note, key) {
.split("/") .split("/")
.map(toTitleCase); .map(toTitleCase);
} }
folders[folders.length - 1]+= ".md";
} catch { } catch {
//ignore //ignore
} }