You've already forked obsidian-visualiser
Search, link preview and starting tag page
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
const query = await queryContent().where({
|
||||
tags: { $exists: true }
|
||||
}).find();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
<div v-for="article in query" :key="article._path">
|
||||
<h2>{{ article.title }}</h2>
|
||||
<p>{{ article.description }}</p>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user