import more wiki articles, and exclude unmodified users from listing

This commit is contained in:
root
2019-09-21 12:05:42 -04:00
parent 29fc72c85f
commit c5671542a0
28 changed files with 725 additions and 4 deletions

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Resetting your editor view when chat interrupts</title>
<link rel="stylesheet" href="/style.css">
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<a href="/wiki/">&lt; back to wiki home</a>
<header>
<h1 class="title">Resetting your editor view when chat interrupts</h1>
</header>
<p>You may have been caught off guard while editing and had some random chat messages muss up your view. It didnt actually edit your HTML page but you need to reset your editor view.</p>
<p><code>CTRL+L</code> will reset your view</p>
<p><code>mesg n</code> at the command prompt will turn off chat messages in that window.</p>
<p>If you dont ever want to see wall messages on your screen, put <code>mesg n</code> into your startup file (details of how to do that needed here).</p>
</body>
</html>