How to make the More button a right-to-left option

As you can see in the picture, I made an xnote plugin with a right sidebar. But now this more button is causing the text to be unreadable so is there any way to modify it.

I’ve asked AI and tried to modify it, but no luck.

I’m not trying to modify the core, I’m trying to add a new button to my plugin that displays the page button from right to left when clicked.

Thanks in advance!

That’s a tricky one. The reveal-widget knows about a position parameter, which is set to below for this “more” button.

But the problem here is, that there is not enough space in the sidebar, even if you would set position="belowleft"

The more-button is defined in $:/core/ui/Buttons/more-page-actions

In the screnshot you can see, that the widget already sets the position to left: 0px. This is in relation to the “sidebar area”.

Since your sidebar is very small, there will be no simple way to change that. At least I do not really know one at the moment.

You may need to move the more button into your “hamburger” menu.

Thank you for your reply. I’ve tried many different ways as well, with no success.

I ended up putting it in the sidebar. As shown in the picture below.

I changed my programme. After using the $:/plugins/oeyoews/neotw-homepage plugin, I modified the display entries in it. And modified it to the style of this page button. As you can see in the picture, I think this effect is very nice. Inspired by Obsidian.