-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
293 lines (285 loc) · 10.7 KB
/
index.html
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport"
content="initial-scale=1, width=device-width">
<title>Smartdown - Share knowledge with less syntax</title>
<link rel="stylesheet"
href="style/normalize8.0.0.css">
<link rel="stylesheet"
href="style/fonts.css">
<link rel="stylesheet"
href="style/main.css">
<link rel="apple-touch-icon"
sizes="57x57"
href="/assets/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon"
sizes="60x60"
href="/assets/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon"
sizes="72x72"
href="/assets/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon"
sizes="76x76"
href="/assets/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon"
sizes="114x114"
href="/assets/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon"
sizes="120x120"
href="/assets/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon"
sizes="144x144"
href="/assets/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon"
sizes="152x152"
href="/assets/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon"
sizes="180x180"
href="/assets/favicons/apple-icon-180x180.png">
<link rel="icon"
type="image/png"
sizes="192x192"
href="/assets/favicons/android-icon-192x192.png">
<link rel="icon"
type="image/png"
sizes="32x32"
href="/assets/favicons/favicon-32x32.png">
<link rel="icon"
type="image/png"
sizes="96x96"
href="/assets/favicons/favicon-96x96.png">
<link rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicons/favicon-16x16.png">
<link rel="manifest"
href="/assets/favicons/manifest.json">
<meta name="msapplication-TileColor"
content="#ffffff">
<meta name="msapplication-TileImage"
content="/assets/favicons/ms-icon-144x144.png">
<meta name="theme-color"
content="#ffffff">
<script>
function toggleScreenshot(target) {
target.classList.toggle('zoomed');
const mask = document.getElementById('mask');
mask.classList.toggle('masked');
}
function cancelMask(target) {
const zoomed = document.querySelectorAll('.screenshot.zoomed');
zoomed.forEach(function(z) {
z.classList.remove('zoomed');
});
const mask = document.getElementById('mask');
mask.classList.remove('masked');
}
</script>
</head>
<body>
<div id="mask"
onclick="cancelMask()">
</div>
<div class="container">
<h5 class="contact-me"> I may have given you a <a href="#logo"> Smartdown Logo </a> sticker in some random pub, coffee shop, or meeting; or you may have found your way to this site via some other link. If you want to contact me, email me at <a href="mailto:[email protected]">[email protected]</a> or check out my blog and resume/CV at <a href="https://doctorbud.com">https://doctorbud.com</a>. </h5>
<div class="site-box">
<div class="hgroup">
<h2 class="title">Smartdown</h2>
<a href="#logo">
<img class="logo"
src="assets/img/StickerMuleNov272018.svg"
alt="Smartdown Logo">
</a>
<h3 class="tagline"> Less Syntax, More 'Splainin' </h3>
<h4>
Use Smartdown technology to more easily create scientific, technical, mathematical and artistic
articles that are expressive, interactive, and rich with diverse content types.
</h4>
</div>
<div class="screenshots">
<div onclick="toggleScreenshot(this)"
class="screenshot">
<h4>Turns this …</h4>
<img alt="Welcome Screenshot Raw"
src="assets/img/WelcomeScreenshotRaw.png">
</div>
<div onclick="toggleScreenshot(this)"
class="screenshot">
<h4> …Into this</h4>
<img alt="Welcome Screenshot Rendered"
src="assets/img/WelcomeScreenshotRendered.png">
</div>
</div>
<section>
<h3>Smartdown Viewer and Gallery</h3>
<h4>Demonstrations, Possibilities, Examples</h4>
<p>
The Smartdown Viewer Site is an example application that can view Smartdown documents as well as showing their raw Smartdown text. The Viewer provides a rich set of example from the
<a target="_blank" rel="noopener noreferrer" href="http://github.com/smartdown/gallery">Smartdown Examples Gallery</a>.
</p>
<p>
It is very basic and based on AngularJS and CodeMirror, but it provides a useful way to view the Smartdown source side-by-side with its rendering. The source code may provide inspiration for other Smartdown integrations.
</p>
<ul>
<li>
<a target="_blank"
rel="noopener noreferrer"
href="https://smartdown.site">https://smartdown.site</a>
</li>
<li>
<a target="_blank"
rel="noopener noreferrer"
href="https://github.com/smartdown/viewer/">Viewer GitHub Source</a>
</li>
<li>
<a
href="/more.html#gallery">Smartdown Gallery</a>
</li>
</ul>
</section>
<section>
<h3>Smartdown Core Library</h3>
<h4>For Developers and Integrators</h4>
<p>
<b>smartdown</b> - A Javascript library for translating, rendering, and interacting with Smartdown documents.
</p>
<p>
The core of any Smartdown integration includes the Smartdown Javascript library and associated resources.
</p>
<ul>
<li>
<a target="_blank"
rel="noopener noreferrer"
href="https://github.com/smartdown/smartdown/">Smartdown GitHub Source</a>
</li>
<li>
<a target="_blank"
rel="noopener noreferrer"
href="https://www.npmjs.com/package/smartdown">Smartdown via NPM</a>
</li>
</ul>
</section>
<section>
<h3>Smartdown Integrations</h3>
<blockquote class="quote">
Smartdown is like Cheese! You can put stuff in it, and you can put it in stuff.
<br>
- Dan Keith, December 2018
</blockquote>
<p> For examples how Smartdown may be embedded into other systems, and how other systems can be embedded in Smartdown, consider the following: </p>
<ul>
<li>
<a
href="/more.html#glitch">Smartdown on Glitch</a>
</li>
<li>
<a
href="/more.html#impress">Slideshows via Impress.js</a>
</li>
<li>
<a
href="/more.html#solid">Smartdown on Solid</a>
</li>
<li>
<a
href="/more.html#gists">Smartdown on GitHub Gists</a>
</li>
<li>
<a
href="/more.html#poster">Smartdown Posters</a>
</li>
<li>
<a
href="/more.html#blocks">Smartdown on bl.ocks.org</a>
</li>
<li>
<a target="_blank"
rel="noopener noreferrer"
href="https://wildthinks.org/">WildThinks</a> uses Smartdown to explore and present mathematical
concepts in an engaging and interactive format.
</li>
<li>
<a
href="/more.html">… and much more!</a>
</li>
</ul>
</section>
<section id="logo">
<h3>About the Smartdown Logo</h3>
<img class="logo"
src="assets/img/StickerMuleNov272018.svg"
alt="Smartdown Logo">
<p> The Smartdown Logo above was developed using Smartdown and explained in the blog post(s) below: </a>
</p>
<ul>
<li>
<a target="_blank"
rel="noopener noreferrer"
href="https://doctorbud.com/celestial-toys/post/2018-10-08-building-a-logo-part-1/#index"> Building a Logo, Part 1 </a>
</li>
<li>
<a target="_blank"
rel="noopener noreferrer"
href="https://doctorbud.com/celestial-toys/post/2018-10-13-building-a-logo-part-2/#index"> Building a Logo, Part 2 </a>
</li>
<li>
<a target="_blank"
rel="noopener noreferrer"
href="https://doctorbud.com/celestial-toys/post/2018-10-20-building-a-logo-part-3/?summary=white/indigo/lightgreen/tomato/15/30"> Building a Logo, Part 3 (Workbench) </a>
</li>
<li>
<a target="_blank"
rel="noopener noreferrer"
href="https://doctorbud.com/celestial-toys/post/2018-10-27-building-a-logo-part-4/#index"> Building a Logo, Part 4 (Stickers!!!) </a>
</li>
<li>
<a target="_blank"
rel="noopener noreferrer"
href="https://doctorbud.com/celestial-toys/post/2018-11-23-logo-version-2/#index"> Building a Logo, V2 (Current Logo) </a>
</li>
</ul>
</section>
<div class="share-bar">
<div class="share-opt">
<a target="_blank"
rel="noopener noreferrer"
href="https://github.com/smartdown/">
<img src="assets/img/github-logo.png"
width="28"
height="28"
alt="GitHub">
</a>
</div>
<div class="share-opt">
<a class="twitter-share-button"
href="https://twitter.com/share"
data-count="none"
data-size="large"
data-text="Smartdown: Smartdown">Tweet about Smartdown</a>
</div>
<div class="share-opt">
<a target="_blank"
rel="noopener noreferrer"
href="https://doctorbud.com">doctorbud.com</a>
</div>
</div>
</div>
<div class="site-footer">
</div>
</div>
<script>
! function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");
</script>
</body>
</html>