Hacker News new | ask | show | jobs
by jxy 815 days ago
If you ever used w3m, it uses a local bookmark file. Something like this:

    $ cat ~/.w3m/bookmark.html
    <html><head><title>Bookmarks</title></head>
    <body>
    <h1>Bookmarks</h1>
    <h2>Searches</h2>
    <ul>
    <li><a href="https://www.google.com/">Google</a>
    <!--End of section (do not delete this comment)-->
    </ul>
    <h2>Time Sink</h2>
    <ul>
    <li><a href="https://news.ycombinator.com/">Hacker News</a>
    <!--End of section (do not delete this comment)-->
    </ul>
    </body>
    </html>
1 comments

Looks like a variation of the Netscape bookmark format.

https://learn.microsoft.com/en-us/previous-versions/windows/...