- ventrellathing.wordpress.com
-
v0.29.1 release
Bug fixes code style markdown blocks work better now. Default Markdown's code block renders as simple raw text now, instead of guessing syntax lanaguage by default. Features New "Recently used" topics available for quick selection when adding new no... -
v0.28.2 release
Bug fixes Fix for content search. It shows sub-pages properly now. Fix for 404 Not Found view shown when invalid data was submitted in "New link/note" forms. Various fixes for image selection in "New link" view. Various fixes for responsiveness on sma... -
v0.26.3 release
Fixed the bug that allowed creating topics with the same name. Fix for image picker when adding new links. It will show site's recommended picture first. Topic description in user topic list is now shown with a nice tooltip. Added "About" and "Contact... -
v0.26.1 release
Nicer frontpage! Added some about pages. Fix for registration when new users couldn't see their public profile page. Fix for mobile version of the website which should render properly now. Improvements to website assets. CSS and Javascript are now bu... -
v0.25.8 release
Added simple image preview+picker to links editing form. Added Profile settings page. People can now publish their profile information (full name, website, location) Private items are now marked with lock icon and a background color. Various fixes and... -
v0.23.12 release
Added markdown support with custom extensions! @user profile links, for example @seba @seba/thingr-updates. URLs autolinking: http://www.example.com - http://www.example.com Site has been updated to use less JavaScript and feel more like a webpage t... -
The Daily Routines of Famous Creative Peoplepodio.com
Turns out great minds don’t think alike. Discover how some of the world’s most original artists, writers and musicians structured their day. Filter the different categories by toggling on or off, and hover over the colored bars to learn more about the ... -
v0.14.2 release
Updated page titles in many views. Removed search form from frontpage. Updated Bootstrap framework to v3.1.0. Fixes for errors in views when anonymous user is browsing. Changed site theme from flat to more real. Updated item listing with topic info as... -
v0.13.5 release
Fix to Bookmarklet code to open thingr page in new window/tab. Fix to email notifications: send emails to all thread participants. Fix to item edit form to show sorted topic list. Fix: Changing topic in item edit, updates topic selection in Context an... -
v0.12.3 release
Fix for some broken resource images when URL is not absolute. Added check to disallow showing any (public) items from a user profile just by changing item ID. -
Unicode test ;]
You can't parse HTML with regex. Because HTML can't be parsed by regex. Regex is not a tool that can be used to correctly parse HTML. As I have answered in HTML-and-regex questions here so many times before, the use of regex will not allow you ...