I cannot understand how Apple notes works sometimes. For instance, sometimes after indenting a line I cannot un-indent on future lines. Just fighting the tool. Stuff like this really makes me dislike it. I find syntax highlighting with markdown preferable than a WYSIWYG rich text editor. I get why people who don't know markdown prefer it, but the advantages diminish significantly if you know markdown.
> For instance, sometimes after indenting a line I cannot un-indent on future lines I feel like this is why a lot of us use Markdown/Org, because this is the most annoying issue in Word to me since 2003. Why are the indentation rules so arbitrary?
Part of the mess is that it doesn’t seem to actually model lists, just paragraphs which might have a list level associated with them. I have no idea why this was ever deemed acceptable: it precludes multiple markers on one line:
1. a) Sorry, but you can’t do this.
b) It’s not expressible.
2. You need a paragraph first.
a) Then it can be done.
My guess is that LibreOffice inherited this limitation from Word. No idea if Word is so affected.