This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* --- | |
* ####################################################### | |
* Dataview table of Obsidian community plugins updates.js | |
* ####################################################### | |
* | |
* Author: dp0z (depose#2272) | |
* Updated: 2023-04-21T02:30:18 | |
* Link: https://gist.github.com/magma-chili/e58ae420f196e0407304691e5c24cf3f | |
* Description: A DataviewJS script to display Obsidian community plugin updates in a table with a convenient 'Update' button. | |
* Instructions: Save as a `.js` file to use with `dv.view(...)`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div> | |
nuxt.js + nuxt-composition-api + typescript + @nuxt/content to work with meta generated by $content in setup, | |
and have it generate the appropriate tags at generation time! | |
<journal-post v-if="journal" :post="journal" /> | |
</div> | |
</template> | |
<script lang="ts"> | |
import { |