You've already forked obsidian-visualiser
Minimal history handler, handle node move. Auto parse JSON content for accurate typing.
This commit is contained in:
2
types/content.d.ts
vendored
2
types/content.d.ts
vendored
@@ -15,7 +15,7 @@ export interface Overview {
|
||||
}
|
||||
export interface CanvasContent extends Overview {
|
||||
type: 'canvas';
|
||||
content?: string;
|
||||
content?: Canvas;
|
||||
}
|
||||
export interface MapContent extends Overview {
|
||||
type: 'map';
|
||||
|
||||
Reference in New Issue
Block a user