Skip to content

Commit

Permalink
release: pre-release v2.0.0-rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Apr 15, 2024
1 parent 50fbc4a commit 1c09ed4
Show file tree
Hide file tree
Showing 32 changed files with 57 additions and 57 deletions.
14 changes: 7 additions & 7 deletions docs/pages/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ Nólëbase Integrations project provides a variety of integrations, plugins, com

<IntegrationCard type="markdown-it" title="Bi-Directional Links" package="markdown-it-bi-directional-links">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<IntegrationCard type="markdown-it" title="Elements Transformation" package="markdown-it-element-transform">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

Expand All @@ -57,25 +57,25 @@ Nólëbase Integrations project provides a variety of integrations, plugins, com

<IntegrationCard type="vitepress" title="Enhanced Readabilities" package="vitepress-plugin-enhanced-readabilities">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<IntegrationCard type="vitepress" title="Inline Link Previewing" package="vitepress-plugin-inline-link-preview">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<IntegrationCard type="vitepress" title="Blinking highlight targeted heading" package="vitepress-plugin-highlight-targeted-heading">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<IntegrationCard type="vitepress" title="Git-based page histories" package="vitepress-plugin-git-changelog">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

Expand All @@ -96,7 +96,7 @@ Nólëbase Integrations project provides a variety of integrations, plugins, com
Enhanced <code>&lt;mark&gt;</code> elements
</template>
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

Expand Down
14 changes: 7 additions & 7 deletions docs/pages/en/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Nólëbase Integrations project provides a variety of integrations, plugins, com

<IntegrationCard type="markdown-it" title="Bi-Directional Links" package="markdown-it-bi-directional-links">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<br />

<IntegrationCard type="markdown-it" title="Elements Transformation" package="markdown-it-element-transform">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

Expand All @@ -32,31 +32,31 @@ Nólëbase Integrations project provides a variety of integrations, plugins, com

<IntegrationCard type="vitepress" title="Enhanced Readabilities" package="vitepress-plugin-enhanced-readabilities">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<br />

<IntegrationCard type="vitepress" title="Inline Link Previewing" package="vitepress-plugin-inline-link-preview">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<br />

<IntegrationCard type="vitepress" title="Blinking highlight targeted heading" package="vitepress-plugin-highlight-targeted-heading">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<br />

<IntegrationCard type="vitepress" title="Git-based page histories" package="vitepress-plugin-git-changelog">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

Expand All @@ -83,7 +83,7 @@ Nólëbase Integrations project provides a variety of integrations, plugins, com
Enhanced <code>&lt;mark&gt;</code> elements
</template>
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bi-directional Links <Badge type="tip" text="v2.0.0-rc2" />
# Bi-directional Links <Badge type="tip" text="v2.0.0-rc3" />

