You've already forked obsidian-visualiser
New useContent composable to store global navigation state. Fixes for Markdown and Canvas
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { FileType } from "~/schemas/file";
|
||||
import type { FileType } from '~/types/content';
|
||||
|
||||
export function unifySlug(slug: string | string[]): string
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user