1

Software idea: A text software that lets you fold based on tab indentation, and define arbitrary text as headers tags and also define their format.

Example of the text describing the configurations that would be used (format wouldn't be inline oc but just in case any of you complains):

# Header, blue, slightly bigger text, bold
item 1
item 2
! red line of text, indicating to-do or current state
arbitrarily
indented
foldable
text

Now the rant: I can't find any software that offers this. :/ I have to define a whole language spec to do this in the editors I've checked.
If you happen to think about some editor, tell me.
Of course, I could code it myself, but I'm married to University for now.

Comments
  • 2
    Oh and layout. That's why I want headers.
    Basically a Markdown but foldable.
  • 3
    I could swear that there's markdown plugins for this.
  • 1
    @retoor Oh I don't want to fold headers, I could use MS Word for that. I want to fold based on the indentation.
    v lvl 1
    v lvl 2
    v lvl 3
    v lvl 4
  • 2
    Have you checked whether Obsidian does this?
  • 1
    @possum Checking it tomorrow!
  • 2
    @possum IT DOES TYSM! 🫶 It's all I needed.

    I'm so glad I don't have to download vim.
Add Comment