From 5cd4125e7912281175b4f236aa8f140594cf3dac Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 1 Nov 2024 21:33:44 +0100 Subject: [PATCH] feat: add plain text notes --- _posts/2024-11-01-plain-text.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _posts/2024-11-01-plain-text.md diff --git a/_posts/2024-11-01-plain-text.md b/_posts/2024-11-01-plain-text.md new file mode 100644 index 0000000..9183436 --- /dev/null +++ b/_posts/2024-11-01-plain-text.md @@ -0,0 +1,18 @@ +--- +published: false +title: Plain Text Files for Notes +permalink: /:title/ +description: "Moving to plain text, away from proprietary formats" +category: technology / productivity / personal / motivational / entertaining +--- + +I’m now leaning on plain text files for notes instead of proprietary formats. + +Currently, I have hundreds of notes scattered across OneNote and Apple Notes. I’ve accumulated so much notes on OneNote because I’ve been a fan of it since it came out and has been too lazy to move away (if it works, it works). Apple Notes more recently offers convenience for quick notes on Apple devices. + +However, I often struggle with these apps due to syncing issues or restrictions (enterprise workers will understand), or just the lack of cross-platform availability. Maybe the worst is when I’m on Linux and would need a browser to access notes; and no, I don’t want to use some obscure workaround just for notes. + +So, I realized: plain text files don’t have any of these issues. + +If I have a preferred text editor on one platform, I’m not locked into using only that on another. Any cloud sync service would be fine too; I can even use git if I want. :) +