JuriTools / pjangular

Angular website / Web extension for prettifying the ejustice law website
GNU General Public License v3.0
0 stars 0 forks source link

Improve table of contents #4

Closed mvwestendorp closed 4 years ago

mvwestendorp commented 4 years ago

Implement table of contents using

mvwestendorp commented 4 years ago

Links in ToC require use of Angular Router to navigate to. Simply using local link / hash link does not work in the context of a webextension content script, it seems.

mvwestendorp commented 4 years ago

ToC specific issues are solved. General issues see: #2 #10