Hi,
I just installed the plugin, now after restarting Joplin I see the theme is in action. But unfortunately there is no way to deactivate it again. Also it does not show up in the prefereneces - appearance - theme-list.
I can select a different theme from there but each time I leave the preferences the macOS theme seems to be active again.
Is that an issue with the plugin or with my Joplin installation? Thanks for any hints!
Hi @JOJ0 , hmm interesting. I also don't see the theme settings button in preferences anymore. I guess some Joplin internals changed. Will look into it. To completely deactivate the theme you can use this switch under 'Plugins':
@JOJ0 Sorry, I misunderstood your question. The theme is not listed under 'Appearance › Theme', but has it's own dedicated tab named 'macOS theme' in settings:
Hi, very neat theme, thank you!
I think I discovered a little bug: The markdown and render views are not synchronized correctly...when I scroll to the end of a long note, the cursor is in the middle of the view in the markdown view (as it should be) and at the bottom in the render view. Do you think this can be fixed somehow?
That probably is not a bug, but the synchronized scrolling mechanism that keeps both views synchronized for posts of different lengths with different content types. @ken1kob wrote this great doc about it. Or do you mean something else?
I noticed that with the plugin activated, the cursor property is set to default instead of pointer when you hover over a plugin title under Options -> Plugins or when you hover over the "Copy token" link under Options -> Web Clipper. I searched through the files and I think it should be due to these lines:
/* src/scss/elements/_elements.page.scss */
a {
cursor: default;
}
hi @MrKanister , that indeed is the selector that is causing it. Within Joplin's main interface I consistently override all cursor: pointer, because... have you ever seen a pointer while navigating your OS? Me neither.
However, within Joplin's settings I don't consistently override it and I'm hesitant to do so, because I want to touch Joplin's settings page as little as possible. But until we have a :has()-pseudo class, it is hard to prevent the cursor: default in the settings page on some elements.
@andrejilderda - My apologies for not posting this issue on Git. I didn't identify a quick way to upload a gif to an issue on Git. As seen below, a black screen appears to flash briefly when switching notebooks using the below configuration. I was curious if this is within the realm of the plugin capability to prevent the flash? I suspect it has something to do with using the 'Dark' theme in Joplin, and then specifying the MacOS 'Light' theme for the plugin. I currently prefer this combination as the 'Dark' theme applies to the Settings (Tools > Options) panel in the application (whereas the MacOS plugin has no bearing on the Settings).
OS: Linux
Joplin: 2.7.15 (latest)
MacOS Theme: 1.3.2
Settings: MacOS theme light with dark sidebar; 'Dark' Theme under the Appearance tab (Joplin setting)
Hi @joplin_user, the tinyMCE iframe gets fully rerendered when you switch between notebooks. What you see is the original background, just before the theme styles are reloaded inside the iframe. So unfortunately I can't resolve your specific issue.
@andrejilderda - Thanks for the reply! Since this is the case, what do you think about the plugin changing the Joplin 'Theme' setting under Tools > Options > Appearance to 'Light' in order to provide the best user experience? Does the Joplin API allow plugins to make such app level settings changes?
Edit: I just realized this is also an issue with using the MacOS 'Dark' appearance plugin theme at the same time as using the 'Light' Theme in Joplin settings. We would have to flex the Joplin Theme based off of the selected MacOS Theme.
@andrejilderda - Thanks for the reply. Do you think it would be helpful to include some language around this behaviour on the README.md so that folks can apply the best looking theme? Possibly under the 'Disclaimer' section? I don't want to sound nit-picky here, but I want folks to enjoy this plugin as much as I do and the work on the plugin is greatly appreciated.
Include something like the following on the README.md:
To provide the best theme experience, the following settings are recommended:
Joplin Theme: Light
MacOS Theme: Light or Light with Dark Sidebar
Joplin Theme: Dark
MacOS Theme: Dark
Currently using a Light Joplin Theme with a Dark MacOS Theme and vice versa causes flashes when switching notebooks due to limitations within tinyMCE iframe.