@@ -34,6 +34,18 @@ features:
3434 details : From the perspective of documentation engineering, solve and simplify some UX/DX problems, aiming to let creators focus on writing documents, notes, making cards and GTD!
3535---
3636
37+ <script setup >
38+ import biDirectionalLinksPackageJSON from ' ~/packages/markdown-it-bi-directional-links/package.json'
39+ import elementTransform from ' ~/packages/markdown-it-element-transform/package.json'
40+ import unlazyImg from ' ~/packages/markdown-it-unlazy-img/package.json'
41+ import enhancedReadabilities from ' ~/packages/vitepress-plugin-enhanced-readabilities/package.json'
42+ import inlineLinkPreview from ' ~/packages/vitepress-plugin-inline-link-preview/package.json'
43+ import highlightTargetedHeading from ' ~/packages/vitepress-plugin-highlight-targeted-heading/package.json'
44+ import gitChangelog from ' ~/packages/vitepress-plugin-git-changelog/package.json'
45+ import enhancedMark from ' ~/packages/vitepress-plugin-enhanced-mark/package.json'
46+ import thumbnailHash from ' ~/packages/vitepress-plugin-thumbnail-hash/package.json'
47+ </script >
48+
3749<HomeContent >
3850
3951## Integrations List
@@ -43,43 +55,43 @@ Nólëbase Integrations project provides a variety of integrations, plugins, com
4355<div class =" grid gap-5 lg:grid-cols-2 max-w-172 lg:max-w-none mx-auto " >
4456 <IntegrationCard type =" markdown-it " title =" Bi-Directional Links " package =" markdown-it-bi-directional-links " >
4557 <template v-slot:badge>
46- <Badge type="tip" text="v2.5.0 " />
58+ <Badge type="tip" : text="`v${biDirectionalLinksPackageJSON.version}` " />
4759 </template>
4860 </IntegrationCard >
4961
5062 <IntegrationCard type =" markdown-it " title =" Elements Transformation " package =" markdown-it-element-transform " >
5163 <template v-slot:badge>
52- <Badge type="tip" text="v2.5.0 " />
64+ <Badge type="tip" : text="`v${elementTransform.version}` " />
5365 </template>
5466 </IntegrationCard >
5567
5668 <IntegrationCard type =" markdown-it " title =" Lazy loading blurred thumbnails " package =" markdown-it-unlazy-img " >
5769 <template v-slot:badge>
58- <Badge type="tip" text="v2.5.0 " />
70+ <Badge type="tip" : text="`v${unlazyImg.version}` " />
5971 </template>
6072 </IntegrationCard >
6173
6274 <IntegrationCard type =" vitepress " title =" Enhanced Readabilities " package =" vitepress-plugin-enhanced-readabilities " >
6375 <template v-slot:badge>
64- <Badge type="tip" text="v2.5.0 " />
76+ <Badge type="tip" : text="`v${enhancedReadabilities.version}` " />
6577 </template>
6678 </IntegrationCard >
6779
6880 <IntegrationCard type =" vitepress " title =" Inline Link Previewing " package =" vitepress-plugin-inline-link-preview " >
6981 <template v-slot:badge>
70- <Badge type="tip" text="v2.5.0 " />
82+ <Badge type="tip" : text="`v${inlineLinkPreview.version}` " />
7183 </template>
7284 </IntegrationCard >
7385
7486 <IntegrationCard type =" vitepress " title =" Blinking highlight targeted heading " package =" vitepress-plugin-highlight-targeted-heading " >
7587 <template v-slot:badge>
76- <Badge type="tip" text="v2.5.0 " />
88+ <Badge type="tip" : text="`v${highlightTargetedHeading.version}` " />
7789 </template>
7890 </IntegrationCard >
7991
8092 <IntegrationCard type =" vitepress " title =" Git-based page histories " package =" vitepress-plugin-git-changelog " >
8193 <template v-slot:badge>
82- <Badge type="tip" text="v2.5.0 " />
94+ <Badge type="tip" : text="`v${gitChangelog.version}` " />
8395 </template>
8496 </IntegrationCard >
8597
@@ -109,13 +121,13 @@ Nólëbase Integrations project provides a variety of integrations, plugins, com
109121 Enhanced <code><mark></code> elements
110122 </template>
111123 <template v-slot:badge>
112- <Badge type="tip" text="v2.5.0 " />
124+ <Badge type="tip" : text="`v${enhancedMark.version}` " />
113125 </template>
114126 </IntegrationCard >
115127
116128 <IntegrationCard type =" vitepress " title =" Thumbnail hashing for images " package =" vitepress-plugin-thumbnail-hash " >
117129 <template v-slot:badge>
118- <Badge type="tip" text="v2.5.0 " />
130+ <Badge type="tip" : text="`v${thumbnailHash.version}` " />
119131 </template>
120132 </IntegrationCard >
121133
0 commit comments