Prose are Powerful
Write plain text files
21–30 of 425 posts
Re: Write plain text files
#22Is there a modern text editor that only supports ASCII, so I can take my plain text notes and store pages and pages of them in one or two KB?
Re: Write plain text files
#23Is there a modern text editor that only supports ASCII, so I can take my plain text notes and store pages and pages of them in one or two KB?
Re: Write plain text files
#24Re: Write plain text files
#25I've tried a lot of different things over decades. And, after countless experimentation, I'm still at the same place... I store data all over the place. I have Evernote for long book notes and tracking financial data. I'm using notion right now as my base of notes for learning how to build a cabin (toggles and embedding videos is wonderful). I tried to really use roam and its off-shots for a while but could never rea…
Do you know https://obsidian.md/ ? It's a note taking app with plugins. There are some for todos and excalidraw for drawing on whiteboards.
[0] https://www.youtube.com/watch?v=H69tRdemJiM
[1] https://en.wikipedia.org/wiki/Zettelkasten
[2] https://www.youtube.com/channel/UCCV1T7JbfzbE2O7P3kydmKw/vid...
Re: Write plain text files
#26Re: Write plain text files
#27This is one of the main strengths of Obsidian, which I have been using lately and I’m extremely happy with: everything is just Markdown files in some folder on disk. Zero danger of lock in. You can have a disk hierarchy if you desire, or trust that search will find you what you are looking for. For me search works fairly well and if I need something extra I can just grep/sed/awk. Plus it has the features that a simpl…
Re: Write plain text files
#28I tend to go for (simple) markdown rather than pure text files. It can be rendered into some fancy format, but the source code is also readable to humans. With chat apps like Slack and Discord taking it up, even non-technical people tend to understand what it means to put emphasis on something. You get the benefits of plain text with the ability to empathise, without fancy formats. Such a format also enforces paragra…
Re: Write plain text files
#29Re: Write plain text files
#30This is one of the main strengths of Obsidian, which I have been using lately and I’m extremely happy with: everything is just Markdown files in some folder on disk. Zero danger of lock in. You can have a disk hierarchy if you desire, or trust that search will find you what you are looking for. For me search works fairly well and if I need something extra I can just grep/sed/awk. Plus it has the features that a simpl…
This also works well for small organizations. Both GitHub and GitLab are able to render org files, with some minor limitations. Hence, a simple repository full of org files is already a wiki. Even local links just work, with zero dependencies.
It's possible to transform org files into HTML with some CI task to get support for all org features. But I have found this a bit of an overkill. I don't need most org features. The basics are already great: outlines, timestamps, hyperlinks, tables and footnotes.
You can achieve more or less the same things with Markdown as well.