Skip to content

Nickersoft/advanced-mark.js

 
 

Repository files navigation

advanced-mark.js

npm

Highlight words, terms, or text on a browser page using JavaScript.

To play with this library - advanced-mark.js-playground. It requires minimum installation and provides full functionality. It has some built-in examples.

This library from v2.0.0 doesn't guaranty backward compatibility with mark.js v9.0.0 and npm package v8.11.1.

See Documentation for advanced-mark.js v2. Note that it's still under development.

Also may be useful to read Documentation. Note that this doc is for old mark.js.

Modules changes

  • *. es6.*.js now are real ES6 modules. They are actually UMD modules in mark.js v9.0.0 and npm package v8.11.1.
import Mark from './mark.es6.js';
// import Mark from './jquery.mark.es6.js';

UMD modules are removed in v2.0.0.

About

Highlight words, terms, or text on a browser page using JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%