@md-plugins/quasar-app-extension-q-press 0.1.0-alpha.21 → 0.1.0-alpha.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +14 -14
- package/src/templates/init/src/_q-press/components/MarkdownCodepen.vue +1 -1
- package/src/templates/init/src/components/LandingPage/LandingPage.vue +3 -3
- package/src/templates/init/src/markdown/md-plugins/imports/overview.md +0 -4
- package/src/templates/init/src/markdown/quasar-app-extensions/qpress/advanced.md +1 -1
- package/src/templates/init/src/markdown/quasar-app-extensions/{vitemdpluginappext → vite-md-plugin-app-ext}/overview.md +1 -1
- package/src/templates/init/src/markdown/vite-plugins/index.md +2 -2
- package/src/templates/init/src/markdown/vite-plugins/{viteexamplesplugin → vite-examples-plugin}/advanced.md +1 -1
- package/src/templates/init/src/markdown/vite-plugins/{viteexamplesplugin → vite-examples-plugin}/overview.md +1 -1
- package/src/templates/init/src/markdown/vite-plugins/{vitemdplugin → vite-md-plugin}/advanced.md +1 -1
- package/src/templates/init/src/markdown/vite-plugins/vite-md-plugin/index.md +6 -0
- package/src/templates/init/src/markdown/vite-plugins/{vitemdplugin → vite-md-plugin}/overview.md +2 -2
- package/src/templates/init/src/siteConfig/index.ts +6 -6
- package/src/templates/update/src/_q-press/components/MarkdownCodepen.vue +1 -1
- package/src/templates/init/src/markdown/vite-plugins/vitemdplugin/index.md +0 -6
- /package/src/templates/init/src/markdown/quasar-app-extensions/{vitemdpluginappext → vite-md-plugin-app-ext}/advanced.md +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@md-plugins/quasar-app-extension-q-press",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.23",
|
|
4
4
|
"description": "QPress - The Ultimate Markdown Solution for Quasar Framework",
|
|
5
5
|
"author": "hawkeye64 <galbraith64@gmail.com>",
|
|
6
6
|
"keywords": [
|
|
@@ -29,19 +29,19 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@types/markdown-it": "^14.1.2",
|
|
31
31
|
"markdown-it": "^14.1.0",
|
|
32
|
-
"@md-plugins/md-plugin-
|
|
33
|
-
"@md-plugins/md-plugin-
|
|
34
|
-
"@md-plugins/md-plugin-
|
|
35
|
-
"@md-plugins/md-plugin-
|
|
36
|
-
"@md-plugins/md-plugin-
|
|
37
|
-
"@md-plugins/md-plugin-
|
|
38
|
-
"@md-plugins/md-plugin-imports": "0.1.0-alpha.
|
|
39
|
-
"@md-plugins/md-plugin-
|
|
40
|
-
"@md-plugins/
|
|
41
|
-
"@md-plugins/md-plugin
|
|
42
|
-
"@md-plugins/md-plugin-
|
|
43
|
-
"@md-plugins/
|
|
44
|
-
"@md-plugins/
|
|
32
|
+
"@md-plugins/md-plugin-blockquote": "0.1.0-alpha.23",
|
|
33
|
+
"@md-plugins/md-plugin-headers": "0.1.0-alpha.23",
|
|
34
|
+
"@md-plugins/md-plugin-frontmatter": "0.1.0-alpha.23",
|
|
35
|
+
"@md-plugins/md-plugin-image": "0.1.0-alpha.23",
|
|
36
|
+
"@md-plugins/md-plugin-inlinecode": "0.1.0-alpha.23",
|
|
37
|
+
"@md-plugins/md-plugin-link": "0.1.0-alpha.23",
|
|
38
|
+
"@md-plugins/md-plugin-imports": "0.1.0-alpha.23",
|
|
39
|
+
"@md-plugins/md-plugin-table": "0.1.0-alpha.23",
|
|
40
|
+
"@md-plugins/shared": "0.1.0-alpha.23",
|
|
41
|
+
"@md-plugins/vite-md-plugin": "0.1.0-alpha.23",
|
|
42
|
+
"@md-plugins/md-plugin-codeblocks": "0.1.0-alpha.23",
|
|
43
|
+
"@md-plugins/md-plugin-title": "0.1.0-alpha.23",
|
|
44
|
+
"@md-plugins/md-plugin-containers": "0.1.0-alpha.23"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/markdown-it": "^14.1.2",
|
|
@@ -181,12 +181,12 @@ const vitePlugins = [
|
|
|
181
181
|
{
|
|
182
182
|
name: 'Vite MD Plugin',
|
|
183
183
|
desc: 'Adds support for creating Vue SFCs from Markdown files.',
|
|
184
|
-
path: '/vite-plugins/
|
|
184
|
+
path: '/vite-plugins/vite-md-plugin/overview',
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
name: 'Vite Examples Plugin',
|
|
188
188
|
desc: 'Adds support for importing Vue files as raw source.',
|
|
189
|
-
path: '/vite-plugins/
|
|
189
|
+
path: '/vite-plugins/vite-examples-plugin/overview',
|
|
190
190
|
},
|
|
191
191
|
]
|
|
192
192
|
|
|
@@ -194,7 +194,7 @@ const appExtensions = [
|
|
|
194
194
|
{
|
|
195
195
|
name: 'viteMdPluginAppExt',
|
|
196
196
|
desc: 'Adds support for creating Vue SFCs from Markdown files.',
|
|
197
|
-
path: '/quasar-app-extensions/
|
|
197
|
+
path: '/quasar-app-extensions/vite-md-plugin-app-ext/overview',
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
name: 'Q-Press (app-ext)',
|
|
@@ -3,7 +3,7 @@ title: Q-Press Advanced Topics
|
|
|
3
3
|
desc: Advanced Topics for the Q-Press App-Extension.
|
|
4
4
|
examples: QAvatar
|
|
5
5
|
related:
|
|
6
|
-
- vite-plugins/
|
|
6
|
+
- vite-plugins/vite-examples-plugin/overview
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
If you plan on having `api` and `examples` support in your markdown files, we will discuss making the necessary updates to support that. If you don't know what `api` and `examples` are, here are examples for Quasar's `QAvatar` component:
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
title: Vite Examples Plugin
|
|
3
3
|
desc: Vite Examples plugin for enhanced functionality.
|
|
4
4
|
related:
|
|
5
|
-
- vite-plugins/
|
|
5
|
+
- vite-plugins/vite-md-plugin/overview
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
Welcome to the Vite Examples Plugin documentation! This guide will provide you with an overview of the Vite Examples plugins and their features.
|
package/src/templates/init/src/markdown/vite-plugins/{vitemdplugin → vite-md-plugin}/advanced.md
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
title: ViteMdPlugin Advanced Topics
|
|
3
3
|
desc: ViteMdPlugin advanced topics for Markdown.
|
|
4
4
|
related:
|
|
5
|
-
- vite-plugins/
|
|
5
|
+
- vite-plugins/vite-examples-plugin/advanced
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
The `viteMdPlugin` is a powerful tool for integrating Markdown processing into your Vite project. This section will cover how the plugin works, the available options for customization, and examples of how to use it effectively with both Vite and Quasar with Vite.
|
package/src/templates/init/src/markdown/vite-plugins/{vitemdplugin → vite-md-plugin}/overview.md
RENAMED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
title: Vite Markdown Plugin
|
|
3
3
|
desc: Vite plugin for transforming Markdown content into Vue Single File Components.
|
|
4
4
|
related:
|
|
5
|
-
- vite-plugins/
|
|
6
|
-
- quasar-app-extensions/
|
|
5
|
+
- vite-plugins/vite-examples-plugin/overview
|
|
6
|
+
- quasar-app-extensions/vite-md-plugin-app-ext/overview
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
Welcome to the Vite Markdown Plugin documentation! This guide will provide you with an overview of the Vite Markdown plugin and its features.
|
|
@@ -247,15 +247,15 @@ const vitePluginsMenu: SiteMenuItem = {
|
|
|
247
247
|
{
|
|
248
248
|
name: 'viteMdPlugin',
|
|
249
249
|
children: [
|
|
250
|
-
{ name: 'Overview', path: '/vite-plugins/
|
|
251
|
-
{ name: 'Advanced', path: '/vite-plugins/
|
|
250
|
+
{ name: 'Overview', path: '/vite-plugins/vite-md-plugin/overview' },
|
|
251
|
+
{ name: 'Advanced', path: '/vite-plugins/vite-md-plugin/advanced' },
|
|
252
252
|
],
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
name: 'viteExamplesPlugin',
|
|
256
256
|
children: [
|
|
257
|
-
{ name: 'Overview', path: '/vite-plugins/
|
|
258
|
-
{ name: 'Advanced', path: '/vite-plugins/
|
|
257
|
+
{ name: 'Overview', path: '/vite-plugins/vite-examples-plugin/overview' },
|
|
258
|
+
{ name: 'Advanced', path: '/vite-plugins/vite-examples-plugin/advanced' },
|
|
259
259
|
],
|
|
260
260
|
},
|
|
261
261
|
],
|
|
@@ -268,8 +268,8 @@ const QuasarAppExts: SiteMenuItem = {
|
|
|
268
268
|
{
|
|
269
269
|
name: 'viteMdPluginAppExt',
|
|
270
270
|
children: [
|
|
271
|
-
{ name: 'Overview', path: '/quasar-app-extensions/
|
|
272
|
-
{ name: 'Advanced', path: '/quasar-app-extensions/
|
|
271
|
+
{ name: 'Overview', path: '/quasar-app-extensions/vite-md-plugin-app-ext/overview' },
|
|
272
|
+
{ name: 'Advanced', path: '/quasar-app-extensions/vite-md-plugin-app-ext/advanced' },
|
|
273
273
|
],
|
|
274
274
|
},
|
|
275
275
|
{
|