Support sub-list embedding

@WhiteNoise From your previous posts I assume that end-line block-IDs are preferred . (Except if list contains complex blocks like tables which need empty line before block-id according to help.)
Is that correct? I want to put correct update info into first post.

IMHO, this solves the most important need of this request. Thank you.

If I understand correctly, for now it will not be possible to embed only the block without sublist, neither sublist without main block. These cases can be solved some day after many requests of higher priority.

Some options:

  • by support of <span id="id1"> embedding block identified by html id attribute </span>. ![[#id1]]
  • by Support for Linking To/Embedding Ranges
    Consistent syntax:
    • ![[#^id1]] → only main block/item identified by block-id ^id1
    • ![[#^id1..]] → main block with it’s corresponding sub-content/sub-list
    • ![[#^-id1..]] → only sub-list without the main block
    • ![[#-my-chapter..]]→ content of chapter (without it’s title): Or simply ![[#-my-chapter]] if ![[#my-chapter]] without .. transcludes whole chapter.
3 Likes