New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ember-medium-editor-fix

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-medium-editor-fix

medium-editor for Ember Apps

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
5
-84.85%
Maintainers
1
Weekly downloads
 
Created
Source

ember-medium-editor Build Status Ember Observer Score npm version

medium-editor library for Ember Apps.

README and docs are under reconstruction for now. Preparing it for v1.0 release!

Installation

With ember:

  • ember install ember-medium-editor

With npm:

  • npm install --save-dev ember-medium-editor

With yarn:

  • yarn add --dev ember-medium-editor

Configuration

// ember-cli-build.js
let app = new EmberApp(defaults, {
  mediumEditor: {
    /**
    * If true will include only JS in the build.
    *
    * @type Boolean
    * @default false
    */
    excludeStyles: false,
    
    /**
    * List of themes: https://github.com/yabwe/medium-editor/tree/master/dist/css/themes
    *
    * @type String
    * @default 'default'
    */
    theme: 'default'
  }
});

Usage

{{medium-editor
    model.text
    options=(hash)
    onChange=(action (mut model.text))}}

Issues

If you encounter any issue please report it here.

API Docs

Licence

MIT

Keywords

medium-editor

FAQs

Package last updated on 14 Aug 2019

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