ReMoods Theme v3.4.6 updates 2022-12-05
This tiny update is just because I want to rip that hate thing off at once!
-
Joplin UI:
- Fix: Fixed the tag bar position as too low when no other plugin panel is below it.
This tiny update is just because I want to rip that hate thing off at once!
Is there a way to disable the βslide to leftβ behavior when hovering over a note? Thanks!
Yes, it can be implement by adding a new switcher in settings, but I'm a bit curious about your request.
Usually, you won't trigger it when you scroll to find notes, my question is, is it you think the hover delay is too short? Or, you think it's not useful to you? It just a behavior for showing the long note name in a narrow panel.
The slide behavior definitely makes sense and I think it should remain an option for the user to enable/disable.
Currently I have two concerns with the slide behavior in my work flows:
Maybe there is a way to only enable the slide behavior when the full note name is not viewable.
Thank you for the details, I got it, and will add it to the next release.
Thank you! Looking forward to it!
Thank you for the release! Do you think we could add an option to remove the lines surrounding the 'TAGS'? Personally, I don't feel it matches the UI since 'ALL NOTES' does not have the effect.
Actually, the purpose of the "tags" button is more similar to the "notebooks" button if comparing to the "All Notes".
What I am considering is since ReMoods placed the "notebooks" button as a panel header, the "tags" button supposed to be the same style to it. However, I can't separate them into two standalone list, so there is a reason to make it looks different to the "All notes". I can understand your point of view is much care about the situation of "two buttons within the notebook list", but after removed those icons, I just felt like they're losing the balance.
Idk, let me think about it, but it's not reasonable to add an option for this.
In case you want to remove them as soon as possible, there is a temporary solution to remove it by add the below code your userchrome.css
:
.sidebar > div > div:nth-child(3) > div {
border: none !important;
}
Thanks for the reply! Thinking about it a little more, what are your thoughts on creating separate options in the settings to hide the 'TAGS' and 'Synchronize' buttons? Personally, I don't use either of these buttons and it would be awesome to be able to remove them entirely from view.
It's possible to do that but "sync" button is also related to the sync details, just like the "tags" button is related to all tags.
I'm curious about do you mean you are completely didn't use tags and sync features in Joplin? Or you just mean not to use those buttons?
It's a bit weird if only to hide those button without hiding their contents.
Let me try to explain a little better
I currently have all of my 'TAGS' hidden (by double clicking on the tags button), therefore all I see is the 'TAGS' button, which does not really provide me with any value:
Similar situation with the Synchronization button, my Synchronization target is set to 'None' in the settings. Therefore there really is no value in even seeing the 'Synchronize' button in the bottom left.
I realize this would be a very granular option, but I think it would be great to give the user the option to hide unused features in order to clean up the UI.
I think Apple Notes has a good implementation of this - if you do not have any tags, there will be no section called 'tags' in the application GUI. However once you create a tag, a 'tag' section is created with the newly created tag. I think it makes sense to hide parts of the GUI which are not in use.
Contrary with Joplin, the Synchronization and Tag fields are populated even when they are not configured.
Thank you for the explain. Just to confirm 2 things:
Logically, if you didn't use any tags It should be hiding the "tags" button & tag list(notebook panel) and even including the tag bar(the bottom of editor panel).
The sync button and the sync details section will be hide.
Can the above fulfill your request?
Yes overall that sounds great to me, I'll add a few details below and please let me know if I misunderstand anything:
I think it should be opt-in because it could confuse new users if they are suddenly "missing" the tags features after installing the plugin. If you think it's possible to automatically hide these tags sections if the user has not created tags, that would be interesting to discuss too.
Similarly, I think this should be opt-in to prevent any confusion.
Unfortunately, I met some problems when I just tried to implement this, it's affecting the position of other elements. It's required to reposition all of them, that's a bit complicated. On the other hand, Joplin v2.10.2 has made some changes that break the ReMoods theme styles. So, I'm not going to work on this request temporarily. At least until the next Joplin stable version comes out.
I recommend you edit your userchrom.css
to remove the TAGS button's border.
Thank you for looking in to it!!
Hi @Sinacs, not sure if it is just me, I found that the highlighted text on the text editor is not working anymore.
In the above image, I actually highlighted the first two lines but as you can see it looks like nothing is highlighted, could you check?
Hi @Jackson , I can't recreate this problem. Can you provide more details?
As I tried, I'm using the markdown syntax ==highlight==
to create highlight text, and it's without any problem on Joplin v2.9.17 and ReMoods v3.5.0.
Through the screenshot you provided, I didn't see you using the highlight syntax on your markdown editor panel. Or you are using other method to create highlight text? Please let me know it, it would be helpful to fix the problem.
Sorry by highlight I mean I just highlighted the texts by the cursor, as you can see theres no color changed.