You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's high time to keep track of various requests that should be considered when doing some bigger changes.
Graph interactions/interactivity
#71 - filtering nodes that are displayed (especially dimming nodes that are not connected to currently open file).
New nodes
#72 – show non-markdown files and URLs. #60 – (optional) links are not followed immediately by file creation.
File discovery
I remember that at some point we have changed a vscode API function that is responsible for detecting files and this one if I remember correctly respects .gitignore files but can't find it now. That's a thing that definitely should be kept in mind in this area.
#63 – custom search expression for users that have specific needs in terms of directory. #48 – how about recognizing / as the workspace directory?
Performance
Nohing really changed, still does not scale well (#33).
It's high time to keep track of various requests that should be considered when doing some bigger changes.
Graph interactions/interactivity
#71 - filtering nodes that are displayed (especially dimming nodes that are not connected to currently open file).
New nodes
#72 – show non-markdown files and URLs.
#60 – (optional) links are not followed immediately by file creation.
File discovery
I remember that at some point we have changed a vscode API function that is responsible for detecting files and this one if I remember correctly respects
.gitignore
files but can't find it now. That's a thing that definitely should be kept in mind in this area.#63 – custom search expression for users that have specific needs in terms of directory.
#48 – how about recognizing
/
as the workspace directory?Performance
Nohing really changed, still does not scale well (#33).
Other
#52 – exporting SVG/XML/JSON of the graph.
Bugs
#40, #45 – parsing links can break the whole graph visualisation 😬 .
The text was updated successfully, but these errors were encountered: