blob: 1be9026161c1947753f38ecb363acb953f972ffa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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>
|