You've already forked obsidian-visualiser
Small UI improvements and fixes to project edition
This commit is contained in:
@@ -4,6 +4,7 @@ import { fileType } from "./file";
|
||||
const baseItem = z.object({
|
||||
path: z.string(),
|
||||
parent: z.string(),
|
||||
name: z.string(),
|
||||
title: z.string(),
|
||||
type: fileType,
|
||||
navigable: z.boolean(),
|
||||
|
||||
Reference in New Issue
Block a user