hatsugen
v0.0.3
Published
hatsugen is a javascript for highlight sentence in remarks with a html file
Maintainers
Readme
Hatsugen
hatsugen is a javascript for highlight sentence in remarks with a html file.
hatsugen highlight sentence that start with [NAME]) in html.
Demo

Simple Usage
Load css and js in your html file.
<link
rel="stylesheet"
href="https://unpkg.com/browse/[email protected]/dist/hatsugen.js"
/>
<script
type="module"
src="https://unpkg.com/browse/[email protected]/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
LICENSE
MIT
