NihilCredo comments on Print ready version of The Sequences - Less Wrong

14 Post author: Jordan 06 November 2010 01:21AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (31)

You are viewing a single comment's thread.

Comment author: NihilCredo 07 November 2010 07:41:41PM 1 point [-]

There seems to be a relatively easy way to fix interlinking, at least within the same sequence:

1) Open the file with Notepad++ or any text editor of your choice.

2) Do a regex replacement to add an HTML anchor after every header, with the same anchor name as in the link in the header

3) Do a regex replacement to turn every link from /lw/tworandomcharacters/articlename into #articlename

I may get around to do it later.

Comment author: Document 06 January 2011 08:27:57AM 0 points [-]

Personally I'd rather have all the links point to lesswrong.com, so there'd be no broken ones and so the title links could be used to go to each post's comment threads.