Browse Source

escape html

main
clemtre 11 months ago
parent
commit
5870eec184
  1. 55
      README.md

55
README.md

@ -79,26 +79,41 @@ Only a Url is required, the rest of the fields are optional :
* Date : posix time of the bookmarked link * Date : posix time of the bookmarked link
* Color : css color (name, hex, rgb etc...) * Color : css color (name, hex, rgb etc...)
## index.html structure ## index.html structure generated by signet.sh
<!DOCTYPE html> ```
<html> \<!DOCTYPE html>
<head> \<html>
<title>⛵ → $(date "+%g-%m-%d, %H:%M")</title> \<head>
<script defer src="jquery-3.6.4.js"></script> \<title>⛵ → YY-MM-DD, H:M\</title>
<script defer src="script.js"></script> \<script defer src="jquery-3.6.4.js">\</script>
<link rel="stylesheet" href="style.css"> \<script defer src="script.js">\</script>
<meta charset="utf-8" /> \<link rel="stylesheet" href="style.css">
</head> \<meta charset="utf-8" />
<body> \</head>
<div id="cc"></div> \<body>
<textarea autofocus></textarea> \<div id="cc">\</div>
<nav> \<textarea autofocus>\</textarea>
<p>tag ()</p> \<nav>
<p>tag ()</p> \<p>tag (amount)\</p>
<p>tag ()</p> \</nav>
<p>tag ()</p> \<ol>
<p>tag ()</p> \<li>
<p>tag ()</p> \<a href="URL">
\<section color="Color">
\<h5>URL\</h5>
\<h1>Name\</h1>
\<h2>Description\</h2>
\<h3>Tags\</h3>
\<h4>Date\</h4>
\</section>
\<a>
\</li>
\</ol>
\<footer>\</footer>
\</body>
\</html>
```
# Usage # Usage
## Add a bookmark : ## Add a bookmark :

Loading…
Cancel
Save