ryanjamurphy / review-obsidian

Add the current note to a future daily note to remember to review it.
142 stars 8 forks source link

Add the ability to copy block as alias/embed, to show the text of the block in edit mode #13

Open ryanjamurphy opened 3 years ago

ryanjamurphy commented 3 years ago

From Jackal on Discord:

What if the plugin automatically inserted the contents of a block as a piped link in the block embed. This way we get the best of both worlds, legibility in editor mode and nice block embeds in preview mode.

In my use case it means most of the time I can just stay in editor mode and still see all my actions for the day

But then when I need to check a checkbox switch to preview mode and click

Might need to limit the length of a block that gets inserted, to prevent huge internal links from being created, but I think this would work really well for small task-style block embeds

ryanjamurphy commented 3 years ago

Note that either block aliases or markdown links would work, so providing the option for both would probably be nice:

Screen Shot 2020-12-05 at 11 12 53 AM

jacklaing commented 3 years ago

I concur with providing the option for both. Now that I know markdown links work for this too, I'd be tempted to go with markdown since it brings the content of the block to the front of the link.