obsidian-export/tests/testdata/input
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
..
infinite-recursion New: Add --no-recursive-embeds to break infinite recursion cycles 2021-01-05 15:45:34 +01:00
main-samples new: support links referencing headings 2021-01-04 21:45:00 +01:00
non-ascii Add more reliable non-ASCII tetscase 2020-12-07 23:32:25 +01:00
same-filename-different-directories Public release 2020-12-07 22:35:57 +01:00
single-file Public release 2020-12-07 22:35:57 +01:00