srid/emanote

![[..]] snippet

Offen

#265 geöffnet am 21.03.2022

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Haskell (78 Forks)github user discovery
What I needenhancementgood first issue

Repository-Metriken

Stars
 (948 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide