Hey I realy like this Homepage. Played a bit around with it and extracted what I could get use out. However i noticed that the “Homeapge settings.css” dectivates the preview when hovering over a link. That makes sense on the actuall Homepage, but in almost every other note I’d prefer having that preview. Is there a way to only deactivate the hover on the Homepage?
One other question is about the profile-picture in the top right of the homepage. I noticed that this grabs the picture from the internet. Is there any way to make it so, that it grabs the image from a local folder in the Vault, so that it would work on mobile as well as on the PC? Or is the only way to achive that over the web?
Thank you for the great work. Realy enjoying the new homepage
Haven’t thought about a way around it. You can either disable hovering globally or just don’t disable it.
As for the profile picture, yes there is a way for embedding local picture. You can try dragging a local picture into an explorer and copy its address. To have the link work on both PC and mobile I still recommend finding an image cloud online.
However, there is another thing which I honestly prefers over the profile picture right now. That is, using icon provided by banners. It looks something like this which is imo more aesthetically pleasing to the eyes.
I love your homepage! I was wondering if you could help me with an issue in the multi-column admonition blocks…
I’m planning on a much simpler dashboard that works in Live Preview, hence I love the multi column Admonition blocks to Mae use of the width of the page. But they show up strangely in Live Preview and are not aligned. In Reading mode, they lose text as well… here are some pics to illustrate, as I am note sure if it is my set up, or the CSS (I am using the Minimal theme, by the way).
What I am looking for is effectively something like your Map fo Contents, but inside an Admonition block (as it renders in Live Preview).
I think you are not using the admonition flex view properly. With the css file set up the admonition titles should be automatically hidden. Are you sure you included cssclass: myhome in yaml?
To get them aligned you can try ad-flex, another built in admonition flex view in Blue Topaz theme. However, it’s limited to two columns currently. You have to edit the css file yourself for more columns.
Yes, I did, though I did leave the colour on, which I think was part of the issue, however, the columns are still not aligned. It works in Blue Topaz, but only if the lists are all the same length.
How do I use flex view properly?
What triggers a new column? Is it a heading, or a paragraph? or a list item?
I’m using the Minimal theme, but the same happens in the default Obsidian theme.
EDIT: The nested admonitions align themselves when I go to Reading Mode! However, the 2 Dataview queries (and your embedded pages) are still like in the picture (as opposed to having query 1 (Week 2 tasks) on the left, and query 2 (Today +7) on the right)
Any chance you could provide the Study Dashboard as well? It looks great!
````ad-flex
<div>
**CIT591**
```tasks
not done
description includes #CIT591
hide backlink
hide due date
```
</div>
<div>
**CIT593**
```tasks
not done
description includes #CIT593
hide backlink
hide due date
```
</div>
````
I’m using ad-flex with the study homepage. You can check out its css in Blue Topaz css file.
As you’ve pointed out, the ad-col2 are not designed to align each element, instead allowing them to flow freely between the two columns. So for alignment you either have to edit the css yourself or use the ready-made ad-flex.
For blank background you can try to check 3.1.2 admonition support in Style Settings plugin for Blue Topaz. I should’ve included the css parts in my snippet. Not sure why it doesn’t work with yours