Hacker News new | ask | show | jobs
by fhd2 386 days ago
I switch between Markdown and Org Mode a lot, the syntactic differences don't bother me too much, but I guess I like Markdown's a bit more. But what I really miss in Markdown:

1. Collapsible headlines and headline search.

2. Executable source code blocks (for notebook style work).

3. TODO states.

4. Time tracking and clock tables.

5. Table formulas.

6. Inline LaTeX and document generation in general.

Now 1 is just an editor feature, and some of these others could be, too. But I wish Markdown was more powerful, extensible, or less ubiquitous.

What bothers me most about Org Mode is that support is pretty limited outside Emacs. We use it as a wiki replacement at my company, for that integrations into other editors are kinda good enough. But there's some areas like reporting only Emacs users can realistically work on. GitLab (and Forgejo, which we recently switched to) render Org pretty nicely, so it's easy to consume in a browser. But editing is a different story.

So I guess I wish for either a less complex (and thus easier to support) Org, or a more powerful Markdown.

1 comments

I’ve seen a lot of apps extend markdown to support various additional features. Obsidian, for example, has an extensive number of community plugins which offer a ton of features.

This of course ends up being editor specific, but if org has the same limitation, by being tied to emacs, is it really any different? I think what emacs has going for it in this case is that it’s been around for decades, and we can assume it will continue to be around for decades into the future. The markdown editor de jour may not be.

Yeah, that's my thinking with these tools. I think it needs to be more of a standard.

Either Markdown++ or Org Lite. I'll take either :) I'm not a fan of coupling formats and tools tightly.