obsidian-export/tests
Nick Groenen 6245c9a31d
Fix: correct relative links within embedded notes
Links within an embedded note would point to other local resources
relative to the filesystem location of the note being embedded.

When a note inside a different directory would embed such a note, these
links would point to invalid locations.

Now these links are calculated relative to the top note, which ensures
these links will point to the right path.
2020-12-22 12:42:07 +01:00
..
testdata Fix: correct relative links within embedded notes 2020-12-22 12:42:07 +01:00
export_test.rs New: Report file tree when RecursionLimitExceeded is hit 2020-12-21 13:54:30 +01:00