srid/emanote

![[..]] snippet

Aberta

#265 aberto em 21 de mar. de 2022

 (1 comentário) (0 reação) (0 responsável)Haskell (78 forks)github user discovery
What I needenhancementgood first issue

Métricas do repositório

Stars
 (948 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

If the embedded note has a div with a certain ID, say summary, embed that div instead of the whole note.

So, if the note Foo.md was:

First paragraph

:::{#summary}
Second paragraph
:::

Third paragraph

Then embedding this note using ![[Foo]] should display only the second paragraph, albeit with some indicator to indicate that we are only displaying a snippet.

Guia do colaborador