Outline / Bullet Lists like in pages / ms word

What I’m trying to do

I’m searching for a possibility to generate an outline like in pages or ms word. I’d like to use Obsidian for organising my learning documents, but I need to be able to have some more advanced outlines than what is possible with the outline plugin, I think. I’m attaching a picture of an examble below. Any help would be greatly appreciated. Thanks!

hi there, what about using headers on the pages where you want to apply a custom css to your outline? I think you can adapt the Tables example here, to your Outline.

This is how the header (or first lines) of my note called “Weekly” looks:

image

That header info in YAML style tells Obsidian to apply the cssclass of .whiteRed to the tables on that note.

And the .whiteRed css makes my table look like this:

I think it’s an example you could adapt to your outline.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.