You've already forked obsidian-visualiser
Sync completed + Navigation links improved
This commit is contained in:
3
types/api.d.ts
vendored
3
types/api.d.ts
vendored
@@ -25,7 +25,8 @@ export interface Navigation {
|
||||
title: string;
|
||||
path: string;
|
||||
type: string;
|
||||
order: number
|
||||
order: number;
|
||||
private: boolean;
|
||||
children?: Navigation[];
|
||||
}
|
||||
export interface File {
|
||||
|
||||
Reference in New Issue
Block a user