dendronhq / dendron

The personal knowledge management (PKM) tool that grows as you do!
https://wiki.dendron.so
Apache License 2.0
6.52k stars 247 forks source link

Link against notes that aren't created yet #3940

Open tim-hilt opened 11 months ago

tim-hilt commented 11 months ago

Please select if your request is either something new or an enhancement

Please select the area your request applies to. (Multiple selections are Possible. You can leave blank if you're not sure.)

Is your feature request related to a problem? Please describe

Let's say I insert a link like [[foo]] but don't create the corresponding note immediately (I might want to create it later or keep foo just as a node that doesn't contain any information). When I want to link against foo again, I might have forgotten that I typed it like foo and falsely link to [[Foo]].

In that case, foo is not suggested, because the note has not beeen created yet.

Describe the solution you'd like

Show all previously used links with Intellisense - not only the links where notes are already created

Describe alternatives you've considered

Right now I immediately create empty notes if I see them highlighted as missing. They pollute my workspace, but at least I get reminded, that the link was used before

Additional context

This might have already been requested, but I didn't find the issue. Please close as duplicate if this is the case.