TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Listify – Turn a group of lines into an HTML list

1 pointsby enrmarcalmost 12 years ago

1 comment

enrmarcalmost 12 years ago
I'm the author. I've been doing several demo web sites during the last month and one of the things I did a lot is turn paragraphs or something else into lists. I have not found anything to do that with some kind of flexible customization (adding classes and incremental ids, nested elements, etc.)<p>I know that it's only a few lines of JavaScript but some of my colleagues found it useful, so I have decided to publish here.<p>All feedback about the code or the grammar (English is not my first language) would be greatly appreciated.