Link to a sentence in nested block or a nested block

What I’m trying to do

Im trying to systemize my online legal documents. As u know, sometimes an article would refer to another clause or another whole article. In this case, Im finding how to add link to a sentence in nested block or a nested block (the referred clause)

Things I have tried

As far as I learn, Obsidian now can only link to the minimum unit is a block; it doesn’t support us to link to a sentence or a nested block. Is that true?

Thanks for your attention!!

It can’t link to sentences. I’m not sure what you mean by a nested block.

2 Likes

Ty your attention!
By saying nested block, I mean that may I refer to Article 6.1.1 as in this picture?

When the list uses “proper” markdown syntax, you can use a block ID to link to any nested list item. For example:

1. one
2. two
	1. two.one
		1. two.one.one ^example-block
		2. two.one.two
	2. two.two
3. three

[[#^example-block]]

But it won’t work for the text in your screenshot. Having characters before your “6” prevents your list from being a markdown list. You can confirm that by switching to Reading view, where you’ll see it rendered as regular text, not a list:

4 Likes

Much thanks for your detail explanation! That really makes sense and helpful for me!
Having a good day! :slight_smile:

Sorry for disturbing u again!
When I replied thanks to ur explanation, I was testing the way u show and it worked

But when I use on my documents, it doesn’t; show could u tell me more what’s the difference here?

Ty again!

The formatting looks right to me, but it can be hard to tell from a screenshot. The only thing I spotted is that your embed has a link icon on the top right, but I would expect it to be the expansion icon. Maybe you’re using a markdown embed ![](...) instead of a wikilinks embed ![[...]] . ??

Here’s a text version that works; you can paste it into a note to see if you notice any differences:

1. Giải thích từ ngữ
	1. This text is not intended to be showed
		1. Bản đồ địa chính là bản đồ thể hiện các thửa đất và các đối tượng địa lý có liên quan, lập theo đơn vị hành chính cấp xã hoặc theo đơn vị hành chính cấp huyện nơi không thành lập đơn vị hành chính cấp xã, được cơ quan nhà nước có thẩm quyền xác nhận. ^demo

![[#^demo]]

1 Like

thanks for your patience with my proplem though Idk what happen with my app ^^!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.