What I’m trying to do
I’m trying to get the content of a block reference like ![[2023-08-23#Memos]]
but have it formatted like a internal link ![[2023-08-23#^memo-link]]
. So no header, and smaller presentation.
It’s an aesthetics question. Block references gather all the information I want, but I prefer the styling of the section links.
This is the code block as it is
- [[2023-08-23|Wednesday]]
![[2023-08-23#^memo-link]]
This is what is on my daily note for Wednesday 2023-08-23
## Memos
- 23:11 Made my first custom modifications to Memos! Very cool. #accomplishment
- 21:13 Get back into Obsidian
^memo-link
This is how it renders, with only the last bullet showing up.
Things I have tried
This is the formatting I’m trying to achieve, but each bullet is considered a unique section, so I only get the last bullet.
- [[2023-08-23|Wednesday]]
![[2023-08-23#^memo-link]]
This gets the content, but then I also get a big header and the text is larger. This is a minor part of the weekly template and needs to remain small.
- [[2023-08-23|Wednesday]]
![[2023-08-23#Memos]]
Same as the previous
- [[2023-08-23|Wednesday]]
![[2023-08-23#^Memos]]
I’m hoping one of y’all might be able to speed up my R&D. I’m still researching, but I’m now headed into topics that I am not familiar with, so the going gets slow because I have to learn as I go.
Any guidance would be appreciated.