Add an OPTION to wrap the outline text and not to cut off longer lines. Like in Typora.
Can you share a screenshot of where you are referring to?
When you say “outline”, I think in the Outline tab (usually in a sidebar):
No. Sorry, I mean the Files view (in the left sidebar). I would like to use long file names with descriptive text.
Unfortunately, with long file names being cut off it is sometimes difficult to distinguish the file names.
Got it.
You can always expand the sidebar for a quick look:
For a more more permanent solution, you could try the CSS snippet here:
.workspace-leaf-content[data-type=file-explorer] :is(.nav-file-title-content, .nav-folder-title-content) {
word-wrap: break-word;
white-space: pre-wrap;
}
I edited the tipic title for clarity. It was “Wrap outline text”.
Wow! That’s perfect and very easy to configure.
ariehen, thank you for your help.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.