« Report from Bellevue: meaningful advances on Do Not Track | Main | Discovery for Multimodal Interaction with Multi-Device Systems »
Chrome extension for creating html 'book' from wikimedia pages
Filed by Dave Raggett on July 22, 2012 11:22 AM in HTML, Tools
| Permalink
| Comments (2)
| TrackBacks (0)
Comments
I thought of that. The extension will follow links in the pages it loads and keeps a list of previously visited pages to avoid looping. Links are only followed if they are to the same wiki, and you can prevent following a link by enclosing it in a span with class="no-follow". This should be used when a page in your collection links to another part of the wiki that you don't want to include. It should also be used when making forward links to a later part of the collection, as otherwise your assembled html page may have the content in an unexpected order.
Leave a comment
Note: this blog is intended to foster polite on-topic discussions. Comments failing these requirements and spam will not get published. Please, enter your real name and email address. Every individual comment is reviewed by the W3C staff. This may take some time, thank you for your patience.
You can use the following HTML markup (a href, b, i, br/, p, strong, em, ul, ol, li, blockquote, pre) and/or Markdown syntax.
This is a very cool idea and I love the concept of being able to 'export' wiki pages. However, what about all the 2nd and third layer links? A lot of good information is found after drilling down multiple times, and it might be hard to export more than one layer of links. Very cool!