obsidian-export/book/obsidian-src
Nick Groenen a0cef3d9c8
New: Add --no-recursive-embeds to break infinite recursion cycles
It's possible to end up with "recursive embeds" when two notes embed
each other. This happens for example when a `Note A.md` contains
`![[Note B]]` but `Note B.md` also contains `![[Note A]]`.

By default, this will trigger an error and display the chain of notes
which caused the recursion.

Using the new `--no-recursive-embeds`, if a note is encountered for a
second time while processing the original note, rather than embedding it
again a link to the note is inserted instead to break the cycle.

See also: https://github.com/zoni/obsidian-export/issues/1
2021-01-05 15:45:34 +01:00
..
.obsidian Public release 2020-12-07 22:35:57 +01:00
CHANGES.md Add changelog to mdBook 2020-12-22 14:28:38 +01:00
index.md Public release 2020-12-07 22:35:57 +01:00
installation.md Update installation instructions 2020-12-08 01:00:58 +01:00
license.md Public release 2020-12-07 22:35:57 +01:00
README.md Public release 2020-12-07 22:35:57 +01:00
SUMMARY.md Add changelog to mdBook 2020-12-22 14:28:38 +01:00
usage.md New: Add --no-recursive-embeds to break infinite recursion cycles 2021-01-05 15:45:34 +01:00