commit: 7f3fc813e85c30b6a45dd52539cd934c28fb90ac
parent 3a3f83a9058eba57ef36fa76af198dcb58633d94
Author: Drew DeVault <sir@cmpwn.com>
Date: Fri, 21 Aug 2020 15:09:29 -0400
Add missing editing page
Diffstat:
2 files changed, 99 insertions(+), 1 deletion(-)
diff --git a/content/editing.html b/content/editing.html
@@ -0,0 +1,99 @@
+<!doctype html>
+<html lang="en">
+<meta charset="utf-8" />
+<title>Videos of people editing text</title>
+<style>
+body {
+ max-width: 720px;
+ margin: 0 auto;
+}
+
+video {
+ display: block;
+ width: 720px;
+ margin-top: 1rem;
+}
+</style>
+<h1>Videos of people editing text</h1>
+<p>
+Videos of people editing text, explaining the shortcuts they use, and
+recordings of their keyboards as they work. The purpose of this page is to
+provide a reference for people writing new software which involves text editing
+tasks.
+
+<p>
+These videos are licensed with
+<a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, which
+permits re-distribution and modification so long as attribution is provided and
+derivative works use the same license.
+
+<p>
+<a href="#contribute">Can you contribute your own?</a>
+
+<h2>Resources</h2>
+<ul>
+ <li>
+ <a href="https://lord.io/blog/2019/text-editing-hates-you-too/">
+ Text Editing Hates You Too
+ </a>
+ </li>
+ <li>
+ <a href="https://gankra.github.io/blah/text-hates-you/">
+ Text Rendering Hates You
+ </a>
+ </li>
+</ul>
+
+<h2>Videos</h2>
+
+<video src="https://yukari.sr.ht/drew-devault-keyboard.webm" controls>
+ Your browser must support HTML5 video and webm to play this video.
+</video>
+
+<dl>
+ <dt>Source</dt>
+ <dd>Drew DeVault</dd>
+ <dt>Language</dt>
+ <dd>English</dd>
+ <dt>Keyboard</dt>
+ <dd>Kinesis Freestyle Pro; ANSI layout; QWERTY</dd>
+ <dt>Operating system</dt>
+ <dd>Linux 5.7.6</dd>
+ <dt>Software</dt>
+ <dd>gedit 3.36.2 (GTK+ 3.24.20), alacritty 0.5.0.1564.g3233ede0, vim 8.2.0814</dd>
+ <dt>Tags</dt>
+ <dd>#english #en #en-us #ansi #qwerty #modal-editing</dd>
+</dl>
+
+<h2 id="contribute">Contribute</h2>
+<p>
+I would be interested in adding your video to this page, provided that it
+demonstrates one of the following qualities which is not yet represented by
+another video:
+
+<ul>
+ <li>A natural language not yet represented</li>
+ <li>An operating system not yet represented</li>
+ <li>A keyboard layout or design not yet represented</li>
+ <li>Software with novel editing features</li>
+ <li>A novel workflow, e.g. screen reader or dictation software</li>
+</ul>
+
+<p>
+When preparing your video, please use a camera to capture a video of your
+keyboard. I recommend <a href="https://obsproject.com/">OBS</a> to capture a
+recording of both your screen and keyboard, as well as audio from your
+microphone. Please narrate your workflow in English, and include details which
+seem "obvious" to you; they might not be obvious to someone else. Contact
+<a href="mailto:sir@cmpwn.com">Drew DeVault <sir@cmpwn.com></a>
+to list your video. Please include the following details:
+
+<ul>
+ <li>Your name, for attribution</li>
+ <li>The natural language you are demonstrating input for</li>
+ <li>Your keyboard model and layout</li>
+ <li>Your operating system and the names & version numbers of your software</li>
+</ul>
+
+<p>
+Thank you!
diff --git a/content/misc.md b/content/misc.md
@@ -5,7 +5,6 @@ layout: page
# Pages
-- [All posts in one big, unpaginated list](/all)
- [Japanese learning resources](/japanese)
- [Make a blog!](/make-a-blog) (defunct)
- [Videos of people editing text](/editing)