markdown-links icon indicating copy to clipboard operation
markdown-links copied to clipboard

Command that displays a graph of local links between markdown files

Results 31 markdown-links issues
Sort by recently updated
recently updated
newest added

I have frontmatter which defines the `Title` of the document. Is there a way to use it instead of the first heading ? This would mean that when inserting a...

In the library I am using [D3 force](https://github.com/d3/d3-force) for [force-directed graph drawing](https://en.wikipedia.org/wiki/Force-directed_graph_drawing) which is a way of generating graphs that look good enough in most cases and is easy enough...

It's possible to run it without VSCode and generate html page only?

Extension was working fine, I imported a new directory of markdown files into the workspace with a large number of files, since then I'm getting this error. If I remove...

I have a `.history` folder and mapping that created loads of needed links.

I am opening a common issue to discuss various systems for linking and discovering titles that I am aiming to support at some point in the extension. I would love...

I'd really love the option of directional links - it'd help my notes a lot. Any chance of it being brought in? I appreciate that the README says explicitly that...

Include other Files & URLs linked to Example: `[MyPDF](../MyPDF.pdf)` Should appear as Node with the name `MyPDF` in the Graph `[MyLink](http://abc.my.link.com)` Should appear as Node with name `MyLink` in the...

Partially related to #28 `remark-wiki-link` already supports aliases using the default `:` divider. This adds a setting so that it can be changed. ## Use case I use inlined ID-based...

I have a project directory that includes a `node_modules` directory with a couple thousand markdown files. While I believe that a few thousand markdown files should be a doable task,...