Waypoint
Waypoint copied to clipboard
It doesn't update the link after adding a folder note
When we add a descendant directory, there is a non-active bold link to it that appears. That's right, because the folder is empty. Then, if we create the new folder note inside this folder, the link to it is still inactive.
same here
ok, open the main.js of the plugin, and change the line 237 & 288 from ${bullet} **${node.name}**
to ${bullet} **[[${node.name}]]**
. Now every folder will be regarded as a folder note and be added a link in the table of content generated by Waypoint, whether you create one or not.
This is absolutely not flawless as I'm a beginner in programming, not able to read ifs & elses between the lines, but it works for me and hope it can help you as well.