obsidian-export/book
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
..
book-src New: Add --no-recursive-embeds to break infinite recursion cycles 2021-01-05 15:45:34 +01:00
obsidian-src New: Add --no-recursive-embeds to break infinite recursion cycles 2021-01-05 15:45:34 +01:00
book.toml Set git-repository-url for mdBook 2020-12-22 23:16:25 +01:00
generate.sh Add MdBook generation script and precommit hook 2020-12-08 01:00:09 +01:00
README.md Public release 2020-12-07 22:35:57 +01:00

This is an example of using obsidian-export to build documentation with the source stored as an Obsidian vault.

The project level README.md is generated using this setup.