@md-plugins/quasar-app-extension-q-press 0.1.0-alpha.21 → 0.1.0-alpha.22

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/quasar-app-extension-q-press",
3
- "version": "0.1.0-alpha.21",
3
+ "version": "0.1.0-alpha.22",
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-codeblocks": "0.1.0-alpha.21",
33
- "@md-plugins/md-plugin-blockquote": "0.1.0-alpha.21",
34
- "@md-plugins/md-plugin-containers": "0.1.0-alpha.21",
35
- "@md-plugins/md-plugin-frontmatter": "0.1.0-alpha.21",
36
- "@md-plugins/md-plugin-headers": "0.1.0-alpha.21",
37
- "@md-plugins/md-plugin-image": "0.1.0-alpha.21",
38
- "@md-plugins/md-plugin-imports": "0.1.0-alpha.21",
39
- "@md-plugins/md-plugin-inlinecode": "0.1.0-alpha.21",
40
- "@md-plugins/md-plugin-link": "0.1.0-alpha.21",
41
- "@md-plugins/md-plugin-title": "0.1.0-alpha.21",
42
- "@md-plugins/md-plugin-table": "0.1.0-alpha.21",
43
- "@md-plugins/shared": "0.1.0-alpha.21",
44
- "@md-plugins/vite-md-plugin": "0.1.0-alpha.21"
32
+ "@md-plugins/md-plugin-codeblocks": "0.1.0-alpha.22",
33
+ "@md-plugins/md-plugin-blockquote": "0.1.0-alpha.22",
34
+ "@md-plugins/md-plugin-frontmatter": "0.1.0-alpha.22",
35
+ "@md-plugins/md-plugin-containers": "0.1.0-alpha.22",
36
+ "@md-plugins/md-plugin-headers": "0.1.0-alpha.22",
37
+ "@md-plugins/md-plugin-imports": "0.1.0-alpha.22",
38
+ "@md-plugins/md-plugin-inlinecode": "0.1.0-alpha.22",
39
+ "@md-plugins/md-plugin-image": "0.1.0-alpha.22",
40
+ "@md-plugins/md-plugin-link": "0.1.0-alpha.22",
41
+ "@md-plugins/md-plugin-table": "0.1.0-alpha.22",
42
+ "@md-plugins/md-plugin-title": "0.1.0-alpha.22",
43
+ "@md-plugins/shared": "0.1.0-alpha.22",
44
+ "@md-plugins/vite-md-plugin": "0.1.0-alpha.22"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/markdown-it": "^14.1.2",
@@ -138,7 +138,7 @@ const computedTitle = computed(() => {
138
138
  })
139
139
 
140
140
  const slugifiedTitle = computed(() => {
141
- return 'example--' + slugify(props.title)
141
+ return slugify('example-' + props.title)
142
142
  })
143
143
 
144
144
  const options = computed(() => {
@@ -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/vitemdplugin/overview',
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/viteexamplesplugin/overview',
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/vitemdpluginappext/overview',
197
+ path: '/quasar-app-extensions/vite-md-plugin-app-ext/overview',
198
198
  },
199
199
  {
200
200
  name: 'Q-Press (app-ext)',
@@ -74,7 +74,3 @@ The Imports plugin does not accept any options.
74
74
  If you have any questions or need assistance, please refer to the FAQ or reach out to our support team.
75
75
 
76
76
  Happy coding!
77
-
78
- ```
79
-
80
- ```
@@ -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/viteexamplesplugin/overview
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: ViteMdPluginAppExt App Extension
3
3
  desc: Overview of the ViteMdPluginAppExt for Quasar.
4
4
  related:
5
- - vite-plugins/vitemdplugin/overview
5
+ - vite-plugins/vite-md-plugin/overview
6
6
  - quasar-app-extensions/qpress/overview
7
7
  ---
8
8
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: Vite Plugins
3
3
  related:
4
- - vite-plugins/vitemdplugin/overview
5
- - vite-plugins/viteexamplesplugin/overview
4
+ - vite-plugins/vite-md-plugin/overview
5
+ - vite-plugins/vite-examples-plugin/overview
6
6
  ---
@@ -2,7 +2,7 @@
2
2
  title: ViteExamplesPlugin Advanced Topics
3
3
  desc: ViteExamplesPlugin advanced topics for Vite.
4
4
  related:
5
- - vite-plugins/vitemdplugin/advanced
5
+ - vite-plugins/vite-md-plugin/advanced
6
6
  ---
7
7
 
8
8
  ## ViteExamplesPlugin
@@ -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/vitemdplugin/overview
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.
@@ -2,7 +2,7 @@
2
2
  title: ViteMdPlugin Advanced Topics
3
3
  desc: ViteMdPlugin advanced topics for Markdown.
4
4
  related:
5
- - vite-plugins/viteexamplesplugin/advanced
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.
@@ -0,0 +1,6 @@
1
+ ---
2
+ title: Vite Plugins
3
+ related:
4
+ - vite-plugins/vite-md-plugin/overview
5
+ - vite-plugins/vite-md-plugin/advanced
6
+ ---
@@ -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/viteexamplesplugin/overview
6
- - quasar-app-extensions/vitemdpluginappext/overview
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/vitemdplugin/overview' },
251
- { name: 'Advanced', path: '/vite-plugins/vitemdplugin/advanced' },
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/viteexamplesplugin/overview' },
258
- { name: 'Advanced', path: '/vite-plugins/viteexamplesplugin/advanced' },
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/vitemdpluginappext/overview' },
272
- { name: 'Advanced', path: '/quasar-app-extensions/vitemdpluginappext/advanced' },
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
  {
@@ -138,7 +138,7 @@ const computedTitle = computed(() => {
138
138
  })
139
139
 
140
140
  const slugifiedTitle = computed(() => {
141
- return 'example--' + slugify(props.title)
141
+ return slugify('example-' + props.title)
142
142
  })
143
143
 
144
144
  const options = computed(() => {
@@ -1,6 +0,0 @@
1
- ---
2
- title: Vite Plugins
3
- related:
4
- - vite-plugins/vitemdplugin/overview
5
- - vite-plugins/vitemdplugin/advanced
6
- ---