0.0.3 • Published 2 years ago

hatsugen v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Hatsugen

hatsugen is a javascript for highlight sentence in remarks with a html file.

hatsugen highlight sentence that start with [NAME]) in html.

Demo

hatsugen-demo

Live Demo

Simple Usage

Load css and js in your html file.

<link
  rel="stylesheet"
  href="https://unpkg.com/browse/hatsugen@0.0.1/dist/hatsugen.js"
/>
<script
  type="module"
  src="https://unpkg.com/browse/hatsugen@0.0.1/dist/css/default.css"
></script>

You can custom colorlize to custom stylesheet.

(hatsugen highlight your html through data-hatsugen-id attribute.)

[data-hatsugen-id="1"] {
  color: red;
}
[data-hatsugen-id="2"] {
  color: blue;
}

Author

junseinagao

LICENSE

MIT