I have the following dependencies
A) computer organization -> file
B) Read Lecture 7 -> file
when I delete the 'file' link in dependency A, I want the link to 'file' link in dependency B to be gone when I navigate into 'computer organization'. What is the best way to accomplish this? Thank you all for help.
Either do :VimwikiBacklinks before you delete a wiki page and then, after you deleted the file, use :lnext etc. to jump to all links, or you simly search in all pages for "file" (with grep on the command line or with :VimwikiSearch).
That makes me realize it would probably a good idea to populate the location list automatically with all links whenever you delete a page with :VimwikiDeleteLink.
That makes me realize it would probably a good idea to populate the location list automatically with all links whenever you delete a page with
:VimwikiDeleteLink.
Are there any plans to implement this? Or has it already been implemented by now?
Not to my knowledge. I'll reopen for now so this doesn't get lost.
Most helpful comment
Either do
:VimwikiBacklinksbefore you delete a wiki page and then, after you deleted the file, use:lnextetc. to jump to all links, or you simly search in all pages for "file" (with grep on the command line or with:VimwikiSearch).That makes me realize it would probably a good idea to populate the location list automatically with all links whenever you delete a page with
:VimwikiDeleteLink.