An article reading place ------------------------ Lately, I was thinking how someone could open a specific article and read it. As of latest developments, the "News" section was enhanced with the author's nickname and support for markdown formatting. You can read more by visiting this [link here](https://news.arching-kaos.net/?from_block=QmWnwTWfciJxWFWCVveiq72vGgKnQnHQwtbD9LpQSv9xz2). If you see the link, you 'll notice that it goes to a new domain: news.arching-kaos.net where all the articles are popping up. Also, the title is light blue color, which is a link to the specific article. This achieves easier sharing of the articles. ### a bit of technical here You can also notice that the link featured above in the text has a '?from_block=' part and an IPFS hash. So what's done here, is that we open directly the BLOCK from the unsorted IPFS repository. On the other hand, if we open [news.arching-kaos.net](news.arching-kaos.net) with no arguments, the default swarm of chains is going to load and from there, the site will produce only the desired module and action ( 'news/add' in our case ). ### Notes It might be a bit of unconvinient right now. It's an article platform which is labeled as 'news'. But whatever the context might be of the text, it'll be surely a news article. So news, articles, whatever. News keeps it short as well. I wonder how I'll transform the 'hidden blog' and the 'documentation' using this. That's all for now! Cheers!