Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@brandextract/tinymce-plugin-map

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brandextract/tinymce-plugin-map

A TinyMCE plugin to insert a map

  • 0.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Map plugin for TinyMCE 4

Embed a map into the content.

Installation

  • bower|npm install https://github.com/BrandExtract/tinymce-plugin-map.git --save
  • Move to a folder named "map" under tinymce/plugins through build scripts.

Configuration

<script type="text/javascript">
tinymce.init({
    selector: "textarea",
    plugins: "media image map",
    toolbar: "image map",
    extended_valid_elements: "+iframe[src|width|height|name|align|class]"
});
</script>

Development

The short version

git clone https://github.com/BrandExtract/tinymce-plugin-map.git
cd tinymce-plugin-map
npm install

Edit the file, add and commit.

Longer version, or why not edit the file directly on GitHub

There is a pre-commit hook that is automatically installed after npm install and generates the minified file and sourcemap. Therefore, it is recommended that we checkout the repo and run npm install to work on it, instead of editing the file directly through GitHub web.

Otherwise, we will need to generate the minified file and sourcemap.

Keywords

FAQs

Package last updated on 11 Apr 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc