You've already forked obsidian-visualiser
New CM6 live edition components and floating cache and persistance.
This commit is contained in:
@@ -61,8 +61,6 @@ import { link } from '#shared/components.util';
|
||||
const open = ref(false);
|
||||
const { loggedIn, user } = useUserSession();
|
||||
|
||||
await fetch(false);
|
||||
|
||||
const route = useRouter().currentRoute;
|
||||
const path = computed(() => route.value.params.path ? decodeURIComponent(unifySlug(route.value.params.path)) : undefined);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user