diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
| commit | 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 (patch) | |
| tree | 3009f0564d75e3f7d1ca38507e7ebb92deaded07 /articles/2023/micro-text-editor.html | |
update
Diffstat (limited to 'articles/2023/micro-text-editor.html')
| -rwxr-xr-x | articles/2023/micro-text-editor.html | 34 |
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> </p><p>ยง</p></footer> +</body></html> |
