New features:
connect
method hasattachments
argument to give the option to include 'attachment' files like media files and canvas files in thegraph
. The behaviour from v0.9 is kept in this new release (via the defaultattachments=False
).- Information about media files & their filepaths is stored in the
media_file_index
attribute. - New methods for metadata:
get_canvas_file_metadata
andget_media_file_metadata
. Theget_all_file_metadata
method is new method that is best-placed to get all the metadata for files & notes in a vault. isolated_media_files
andisolated_canvas_files
attributes.nonexistent_media_files
andnonexistent_media_files
attributes.
Important API changes vs previous version:
file_index
attribute is nowmd_file_index
, to avoid ambiguity from the extra support now for media files and canvas files.
Other improvements:
- Speed improvements for the
gather()
method and processing of HTML content. - Tweaks to the code to address deprecation warnings from other packages.