aboutsummaryrefslogtreecommitdiff
path: root/articles/2023/micro-text-editor.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/2023/micro-text-editor.html')
-rwxr-xr-xarticles/2023/micro-text-editor.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/articles/2023/micro-text-editor.html b/articles/2023/micro-text-editor.html
new file mode 100755
index 0000000..1be9026
--- /dev/null
+++ b/articles/2023/micro-text-editor.html
@@ -0,0 +1,34 @@
+<!doctype html>
+<html lang="EN">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" href="/style.css">
+ <title>Bloggings</title>
+ </head>
+ <body>
+ <header>
+ <h1>Bloggings</h1>
+ <a href="/index.php">Back</a>
+
+ </header>
+
+ <main>
+<article>
+<h2>
+ Micro text editor</h2>
+ <h3>28-08-2023</h3>
+ <p>
+ I've been using Joe as my go-to shell text editor for years, writing web sites with it, and basically all text writing. Recently I've been looking at Micro as it has a Prettier plugin. This plugin uses Prettier to format your code upon saving your file. Micro is vastly superior to Nano and has a number of useful plugins.
+ </p><p>
+ I have never been able to be productive with Vim.
+ </p><p>
+ I'm so set in my ways regarding Joe that I'll have to alias joe to micro in order to use it, but I think it's the way forward.
+ </p><p>
+ <a href="https://micro-editor.github.io/">https://micro-editor.github.io</a>
+ </p>
+</article>
+</main>
+<footer>
+<p>&nbsp;</p><p>ยง</p></footer>
+</body></html>