Plugin: 🎊 ReMoods Theme [NO LONGER MAINTAINED]

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.
2 Likes

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:

  1. The slide behavior is enabled even when the name of the note is fully viewable.
  2. The moving text can be distracting when reading. I can generally infer the information of the note from the viewable part of the note name, even if the name is not fully viewable.

Maybe there is a way to only enable the slide behavior when the full note name is not viewable.

1 Like

Thank you for the details, I got it, and will add it to the next release.

1 Like

Thank you! Looking forward to it!

ReMoods Theme v3.5.0 updates 2022-12-17

  • Render Viewer:
    • Fix: The h1 twill pattern affecting mark text and inline code. #20
    • Fix: Displaying the wrong font size when using special text within the heading. #19
  • Markdown Editor:
    • Fix: The special text background color is overlapping when using it on multiple lines heading. #21
    • Fix: Inline code style broken. #18
  • Rich Text Editor:
    • Fix: Inline code didn't display as expected style. #17
    • Fix: The line-through effect is missing from the checked item. #16
    • Fix: The content line ends without a margin. #15
    • Fix: The bold text button has overlapped by another element. #14
  • Notebook Panel:
    • Fix: Fixed the emoji icon can't be fully displayed. #23
    • Style: Remove the icons from notebook panel header, all notes button, and tags list header. #22
  • Note List Panel:
    • New: Added option to turn off the auto-scrolling text effect.
3 Likes

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.

image

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;
}
1 Like

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 :slight_smile:

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:

image

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.

image

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:

  1. 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).

  2. 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:

  1. Request to add opt-in (disabled by default) option to hide the following:
  • 'tags' button
  • tags list
  • tar bar (in the bottom of the editor panel)

image

image

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.

  1. Request to add opt-in (disabled by default) option to hide the sync button and sync details section.

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.

1 Like

Thank you for looking in to it!!

1 Like

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?

  • Joplin ver.
  • ReMoods ver.
  • os

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.