**Bi-directional links** (also known as internal links), and another concept you may know and hear about [WikiLinks](https://en.wikipedia.org/wiki/Help:Link), holds a important place in the document engineering area. It is usually used to quickly establish a connection (or link) from one page to another page, and widely used in Wiki pages such as [Wikipedia](https://wikipedia.org), and now days popular tools such as [Obsidian](https://obsidian.md/) and [Logseq](https://logseq.com/).

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Elements Transformation <Badge type="tip" text="v2.0.0-rc2" />
# Elements Transformation <Badge type="tip" text="v2.0.0-rc3" />

This is a low-level plugin that is intended to be used by advanced users who want to transform the `markdown-it` [tokens](https://markdown-it.github.io/markdown-it/#Token) to perform tasks like replacing elements, adding attributes, etc.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Enhanced `<mark>` <mark>elements</mark> <Badge type="tip" text="v2.0.0-rc2" />
# Enhanced `<mark>` <mark>elements</mark> <Badge type="tip" text="v2.0.0-rc3" />

As an interesting little plugin, it adds a <mark>sliding animation</mark> to your `<mark>` highlighted elements.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Enhanced Readabilities <Badge type="tip" text="v2.0.0-rc2" />
# Enhanced Readabilities <Badge type="tip" text="v2.0.0-rc3" />

## Demo

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Git-based page histories <Badge type="tip" text="v2.0.0-rc2" />
# Git-based page histories <Badge type="tip" text="v2.0.0-rc3" />

## Why

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Blinking highlight targeted heading <Badge type="tip" text="v2.0.0-rc2" />
# Blinking highlight targeted heading <Badge type="tip" text="v2.0.0-rc3" />

## Demo

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { PopupIframe } from '@nolebase/vitepress-plugin-inline-link-preview/client'
</script>

# Inline Links Previewing <Badge type="tip" text="v2.0.0-rc2" />
# Inline Links Previewing <Badge type="tip" text="v2.0.0-rc3" />

This VitePress plugin is an implementation that similar to Obsidian's link previewing functionalities.

Expand Down
14 changes: 7 additions & 7 deletions docs/pages/zh-CN/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ Nólëbase 集成项目提供多种不同的集成、插件、组件和库来方

<IntegrationCard type="markdown-it" title="双向链接" package="markdown-it-bi-directional-links">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<IntegrationCard type="markdown-it" title="元素转换" package="markdown-it-element-transform">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

Expand All @@ -57,25 +57,25 @@ Nólëbase 集成项目提供多种不同的集成、插件、组件和库来方

<IntegrationCard type="vitepress" title="阅读增强" package="vitepress-plugin-enhanced-readabilities">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<IntegrationCard type="vitepress" title="行内链接预览" package="vitepress-plugin-inline-link-preview">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<IntegrationCard type="vitepress" title="闪烁高亮当前的目标标题" package="vitepress-plugin-highlight-targeted-heading">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<IntegrationCard type="vitepress" title="基于 Git 的页面历史" package="vitepress-plugin-git-changelog">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

Expand All @@ -96,7 +96,7 @@ Nólëbase 集成项目提供多种不同的集成、插件、组件和库来方
<code>&lt;mark&gt;</code> 元素增强
</template>
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

Expand Down
14 changes: 7 additions & 7 deletions docs/pages/zh-CN/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Nólëbase 集成项目提供多种不同的集成、插件、组件和库来方

<IntegrationCard type="markdown-it" title="双向链接" package="markdown-it-bi-directional-links">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<br />

<IntegrationCard type="markdown-it" title="元素转换" package="markdown-it-element-transform">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

Expand All @@ -32,31 +32,31 @@ Nólëbase 集成项目提供多种不同的集成、插件、组件和库来方

<IntegrationCard type="vitepress" title="阅读增强" package="vitepress-plugin-enhanced-readabilities">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<br />

<IntegrationCard type="vitepress" title="行内链接预览" package="vitepress-plugin-inline-link-preview">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<br />

<IntegrationCard type="vitepress" title="闪烁高亮当前的目标标题" package="vitepress-plugin-highlight-targeted-heading">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

<br />

<IntegrationCard type="vitepress" title="基于 Git 的页面历史" package="vitepress-plugin-git-changelog">
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

Expand All @@ -83,7 +83,7 @@ Nólëbase 集成项目提供多种不同的集成、插件、组件和库来方
<code>&lt;mark&gt;</code> 元素增强
</template>
<template v-slot:badge>
<Badge type="tip" text="v2.0.0-rc2" />
<Badge type="tip" text="v2.0.0-rc3" />
</template>
</IntegrationCard>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 双向链接 <Badge type="tip" text="v2.0.0-rc2" />
# 双向链接 <Badge type="tip" text="v2.0.0-rc3" />

**双向链接** (也被称之为内部链接,英文 Bi-directional links 和 Internal links),和也许你也了解和听说过另一个有关的概念 [WikiLinks](https://en.wikipedia.org/wiki/Help:Link),在文档工程中有着非常重要的地位,它通常用于快速的建立一个页面到另一个页面的连接(或者链接),在 [Wikipedia](https://wikipedia.org) 这样的 Wiki 框架中,以及现在所流行的 [Obsidian](https://obsidian.md/)[Logseq](https://logseq.com/) 中都被广泛使用。

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 元素转换 <Badge type="tip" text="v2.0.0-rc2" />
# 元素转换 <Badge type="tip" text="v2.0.0-rc3" />

这是一个面向高级用户的低级插件,旨在用于转换 `markdown-it`[Token](https://markdown-it.github.io/markdown-it/#Token) 以执行诸如「替换元素」、「添加属性」等任务。

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `<mark>` <mark>元素增强</mark> <Badge type="tip" text="v2.0.0-rc2" />
# `<mark>` <mark>元素增强</mark> <Badge type="tip" text="v2.0.0-rc3" />

这是一个很有意思的小插件,为你的 `<mark>` 高亮元素添加<mark>展开划过</mark>的小动画。

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 阅读增强 <Badge type="tip" text="v2.0.0-rc2" />
# 阅读增强 <Badge type="tip" text="v2.0.0-rc3" />

## 效果演示

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 基于 Git 的页面历史 <Badge type="tip" text="v2.0.0-rc2" />
# 基于 Git 的页面历史 <Badge type="tip" text="v2.0.0-rc3" />

## 为什么

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 闪烁高亮当前的目标标题 <Badge type="tip" text="v2.0.0-rc2" />
# 闪烁高亮当前的目标标题 <Badge type="tip" text="v2.0.0-rc3" />

## 效果演示

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { PopupIframe } from '@nolebase/vitepress-plugin-inline-link-preview/client'
</script>

# 行内链接预览 <Badge type="tip" text="v2.0.0-rc2" />
# 行内链接预览 <Badge type="tip" text="v2.0.0-rc3" />

这个 VitePress 插件实现了类似 Obsidian 的链接预览功能。

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@nolebase/integrations",
"type": "module",
"version": "2.0.0-rc2",
"packageManager": "[email protected].6",
"version": "2.0.0-rc3",
"packageManager": "[email protected].7",
"description": "A collection of diverse documentation engineering tools.",
"author": {
"name": "Nólëbase",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-it-bi-directional-links/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nolebase/markdown-it-bi-directional-links",
"type": "module",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"description": "A markdown-it plugin that adds Obsidian compatible internal links (bi-directional links) to your markdown.",
"author": {
"name": "Nólëbase",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-it-element-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nolebase/markdown-it-element-transform",
"type": "module",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"description": "A markdown-it plugin that transforms elements.",
"author": {
"name": "Nólëbase",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-it-unlazy-img/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nolebase/markdown-it-unlazy-img",
"type": "module",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"description": "A markdown-it plugin wraps and transforms image tags to support lazy loading, blurhash, thumbhash, and more.",
"author": {
"name": "Nólëbase",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nolebase/ui",
"type": "module",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"description": "A collection of Vue components Nolebase uses.",
"author": {
"name": "Nólëbase",
Expand Down
2 changes: 1 addition & 1 deletion packages/unconfig-vitepress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nolebase/unconfig-vitepress",
"type": "module",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"private": "true",
"description": "A unconfig (unified configurations) for both VitePress and VitePress theme. Supporting all Nólëbase Integrations with default theme.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vitepress-plugin-enhanced-mark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nolebase/vitepress-plugin-enhanced-mark",
"type": "module",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"description": "A VitePress plugin that empowers mark elements.",
"author": {
"name": "Nólëbase",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nolebase/vitepress-plugin-enhanced-readabilities",
"type": "module",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"description": "A VitePress plugin enhances the readabilities for VitePress built sites.",
"author": {
"name": "Nólëbase",
Expand Down
Loading

0 comments on commit 1c09ed4

Please sign in to comment.