Umm... What I considered is how many plugins need that visible edge. And what plugins should be placed at the bottom and why?
As I know, the Note Tab plugin and Favorite plugin are the hottest choices to place at the bottom or top, and their default panel colors are different from the tag bar, so it is just not nessasery to add an edge.
Your case was placing the Note Link System's panel at the bottom, which is rare in my mind. I even have no sense of why placing it at the bottom. At that point, I would like to know more about your use case.
I do accept most users' requests, but I have to make sure it fits most users at the same time. It's not about whether I want to help you or not, it's just not reasonable enough in my mindπ€.
I've noted your request, however, I'm not sure if I will add this edge or other similar solution in the feature, but currently, you better do this in your way, such as custom CSS or plugin background color setting.
Yeah, I'm fine with adding my own css. I wasn't sure how to do it until just recently I discovered the "toggle development tools" in the menu. So, I can easily take care of it now.
Well, ok, I have one question. I prefer that my environment be more static. How can I get this toolbar to stop hiding itself? I can't get the ID because it disappears before I can get the inspector arrow on it.
As you see in the above picture, the toolbar overlaps with an H1 heading. So, if you want to keep this toolbar style and just make it to be static and don't mind the overlap problem, use the code below:
/* stop auto hiding the editor main toolbar */
.rli-editor div:first-child > .editor-toolbar {
height: 34px;
background: var(--g-toolbar-bg) !important;
overflow: hidden;
opacity: 1;
visibility: visible;
}
Alternatively, you can make it snap to the top and completely solve the overall problem, but the appearance would be different from other ReMoods users. And there would be a chance requires to maintain in the future according to the theme updates.
That doesn't seem to effect anything. I tried each block individually and nothing happened. Then I tried both together (although I don't think that is what you intended) and nothing happened. I did close and reopen Joplin each time.
Great! You made it! I think you are focusing on a value out there which is more important than just an appearance. Whatever it is, I'm glad my theme is a part of it!
Yes, you are correct. I aim for efficiency. Like anyone else, I appreciate a nice appearance, but I don't want to sacrifice any usability for it. This should keep me happy for at least a week.
Hello, in addition to using this Plugin, I also used the "Plugin Bundle" Plugin, but the Plugin Bundle seems to be unable to apply Color and other parameters normally.
Can you provide relevant methods to help this Plugin also apply Remoon's beautiful theme?
grateful
It's not possible. The only way is all the plugins use the same color system with ReMoods, but it is a bit complicated and I think people wouldn't do it.
The author has already moved to other note-taking software, so this theme will not be updated anymore. You should maintain it by yourself if you continue using this theme. It's welcome to clone the repo and develop your own theme.