Is their some limit to the length of a a list that can be transcluded?
I have a long list on page A like this
# Long List
- item 1
- item 2
...
- item 95
...
- item 100
^6b9a5e
Then on page B I try to transclude like this
![[page A#^6b9a5e]]
And only get a transclusion from part of the list, I.e. items 95 - 100 (not exact number counts, judt for example). It only actually transcluded 9 items in my case.
I’ve seen similar questions in the past and lately good advice as well. I would let you search forum posts for me.
General rule of thumb: no empty line should be among the transcluded text.
I don’t see any empty lines … is there any way to view them in obsidian like the ¶ button in word?
In fact, I’ve use tools like View non-printable unicode characters to check for hidden characters and only characters are the CR LF at the end of each line.
Apparently, the list has both - and * characters for bullets. and obsidian does not like that. I converted everything to - and it seems to be picking everything up now.