<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>Base58 was chosen not for human readability but to make it easy to copy/paste.</div></div>
</blockquote><div><br></div><div>It was also chosen for hand-writeability, weirdly enough. That&#39;s why it excludes some confusible characters. But Satoshi didn&#39;t really understand how people would end up using Bitcoin, he originally imagined most transactions being done directly between pairs of IP addresses.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Copy/paste of HTML content is currently not possible. You *can* already drag&amp;drop the bitcoin: link to the client. Bluematt has a pull request to automatically handle bitcoin: URLs when clicked in the browser.</div>
</blockquote><div><br></div><div>That&#39;s cool. I hope Matts change gets merged soon. Then the issue becomes how do people find out about this capability? Expecting people to learn how to hand-craft Bitcoin links won&#39;t work. But all modern operating systems support copy/paste and drag/drop of rich content. Qt probably makes it easy to expose an UI like this:</div>
<div><br></div><div>   <u><font class="Apple-style-span" color="#3333ff">Pay me</font></u>    [Copy to clipboard]</div><div><br></div><div>Clicking the link in the UI would pop up an alert saying something like</div><div>
<br></div><div>   &quot;You can drag this link to an email, chat window or editing program.&quot;</div><div><br></div><div>Dragging it/pushing the copy button would just set the drag/clipboard data as a bit of text/html content. So then you can just copy/paste into an email or HTML editor. It wouldn&#39;t work for forums that use bbCode, though I guess there&#39;s no particular reason the forum software can&#39;t turn &lt;a href&gt; into [url=] automatically.</div>
</div>