Skip to content

Commit c0f0edb

Browse files
authored
Merge pull request c-smile#118 from ngirard/patch-1
Create notes.htm
2 parents 22375d2 + 5e740f1 commit c0f0edb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

notes/user-docs/notes.htm

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<html><head>
2+
<title>Sciter Notes</title>
3+
<style>html{font:10pt Verdana,Helvetica,Roboto,sans-serif;}
4+
table {border-collapse:collapse; }
5+
table td, table th {border:1px solid #ddd; padding:4px 8px;}
6+
pre{padding:4px;border:1px solid #ccc;background: #F0F8FF;max-width:100%;overflow-x:auto;}
7+
code{background: #F0F8FF;}
8+
dt{font-weight:bold;}
9+
img{max-width:100%;}
10+
blockquote {border-left:0.2em solid #84C5F4;margin-left:1em;padding-left:0.8em;}
11+
p.urlfrom {text-align:right;border-top:1px solid;}
12+
mark.a { background:#fcfc93;}
13+
mark.b { background:#a0f7a3;}
14+
mark.c { background:#e0a0f7;}</style>
15+
</head><body> <h1>Sciter Notes documentation</h1>
16+
<h2>Deleting a note</h2>
17+
<p>To delete note, assign it to the&nbsp;&quot;Deleted&quot; notebook.</p>
18+
<p>The &quot;Deleted&quot; notebook will be cleared after restarting the application.</p></body></html>

0 commit comments

Comments
 (0)