this post was submitted on 26 Feb 2025
285 points (100.0% liked)

Technology

70415 readers
3365 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 42 points 3 months ago* (last edited 3 months ago) (1 children)

I migrated from mediawiki to markdown in git 8 years ago and never looked back. The ability to publish to any number of static site hosts, and use any number of editors, some that have preview mode, is rad. Data liberty, data portability, wide support, easy to convert, easy to grep, good enough for 95% of written notes.

My biggest gripe is poor support for tables of data.

[–] [email protected] 9 points 3 months ago (2 children)

Ugh tables are really the killer. If my editor doesn't support tables then I avoid them like the plague.

[–] [email protected] 3 points 3 months ago (1 children)

What do you mainly use that supports tables?

[–] [email protected] 5 points 3 months ago

I use obsidian. It have been pretty happy with it's table support lately. It used to be much worse.

[–] [email protected] 1 points 3 months ago

org-mode

I don't use it though. I tried and forgot

[–] [email protected] 30 points 3 months ago (10 children)

That website was the fastest loading website I’ve ever visited.

[–] [email protected] 10 points 3 months ago

I felt like I was back in the 2000s when I first got cable internet, but before ads took over everything.

[–] [email protected] 8 points 3 months ago

That thing loaded before I even click the link.

[–] [email protected] 7 points 3 months ago

You made me click the link out of pure skepticism. You were not exaggerating.

[–] [email protected] 3 points 3 months ago

You'd like the mcmaster-carr website.

[–] [email protected] 1 points 3 months ago

It loaded quicker than this comment section on my Lemmy app

[–] [email protected] 1 points 3 months ago

Static webpage generator like Hugo, probably.

load more comments (4 replies)
[–] [email protected] 19 points 3 months ago* (last edited 3 months ago) (5 children)

I wholly disagree with this after using markdown for everything for a few reasons, but it may work for some people if you really love operating from a basic CLI. Some people also get by with storing everything in plain-text files as well. Why not, plain-text will still be supported as well.

Markdown, especially CommonMark, will likely never provide what you want. Is it convenient when you have hundreds or thousands of files to manually manage? Most likely you'll constantly be searching for ways to make markdown work more like a word processor & CMS, because what you really want is a powerful WYSIWYG content management platform.

I'm not going to judge someone if they are content with basic markdown. It isn't my place to. But to make a statement like, "if it is worth keeping, save it in Markdown" is preaching from a bubble.

[–] [email protected] 29 points 3 months ago* (last edited 3 months ago) (2 children)

The articles point was that markdown (or other similar utf-8 text based documents) is the best guarantee you have for the files being usable into the indefinite future. As you get into the complicated formats of things like word processors the less likely that format will be meaningfully usable in 10,20,50 years time, good luck reading a obsolete word processor file from the 80s today.

[–] [email protected] 5 points 3 months ago* (last edited 3 months ago) (1 children)

LibreOffice opens my old WordPerfect documents just fine. What didn't last was the compact diskettes that some of them were lost to.

[–] [email protected] 4 points 3 months ago (1 children)

WordPerfect really comes from a different time. Good look reading the stuff from your iOS notes app that saves everything somewhere in the cloud and that has no export option in 10 years.

[–] [email protected] 1 points 3 months ago

Preposterous. You need only install the iCloud client, and they (along with everything else in your iCloud drive) sync just fine.

[–] [email protected] 1 points 3 months ago

Like I said, the files are in a standardized format. You can literally extract & view the content yourself. Do you want extensively structured data in 10, 20 or 50 years, or do you want only the most basic? If something is important enough for you to save for that long, you prob should put some effort into making it useful. I'm not saying word processors are perfect, but almost every markdown editor out there is essentially trying to recreate a word processor.

CommonMark includes like 6 levels of headings, blockquotes, code blocks, bold, italics, hyperlinks, HRs, and lists? At what cost though? Which heading is the title, which one is the subtitle? Now you want to add frontmatter, which is not part of the CommonMark spec. What if you don't want a thousand files, will your editor support multiple pages in a single file with multiple frontmatter declarations? Now you want a table, guess you're going to deviate to GFM. What if you want to use callouts, etc.

Things like Lexical is promising:

https://playground.lexical.dev

I'd rather have a single SQLite file that has my entire knowledgebase in a useful CMS than having a thousand markdown files that I have no clue what I titled them 10 or 20 years ago. So much easier to manage, rename things, etc.

[–] [email protected] 11 points 3 months ago

Agree and disagree. There is a place for sophisticated management tools but when they stop getting supported or they're purchase by a company you hate, you're left scrambling to convert everything.

Best case for me anyway are sophisticated tools that use markdown as the basis of their files like Obsidian. So I know if they disappear I still have all my data in a universal format without any effort on my end.

[–] [email protected] 7 points 3 months ago (1 children)

WYSIWYG, Word Processors and CMSs are the kind of thing I don't even want for my current content (or any content I made in the last 25+ years), why would I want any of them as an archive format?

[–] [email protected] 1 points 3 months ago (1 children)

Why not just use plain text then? I mean if your important content can be summarized into the most basic structure, why not just create your own markup format that makes sense to you? Makes no sense why you'd limit yourself to CommonMark.

[–] [email protected] 3 points 3 months ago (1 children)

Sure does; other people understand it too.

[–] [email protected] 1 points 3 months ago

