Skip to content

mesqueeb/app-extension-qmarkdown

 
 

Repository files navigation

QMarkdown (@quasar/qmarkdown)

official icon npm (scoped) GitHub code size in bytes GitHub repo size in bytes npm

QMarkdown is an UI App Extension for Quasar Framework v1. It will not work with legacy versions of Quasar Framework.

This work is currently in beta and there are expected changes while things get worked out. Your help with testing is greatly appreciated.

Info

QMarkdown allows you to have markdown in your web pages. You can either use the standard default slot or use the property src to define your markdown.

Beside the QMarkdown component a couple of loaders are also included:

  1. automatically import markdown (.md) files as text so they can be processed client-side with QMarkdown
  2. automatically import vue+markdown (.vmd) files, as well as pre-process any front-matter included in the .vmd

Install

To add this App Extension to your Quasar application, run the following (in your Quasar app folder):

quasar ext add @quasar/qmarkdown

Uninstall

To remove this App Extension from your Quasar application, run the following (in your Quasar app folder):

quasar ext remove @quasar/qmarkdown

Describe

You can use quasar describe QMarkdown for the QMarkdown component

Demo Project

Can be found here.

Documentation

Can be found here.

Demo

Can be found here.

Donate

If you appreciate the work that went into this App Extension, please consider donating to Quasar.

About

A Quasar UI App Extension to display inline markdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.1%
  • CSS 25.9%