You've already forked obsidian-visualiser
Add deletion of files, add slots to tree and a global icon by type. Project update needs rework.
This commit is contained in:
@@ -4,7 +4,6 @@ import { fileType } from "./file";
|
||||
const baseItem = z.object({
|
||||
path: z.string(),
|
||||
parent: z.string(),
|
||||
name: z.string().optional(),
|
||||
title: z.string(),
|
||||
type: fileType,
|
||||
navigable: z.boolean(),
|
||||
|
||||
Reference in New Issue
Block a user