-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
145 lines (128 loc) · 6.97 KB
/
index.html
File metadata and controls
145 lines (128 loc) · 6.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L7FKRCCP8P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L7FKRCCP8P');
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<!-- HTML Meta Tags -->
<title>Big Rich Text Box</title>
<meta name="description" content="A tiny, distraction-free online rich text box — inspired by bigtextbox.com, but built for rich text.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://qoyyuum.github.io/bigrichtextbox/">
<meta property="og:type" content="website">
<meta property="og:title" content="Big Rich Text Box">
<meta property="og:description" content="A tiny, distraction-free online rich text box — inspired by bigtextbox.com, but built for rich text.">
<meta property="og:image" content="https://qoyyuum.github.io/bigrichtextbox/bigrichtextbox.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="qoyyuum.github.io">
<meta property="twitter:url" content="https://qoyyuum.github.io/bigrichtextbox/">
<meta name="twitter:title" content="Big Rich Text Box">
<meta name="twitter:description" content="A tiny, distraction-free online rich text box — inspired by bigtextbox.com, but built for rich text.">
<meta name="twitter:image" content="https://qoyyuum.github.io/bigrichtextbox/bigrichtextbox.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/quill@1.3.7/dist/quill.snow.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css"
/>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<button id="themeToggle" class="theme-toggle" type="button" aria-label="Toggle theme">
Theme
</button>
<button id="shareToggle" class="share-toggle" type="button" aria-label="Copy shareable link">
🔗
</button>
<div id="toolbar" class="ql-toolbar ql-snow" hidden aria-label="Formatting toolbar">
<span class="ql-formats">
<select class="ql-header" aria-label="Block style">
<option selected></option>
<option value="1"></option>
<option value="2"></option>
<option value="3"></option>
<option value="4"></option>
<option value="5"></option>
<option value="6"></option>
</select>
</span>
<span class="ql-formats">
<select class="ql-font" aria-label="Font family">
<option selected></option>
<option value="inter">Inter</option>
<option value="serif">Serif</option>
<option value="monospace">Monospace</option>
</select>
</span>
<span class="ql-formats">
<button class="ql-bold" aria-label="Bold"></button>
<button class="ql-italic" aria-label="Italic"></button>
<button class="ql-underline" aria-label="Underline"></button>
</span>
<span class="ql-formats">
<button class="ql-list" value="bullet" aria-label="Bulleted list"></button>
<button class="ql-list" value="ordered" aria-label="Numbered list"></button>
</span>
<span class="ql-formats">
<button class="ql-code-block" aria-label="Code block"></button>
<select id="codeLangSelect" class="code-lang" aria-label="Code block language">
<option value="">Code</option>
<option value="javascript">JavaScript</option>
<option value="python">Python</option>
<option value="powershell">PowerShell</option>
<option value="sql">SQL</option>
</select>
</span>
<span class="ql-formats">
<select class="ql-align" aria-label="Text alignment">
<option selected></option>
<option value="center"></option>
<option value="right"></option>
<option value="justify"></option>
</select>
</span>
</div>
<main class="page" aria-label="Editor page">
<div id="editor" class="editor" aria-label="Editor"></div>
</main>
<a
class="footer-github"
href="https://github.com/Qoyyuum/bigrichtextbox/"
target="_blank"
rel="noopener noreferrer"
aria-label="View source on GitHub"
title="View source on GitHub"
>
<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false">
<path
d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2Z"
/>
</svg>
</a>
<div id="toast" class="toast" role="status" aria-live="polite" aria-hidden="true"></div>
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="qoyyuum" data-description="Support me on Buy me a coffee!" data-message="Thank you for buying me a coffee!" data-color="#40DCA5" data-position="Right" data-x_margin="18" data-y_margin="18"></script>
<script src="https://cdn.jsdelivr.net/npm/lz-string@1.5.0/libs/lz-string.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/javascript.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/python.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/powershell.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/sql.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/quill@1.3.7/dist/quill.min.js" defer></script>
<script src="./app.js" defer></script>
</body>
</html>