ianjsikes / md-graph

A Visual Studio Code extension to visualize your markdown files as a network graph. Easily navigate files and see relationships.
MIT License
35 stars 9 forks source link

Add option to ignore certain files #4

Open Tinkerer- opened 2 years ago

Tinkerer- commented 2 years ago

I have a single file that works as an index to almost all other files. In Obsidian I also use a graph, where I can ignore this index.md file.

Omitting my index will give clearer results as I won't see all notes, but just the ones that are linked to each other directly, not just by both being present in my index file. Of course, other usecases could be thought of, so please add something where a pattern can be given for filenames to ignore.

Tinkerer- commented 7 months ago

I would still really like this feature :) Any plans to make it happen?