4.0.0 • Published 11 months ago

@nonfx/flow-md-editor v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Flow MD Editor

The Flow md editor is built on the Flow design framework (website / github) using Monaco Editor

Installation

1️⃣ Install flow code editor dependency

npm i --save @nonfx/flow-md-editor

Note: after installation, re-start your application.

2️⃣ Import flow-md-editor into your project

Paste the below snippet in your project and add your application startup/runtime code to it.

import "@nonfx/flow-core";
import "@nonfx/flow-md-editor";

3️⃣ For a typescript enabled project (optional)

Note: After adding, re-start your application. Make sure you are using version >4.5

For Vue 3: Copy paste below import types in your main.ts file.

import "@nonfx/flow-md-editor/dist/types/vue3";

Copy paste below import types in your main.ts file.

import "@nonfx/flow-md-editor/dist/types/vue2";

React: Include react type in tsconfig.json file like below.

"include": ["src", "./node_modules/@nonfx/flow-md-editor/dist/types/react.ts"]
3.0.4

12 months ago

3.0.3

12 months ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.6

12 months ago

3.0.5

12 months ago

3.0.0

1 year ago

4.0.0

11 months ago

2.2.0

2 years ago

2.1.9

2 years ago

2.1.8

2 years ago

2.1.7

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.3

2 years ago

2.1.2

2 years ago