Socket
Book a DemoInstallSign in
Socket

@plait-board/markdown-to-drawnix

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plait-board/markdown-to-drawnix

Markdown to Drawnix mind map

npmnpm
Version
0.0.6
Version published
Weekly downloads
323
-20.25%
Maintainers
1
Weekly downloads
 
Created
Source

markdown-to-drawnix

Convert markdown to drawnix mind map.

Set up

Install packages:

yarn

Start development playground:

yarn start

Build command:

yarn build

Get started

parseMarkdownToDrawnix(markdownDefinition: string)

The markdownDefinition is the markdown text definition.

Example code:

import { parseMarkdownToDrawnix } from "@drawnix/markdown-to-drawnix";

try {
  const mind = await parseMarkdownToDrawnix(
    markdownDefinition
  );
  // Render mind on Drawnix
} catch (e) {
  // Parse error, displaying error message to users
}

Playground

Try out here.

Thanks

Inspired by remark-parse

FAQs

Package last updated on 06 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts