Easy URL#Anchor generation from h1-6 headers
The program already has a crawler to generate the URL#Anchor list, but I often (for T2-3 links) use a scheme where the anchors are h1-6 article titles.
Maybe I should add a function to the crawler? I give it a list of URLs, and it automatically generates anchors for that URL from the h1-6 from that URL.
Right now it's not very convenient to do this and I have to manually collect these headers (even when using the parser) and generate the URL#Anchor1#Anchor2 etc structure using excel formulas or regular expressions.
I think it would be very easy to automate this since the anchor parser function already exists
Maybe I should add a function to the crawler? I give it a list of URLs, and it automatically generates anchors for that URL from the h1-6 from that URL.
Right now it's not very convenient to do this and I have to manually collect these headers (even when using the parser) and generate the URL#Anchor1#Anchor2 etc structure using excel formulas or regular expressions.
I think it would be very easy to automate this since the anchor parser function already exists
Tagged:
Comments