How to customize outline
#907
-
Hi, just started attempting to write a template based on my university's dissertation requirements. Looking at outline, I'm struggling to understand how to customize it really in any way. My first thought of a workaround was to simply only call the outline on specific portions I want separated by vertical space, however I then struggled to understand using a function in the target argument. Any thoughts? As an example of the workaround, something like
Ideally we could have more granular control in a show? Or if that's already possible, perhaps better documentation on customizing in this way. (On another note, it might be good to state in the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Do you maybe have a picture of what you want the outline to look like in the end? |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
The
outline
is indeed not really customizable right now. You can write your own outline withquery
and do whatever there, but making the built-in outline easier to style is certainly something we should and will do.