All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Custom rendering modes! Starting with two choices:
default
andobsidian
(inspired by the Obsidian editor) available underMarkdown-links: Graph Type
(#51).
- Ignored files specified in workspace are now respected (#35).
- Fixed the problem with deleting and or renaming files on Windows (#53).
- Non-existing edges are now re-filtered when deleting files (#54).
- Graph should now properly update on adding a new file (#34).
- Wrong active node size when zooming (#20).
- Support for [file-name] ids. A format where id of a file is its name (works either with or without
.md
extension) (#13).
- Active node highlight should work better on Windows (#10).
- Extension will now pick colors of your theme (#10).
- When active file in the editor changes, it will be highlighted on the graph if it matches one of the nodes.
- Support for wiki-style links using
[[link]]
format and correspondingfileIdRegexp
setting for specifying regular expression for resolving file IDs – (#3).
column
setting is now divided intoopenColumn
andshowColumn
.
- Graph reloads on title change.
- Parsing of files in a directory now happens asynchronously.
- Fix bug with missing
d3
.
- Fix bug with missing
webview.html
.
- Extension is now configured to use bundle.
- Initial version of the
Show Graph
command. - Setting for controlling the
column
used to open files.