You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logseq allows linking to blocks through a block ID system.
As I understand it, when the user requests a reference to a specific block, Logseq uses a random number generator to create a block ID, then inserts that ID as a property in the block that is being referenced.
usage example:
At this stage, Loam should at least support clicking on block IDs (cmd+click, just like normal links) to go to the referenced block. At a future stage we should also consider block-level embeds (foam already support page embeds, so block embeds shouldn't be that much harder), and previewing the contents of a referenced (not embedded) block in the markdown preview panel.
The text was updated successfully, but these errors were encountered:
Logseq allows linking to blocks through a block ID system.
As I understand it, when the user requests a reference to a specific block, Logseq uses a random number generator to create a block ID, then inserts that ID as a property in the block that is being referenced.
usage example:
At this stage, Loam should at least support clicking on block IDs (cmd+click, just like normal links) to go to the referenced block. At a future stage we should also consider block-level embeds (foam already support page embeds, so block embeds shouldn't be that much harder), and previewing the contents of a referenced (not embedded) block in the markdown preview panel.
The text was updated successfully, but these errors were encountered: