Great update, thank you!
Regarding the styling of the headers: would it be possible to add an option to center certain headers?

@kepano
5.1 is even more fantastic! Awesome work :smiley:

  1. Does Fancy cursor work in Mobile? It works in Desktop for me but not my iphone, ipad. Not sure if I need to press something
  2. Translucent side bar doesn’t seem to work for me. Here’s the setting I have. Please let me know if I did it right.

I used to use this snippet to make the pop up larger
/–Popover–/
/Larger Popover/
.popover.hover-popover {
width: 650px;
border-radius: var(–radius);
min-height: 100px;
max-height: 600px;
border: 2px solid var(–outline);
box-shadow: -5px 5px var(–outline);
}

/Show More Embed in Popover/
.popover.hover-popover .markdown-embed {
height: 500px;
}

/Popover: Fix Embed Height Inside/
.popover.hover-popover .markdown-embed .markdown-embed {
height: unset;
}

/Fit image in popover/
.popover.hover-popover img {
max-width: 100%;
height: auto;
}

.popover.hover-popover img[alt] {
max-width: unset;
height: unset;
}

/Crop Image in Popover/
.popover.hover-popover img:not([alt=""]):not(.emoji):not(.link-favicon) {
object-fit: cover;
height: 200px;
width: 100%;
object-position: center;
}

/Popover Link Bg Color/
.popover .markdown-embed-link, .file-embed-link {
background-color: var(–dark-accent);
padding: 5px 5px 0px 5px;
}

/Popover HR, Horizontal Line BG/
.popover.hover-popover hr:after {
background-color: var(–note) !important;
}

/Fit Text Within Popover*
.popover {
font-size: var(–f-text);
text-align: justify;
}*/

But with this new version doesnt work anymore

You must have translucency enabled in Appearance settings and translucent sidebar enabled in Minimal Theme Settings

How did you move the window controls so they are more inset like in the screenshot?

Electron Window Tweaker plugin with following settings:

X: 15px
Y: 12px

1 Like

Awesome thanks!

How did you pin minimal settings on the right sidebar?

The Style settings plugin does this. Open the command palette (CMD+P on Mac) and choose Style Settings: Show style settings view

In addition to @PR-C 's comment you have to drag the file to the sidebar after it’s opened. Just grab the icon of the style settings pane and drag it onto the icons in the right sidebar.

After tweaking the theme to my liking and to accommodate my eyes now I can barely see the contour of the checkbox. The bullet points are also blending with the background.

I’m illiterate in css… is it possible to change their colors?

You can change the colors using Style Settings plugin

Sorry to insist on this… I might be letting some configuration pass by.

At Style Settings I’m just beign able to change the checkbox’s accent color. The outline of the unmarked checkbox, numbers and bullet points are still grey


Maybe because they, numbers and Bullet points are NOT checkbox’s?

Bullets are controlled by the “faint text” color, and checklist outline uses the highlighted border color

1 Like

Awesome! Thank you! You made my day

Minimal 5.1.7 is now available. Minimal also has its own site with more detailed documentation at minimal.guide

2 Likes

Hi Kepano,

Thanks for making such an amazing theme. I’m loving the cards feature. Would it be possible to apply the cards class to dataview task queries? My use case is for a quarterly summary of my top 3 tasks for each week, of which there be up to 12 weeks. Below is an example in non-card format. Ideally I’d like to display each week as a card:

Tasks

I would like to do something like:

image

I have been able to hack together by using dvfields instead of tasks (e.g. outcome:: -[ ] ).

Thank you!

@kepano Really liking the tag styling included in the latest release. I was wondering if you know a way to apply the styling to both the # and the content of the tag in LP. Their treatment as different components makes things look a little quirky when hovering over the tag. Thanks!
Screen Shot 2022-03-06 at 10.00.41 AM

Hello! I am new to the obsidian forum so please excuse me if this isn’t the proper place to post this. I updated Obsidian to version 0.13.30 today and folding indents and headings seem to no longer be working as expected. There is a spacing issue that I can’t seem to get fixed. Has anyone else experienced this? May it be an issue with my specific configuration? Thank you!

Here is an image of folding indents and headings turned off…

And an image of them on.

This is only an issue in live preview mode, not reading mode.