← Back to context

Comment by ubermonkey

3 years ago

That's a long way of saying that you don't think of phones as a legitimate use case, but the rest of the world mostly disagrees with you.

I've got ten years of orgmode buffers and I'm actively working to transition to Obsidian because the mobile story is so much better. With plugins like tasks, dataview, and outliner, I can do pretty much anything in Obsidian I could do in Org, and I can do it on my iPad without having to SSH to my Linode instance first.

that's powerful.

How does the outliner obsidian plugin compares to orgmode? My biggest use case for orgmode is as an outliner for projects and the features you can use while outlining like dates, deadlines, schedules, todos, lists, progress indicators for lists and todos, agenda view, notes in outlines headings etc... also how easy is to move outlines around with the keyboard, how you can focus one outline into a new buffer, it's pretty convenient.

  • It works pretty well for my use case, but its behavior is different in a significant way that I'm hoping will be corrected by an option or by a more org-mode-minded alternative.

    In Org, we can do things like this:

      * Outline element
        text under this element
      ** Child of outline element
          some text that belongs to the child element
    

    etc.

    The outliner plugin for Obsidian is "outline only," if you take my meaning, so there's no provision for non-outline text in the outline.

    • Thanks and yeah, being able to put text under the outline is like the most important feature for me and it's where most outliners fall short.

      3 replies →