1
0

Testing site themes

This commit is contained in:
devenblake
2020-10-23 22:37:30 -04:00
parent c4000fc43e
commit 29afd3e7b3
3 changed files with 43 additions and 37 deletions

View File

@@ -1,29 +1,30 @@
<html lang="en">
<head>
<title>opinions on text editing</title>
<meta charset="US-ASCII" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="canonical" href="https://blake.instantfloppy.net/textediting" />
</head>
<body>
<p><a href="..">~ Return</a></p>
<h1>My opinions on text editing</h1>
<h3>updated 2020-10-10</h3>
<hr size="1" width="25%" align="left" />
<p>I write prose in Rich Text Files (RTF) and everything else in UNIX-formatted plaintext.</p>
<p>
When it comes to RTF editing, I normally use Microsoft Wordpad on Windows and (prefer it to using) Libreoffice on everything else.
I like RTF because editors handle everything for me - changing the font and indentations and everything is very easy - and because despite its proprietary-ness it's well supported and converts to plaintext relatively easily.
</p>
<p>
When it comes to code, I only use Linux/UNIX/something with a console. I've tried coding in IDEs many times and every time I've been disappointed.
I'm not used to using my mouse when I code and even when I acclimate I still don't like it, though I've never used ACME before and that might change my mind someday.
Lately I've been writing C and Python and when I write both I use "ne", the Nice Editor. It's simple and it uses a lot of common keyboard shortcuts.
I avoid lines of code longer than 79 characters, and I use tabs for indentation with a tab length of 8.
I never use hard word wraps on plaintext if I can catch it and I don't normally use soft word-wrapping in code.
I grew up on Microsoft DOS's EDIT.COM and it's still my go-to editor on DOS.
</p>
<p>My preferred encoding is UTF-8. I don't like Unicode because I disagree with how emoji are being added. I have an ASCII chart on my wall.</p>
<p>When I use stock systems I use nano until I install ne. I'm not yet sure how to use ed.</p>
</body>
</html>
<HTML lang="en">
<HEAD>
<TITLE>opinions on text editing</TITLE>
<META charset="US-ASCII" />
<META name="viewport" content="width=device-width, initial-scale=1" />
<LINK rel="canonical" href="https://blake.instantfloppy.net/textediting" />
</HEAD>
<BODY>
<SCRIPT src="/main.js"></SCRIPT><SCRIPT>initialize();</SCRIPT>
<P><A href="..">~ Return</A></P>
<H1>My opinions on text editing</H1>
<h3>updated 2020-10-10</h3>
<hr size="1" width="25%" align="left" />
<p>I write prose in Rich Text Files (RTF) and everything else in UNIX-formatted plaintext.</p>
<p>
When it comes to RTF editing, I normally use Microsoft Wordpad on Windows and (prefer it to using) Libreoffice on everything else.
I like RTF because editors handle everything for me - changing the font and indentations and everything is very easy - and because despite its proprietary-ness it's well supported and converts to plaintext relatively easily.
</p>
<p>
When it comes to code, I only use Linux/UNIX/something with a console. I've tried coding in IDEs many times and every time I've been disappointed.
I'm not used to using my mouse when I code and even when I acclimate I still don't like it, though I've never used ACME before and that might change my mind someday.
Lately I've been writing C and Python and when I write both I use "ne", the Nice Editor. It's simple and it uses a lot of common keyboard shortcuts.
I avoid lines of code longer than 79 characters, and I use tabs for indentation with a tab length of 8.
I never use hard word wraps on plaintext if I can catch it and I don't normally use soft word-wrapping in code.
I grew up on Microsoft DOS's EDIT.COM and it's still my go-to editor on DOS.
</p>
<p>My preferred encoding is UTF-8. I don't like Unicode because I disagree with how emoji are being added. I have an ASCII chart on my wall.</p>
<p>When I use stock systems I use nano until I install ne. I'm not yet sure how to use ed.</p>
</BODY>
</HTML>