Your kids in 20 years trying to find your will, will love you.

[–] [email protected] 7 points 3 months ago

The important thing is that it needs to be in a human-readable format encoded as unicode text. Beyond that, any reasonable markup (plaintext, markdown, org-mode, HTML, etc.) is fine.

[–] [email protected] 3 points 3 months ago

The problem with Markdown is it kind of sucks. CommonMark didn't even defragment the markdown world, since there are numerous incompatible extensions. It seems like gfm is the best among them, or at least the most featureful.

I know there are other options like RST or AsciiDoc, but I don't know which among them is actually "the best."

[–] [email protected] 10 points 3 months ago

Interesting stuff, but my main takeaway is that very little of my output is worth keeping! (Who's going to need out-of-context Star Trek shitposts in 20 years?)

[–] [email protected] 8 points 3 months ago (1 children)

Handwritten HTML with limited tags works just as well for many purposes (just forbid div, span, and a few others and the complexity you see in most webpages evaporates). The important part is using a text-based format from which information can be extracted even if the fancier display protocols become obsolete.

[–] [email protected] 10 points 3 months ago (1 children)
[–] [email protected] 3 points 3 months ago (1 children)

Not really. HTML has a formal standard and definition that covers how to properly handle most corner cases that can arise when displaying it. Markdown has no overarching formal standard and exists in multiple dialects which are not always compatible with each other.

On the gripping hand, HTML involves more keystrokes (and technically speaking you need to include a bit of boilerplate in the file for it to be proper HTML). So it depends on whether you're willing to do a bit more typing to make sure that no one can possibly confuse your italics with boldface.

[–] [email protected] 7 points 3 months ago

Tags interfere with human readability. Open any markdown file with a text editor in plain text and you can basically read the whole thing as it was intended to be read, with possibly the exception of tables.

There's a time and a place for different things, but I like markdown for human readable source text. HTML might be standardized enough that you can do a lot more with it, but the source file itself generally isn't as readable.

[–] [email protected] 7 points 3 months ago (2 children)

I have a tendency to jump between different note-taking services. Markdown seems like it could maybe be a cure for me.. By now i have no idea where I should look for a note I know I’ve taken, is it in notion, onenote, apple notes, and so on..

[–] [email protected] 10 points 3 months ago (1 children)

gotta hop on obsidian, everybody's doin it

[–] [email protected] 1 points 3 months ago (1 children)

Idk, I would be cautious about trusting my personal notes to a proprietary piece of software...

[–] [email protected] 1 points 3 months ago

it's just markdown files lol

[–] [email protected] 5 points 3 months ago

I've tried a few different note taking apps but I'm sticking with obsidian even though it is not open source because it saves everything in a simple folder structure as markdown files and simple images. I like that even without the program you can just search for the names of the images or notes on your system.

[–] [email protected] 6 points 3 months ago (1 children)

No print it, everything digital needs a fairly complex machinery to work.

[–] [email protected] 4 points 3 months ago

Do both and use the digital copy to print a new physical copy every x years.

[–] [email protected] 3 points 3 months ago (1 children)

See, this is why I'm sticking with pen and paper for the really important stuff.

No offence to the apps themselves, I find them especially useful when I need to transfer info from one device to another. But I do not trust anything purely digital for long-term to permanent archiving, especially not Cloud solutions.

Also significantly more reliable in case said info need not see the light of day. Just sayin'.

[–] [email protected] 17 points 3 months ago (1 children)

Paper is just about the easiest thing to lose over the years and it certainly doesn't last forever. You are one bit of water damage, one fire, one break-in,... away from losing it all permanently with paper.

[–] [email protected] 5 points 3 months ago* (last edited 3 months ago) (1 children)

Same argument can be made about a hard drive, or a data tape, which is why I think we can all agree backups are vital in every type of archival action.

[–] [email protected] 10 points 3 months ago (1 children)

Backups are great for digital files yeah... Are you actually running your notes through a copier twice every time you change something important and running one of the copies to external storage?

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago)

No, I have several notebooks allocated for various types of importance - one for writing down everything, one in which I write down things which are relevant but not important long-term, and two in which I keep copies of the notes I need to keep. I just write it twice.

If you're asking about official documents, then yes. I keep at least* two legalised copies of everything (always separate) and 5 generic photocopies of each document in case anyone needs it on file for whatever reason.

Again, these aren't new arguments against storage environments, we've literally been doing bureaucracy for centuries.

Edit: to add, this is fretting over potentialities, I have lost precisely zero documents to water damage in three decades, so has my family for decades before that. Not saying it can't happen, just saying it's pretty easy to keep paper copies safe and usable for ridiculous amounts of time.

[–] [email protected] 3 points 3 months ago

Me with folders upon folders of plain .txt:

[–] [email protected] 2 points 3 months ago

the sauna picture was a weird example though...

[–] [email protected] 1 points 3 months ago* (last edited 3 months ago)
[–] [email protected] 1 points 3 months ago

I like more Org Mode but I know that Markdown now is more universal. But... The best of both formatos is that I can use any plain text editor for read and editing it

[–] [email protected] 1 points 2 months ago

To this day, most of what I do is just in plaintext with indentation and - denoting lists. I can still read my notes from literal decades ago without issue. Markdown adds an unnecessary step for my personal notekeeping.

load more comments
view more: next ›