Earlier quoted context omitted.
I'm not sure if I would agree with Markdown, depending on your audience. I'm of the opinion that trying to teach the concept of markup to ordinary people is always going to alienate some non-technical users. I'd just suggest adding buttons for bold, italic & link. That way you can still keep it simple. I'm all for having a ruthless approach to unnecessary features.
I used to be on that side, but with Reddit's success and their use of Markdown I've decided that it is OK for even the non-technical audience. (Though there still should be the little "formatting help" button like they have nearby)
My first tiny "weekend project": readable text hosting. Useful?
71–80 of 99 posts
Re: My first tiny "weekend project": readable text hosting. Useful?
#72Earlier quoted context omitted.
At least linkify urls. It's trivial; use http://daringfireball.net/2009/11/liberal_regex_for_matching... Interestingly I chose 5 letters as well for my url shortener. e.g. http://twitter.com/akkartik/status/7915316453580803
Link to updated article: http://daringfireball.net/2010/07/improved_regex_for_matchin... Save you a click.
Re: My first tiny "weekend project": readable text hosting. Useful?
#73Could you tell us something about how it was built?
Re: My first tiny "weekend project": readable text hosting. Useful?
#74I love this! Tons of places to dump text on the web but I've never seen one that gives you a clean page. Suggestions: - Set a cookie and let the poster edit/delete the page after it's published. They will make typos, mess up the formatting, post while drunk, etc. - Markdown formatting. You need at least bold and italics. You could even have a small toolbar. I don't think the editor needs to be super minimal, just the…
Markdown formatting I actually did implement, but commented out for the first "release". It will be a somewhat restricted markdown, along the line of reddit.
I am not sure what you mean about the branding. If you could elaborate, I would be greatful.
The feedback button should go, I agree. Thanks again! I decided to follow the "let users tell you what they want" strategy, so it is great to get feedback.
Re: My first tiny "weekend project": readable text hosting. Useful?
#75Earlier quoted context omitted.
$ ./tidypub -t "How about this?" This is a python script I just wrote. Unfortunately, the white space gets lost. Try https://gist.github.com/721676
Does anyone else appreciate the irony of a Python app losing whitespace?
Re: My first tiny "weekend project": readable text hosting. Useful?
#76Your competition: http://lab.arc90.com/experiments/readability
Re: My first tiny "weekend project": readable text hosting. Useful?
#77Looks really awesome. I dig the clean interface/presentation. The app is done well enough where nothing is overtly bad or glaring. That being said, I do have a few light thoughts & suggestions. - I agree a source textbox for citations would be nice, but it's not too pressing considering you can include it at the end. In a similar vein, an author box would be nice too. - Any reason why the URLs are 5 letters long? Not…
I was thinking of adding an "author" field, and now that you and some other people mention it, I think I will follow through with it.
Honestly, you seem to have put much more thought into URL shortening than I did. I am using just letters for the character set. Shortening the URL sounds like a good idea. And removing the O's and l's is also something that I think I would do. Great suggestions, thanks!
Markdown is actually in the code, but commented out for the "release" =) So it should be coming soon. Thanks again.
Re: My first tiny "weekend project": readable text hosting. Useful?
#78Nice! How about a script for a *NIX command line? $ tidypub -t 'Any Title'
$ ./tidypub -t "How about this?" This is a python script I just wrote. Unfortunately, the white space gets lost. Try https://gist.github.com/721676
Re: My first tiny "weekend project": readable text hosting. Useful?
#79My point was to be able to publish readable "blog posts" on sites like HN and reddit without an actual blog. I'd love to hear feedback on whether it might be useful, and if not, what might make it so.
You can also do this by emailing anything (e.g. text, pictures, YouTube link, gist URL, etc) from any email address to post@posterous.com. Of course, future emails to the same address are tied to the same blog, so if anonymity is your goal (including no association to a previous anonymous post), that option wouldn't work. Nice clean look & feel though. It looks almost exactly the same as what my Readability bookmarkl…
I have seen posterous, but I was going for something even simpler. The email to post idea is pretty cool though. Thanks a lot for the feedback.
Re: My first tiny "weekend project": readable text hosting. Useful?
#80I like it. One minor suggestion: Put your tags in the head because right now, I'm seeing ugly flashes of unstyled content ( http://www.bluerobot.com/web/css/fouc.asp/ ).