obsidian-export/src
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
..
lib.rs Fix: correct relative links within embedded notes 2020-12-22 12:42:07 +01:00
main.rs New: Report file tree when RecursionLimitExceeded is hit 2020-12-21 13:54:30 +01:00
walker.rs Allow custom filter function to be passed with WalkOptions 2020-12-13 23:15:13 +01:00