cm-show-invisibles

WebJar for cm-show-invisibles

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

cm-show-invisibles
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

cm-show-invisibles
WebJar for cm-show-invisibles
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/coderaiser/cm-show-invisibles

Download cm-show-invisibles

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/cm-show-invisibles/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>cm-show-invisibles</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/cm-show-invisibles/
implementation 'org.webjars.npm:cm-show-invisibles:3.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/cm-show-invisibles/
implementation ("org.webjars.npm:cm-show-invisibles:3.1.0")
'org.webjars.npm:cm-show-invisibles:jar:3.1.0'
<dependency org="org.webjars.npm" name="cm-show-invisibles" rev="3.1.0">
  <artifact name="cm-show-invisibles" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='cm-show-invisibles', version='3.1.0')
)
libraryDependencies += "org.webjars.npm" % "cm-show-invisibles" % "3.1.0"
[org.webjars.npm/cm-show-invisibles "3.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

CodeMirror Show Invisibles

Addon for CodeMirror that helps to show invisibles.

show-invisibles

Install

bower i cm-show-invisibles --save # or
npm i cm-show-invisibles --save

How to use?

const cm = CodeMirror(document.body, {
    showInvisibles: true,
    maxInvisibles: 16 // optional
});

License

MIT

Versions

Version
3.1.0
2.0.2
1.2.0