Blogging application that includes line-numbering?
January 25, 2004 11:02 PM
Subscribe
Blogging application that includes line-numbering? I'd like to publish content for peer review, in chonologic blog format, with automatic line numbering, so that people can comment, by line number, on my writing. Obviously, the line breaks and numbers have to be the same for everyone. AfterDinner.com offers this functionality, though it isn't really a blogging application. I'm a veteran Blogger user, and willing to do a little bit of creative coding (eg: light hacking of Moveable Type). Any help?
posted by scarabic to computers & internet (12 comments total)
When I first read this I thought it would be trivial to code into a template. The more I think about it, the more I think it might not be. With MT you have MTGetVar and MTSetVar so you could establish and retrieve a variable to get a count, and with a fixed-width layout, you should be able to make the result the same for all users, but I can't see off the top of my head how you'd increment line numbers without manually typing in some token at the end of each line (possible, but clunky)...
posted by stavrosthewonderchicken at 3:48 AM on January 26, 2004