Publish unpublished post

This commit is contained in:
Nathan Fisher 2022-07-26 17:21:32 -04:00
parent ef3273f4d5
commit 96fc09283d

View file

@ -1,8 +1,19 @@
Meta(
title: "Vapad 0.1.0 prerelease",
summary: None,
published: None,
tags: ["vapad", "vala", "programming"],
published: Some(Time(
year: 2022,
month: 7,
day: 26,
hour: 21,
minute: 20,
second: 58,
)),
tags: [
"vapad",
"vala",
"programming",
],
)
---
So one of the Linux distros that I used a lot in my early days was Puppy Linux. Around the time I started with it, Puppy had two graphical text editors, Leafpad and Beaver. Leafpad was basically what you'd get if you were copying Notepad's interface using Gtk+. It's extremely simple and no frills. Even after moving away from Puppy, I continued to install Leafpad on whatever system I was on and made sure that it was the program used to open any text file when clicked on in a file manager. I did this for a rather long time, until I sat down and actually learned Vim.