Releases: zoni/obsidian-export
Release v0.4.0
v0.4.0 (2020-12-23)
Fixes
-
Correct relative links within embedded notes. [Nick Groenen]
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.
Other
- Add brief library documentation to all public types and functions. [Nick Groenen]
Release v0.3.0
v0.3.0 (2020-12-21)
New
-
Report file tree when RecursionLimitExceeded is hit. [Nick Groenen]
This refactors the Context to maintain a list of all the files which
have been processed so far in a chain of embeds. This information is
then used to print a more helpful error message to users of the CLI when
RecursionLimitExceeded is returned.
Changes
-
Add extra whitespace around multi-line warnings. [Nick Groenen]
This makes errors a bit easier to distinguish after a number of warnings
has been printed.
Release v0.2.0
This release brings some changes to the (still undocumented) library API, but no user-facing changes.
Release v0.1.0
This is the first public release for obsidian-export. Consider this something of a beta/early-preview release. 😄