this post was submitted on 23 Mar 2024
107 points (95.7% liked)
Asklemmy
48029 readers
774 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Open source file formats in general. I've personally known friends who have lost access to their old works because it was using some proprietary file format that only one abandoned proprietary software they don't have access to anymore can read.
Indeed. Any specific file formats that you would recommend?
If the list would be too long, maybe only the ones that are commonly overlooked?
Honestly, plaintext for text, csv for spreadsheets, etc… Plaintext can be read by virtually any program. If you want special formatting, then maybe use a program like Obsidian which allows for MarkDown formatting; That’s the same markup language that Reddit/lemmy uses, so you’re likely already familiar with it. It preserves the plaintext data, then uses special characters to indicate formatting.
For instance, the _single underscores_ to make text italic or **double asterisks** to indicate bold text. The plain text is still available, and simply has the special characters to indicate formatting.