You've already forked obsidian-visualiser
Change shared files naming. Rework tree structure and item management rendering.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Content, type LocalContent } from "./content.util";
|
||||
import { dom, type RedrawableHTML } from "./dom.util";
|
||||
import { clamp } from "./general.util";
|
||||
import { Content, type LocalContent } from "./content";
|
||||
import { dom, type RedrawableHTML } from "./dom";
|
||||
import { clamp } from "./general";
|
||||
|
||||
export type Recursive<T> = T & {
|
||||
children?: T[];
|
||||
|
||||
Reference in New Issue
Block a user