nativescript-markdown-view
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

NativeScript Markdown View

npm version Build Status

NPM

A NativeScript plugin that provides a natively rendered markdown view.

Uses Markwon on Android and TSMarkdownParser on iOS.

Installation

Run the following command from the root of your project:

tns plugin add nativescript-markdown-view

This command automatically installs the necessary files, as well as stores nativescript-markdown-view as a dependency in your project's package.json file.

Usage

You need to add xmlns:mv="nativescript-markdown-view" to your page tag, and then simply use <mv:MarkdownView/> in order to add the widget to your page.

<!-- test-page.xml -->
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded" xmlns:mv="nativescript-markdown-view">
    <StackLayout class="p-20">
        <mv:MarkdownView markdown="_This_ should be **bold**!" />
    </StackLayout>
</Page>

API

Property Default Description
markdown "" The markdown to be rendered on screen

License

MIT License, see LICENSE file

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i nativescript-markdown-view

    Weekly Downloads

    1

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    16.6 kB

    Total Files

    14

    Last publish

    Collaborators

    • flore2003