You've already forked obsidian-visualiser
Update DB schema to include an ID and split overview and content. Progressing on ContentEditor with the ID fixing many issues. Adding modal and sync features.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import useDatabase from "~/composables/useDatabase";
|
||||
/*import useDatabase from "~/composables/useDatabase";
|
||||
import type { FileType } from '~/types/content';
|
||||
import { explorerContentTable } from "~/db/schema";
|
||||
import { eq, ne } from "drizzle-orm";
|
||||
@@ -27,4 +27,4 @@ export default defineTask({
|
||||
return { result: false, error: e };
|
||||
}
|
||||
},
|
||||
})
|
||||
})*/
|
||||
Reference in New Issue
Block a user