Open darianmorat opened 9 months ago
Thanks for sharing this resource, I saw what you did and I also wanted to implement it, I think this is the solution you were looking for.
Thanks a lot, the only detail I could notice is that in the "extension" part it has a limit of characters:
btw also idk if u know about the Border top not appearing when in window mode. I can only see the active border top
when is in full screen, other way i can't it just removes that, probably those are limitations with the extension?
I don't know if it is possible to alter the maximum number of characters that can be displayed in that text (perhaps a trick can be applied with CSS so that it is rendered above all the objects and maintains their position).
And regarding the border I have no idea, maybe it could also be fixed with a little CSS in case there is no option (I recommend you see how the properties of those objects are altered in CSS in the two states of the window).
Instead of static text, is it possible to show the root folder?
i have tried
"apc.sidebar.titlebar": { "content": "${rootName}" },
"apc.stylesheet": { ".title-label h2:after": "content: \"@{rootName}\"" },
@mrityu4 Uncheck Open Editors
Shows Folder Name
I would like to know if it's possible to change the text of the sidebar title. I don't want to show anything, but a custom text like: file explorer, or my name:
where the 3 dots are I have this settings:
If I change the last line I can remove the 3 dots, but I would like to be able to add a custom text, is that possible?