Waypoint icon indicating copy to clipboard operation
Waypoint copied to clipboard

It doesn't update the link after adding a folder note

Open DenisVS opened this issue 2 years ago • 2 comments

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.

DenisVS avatar Sep 03 '22 19:09 DenisVS

same here

wutsminame avatar Nov 09 '22 11:11 wutsminame

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.

wutsminame avatar Nov 09 '22 14:11 wutsminame