Upload Clipboard Image Easily

Most people upload and share photo files. But some of us would like to share images from other source as well, such as a screenshot or a piece of image from some drawing software such as Microsoft Visio. Normally we would have to copy the image to clipboard, save it to a file, browse for the file in the file upload dialog and then upload it. It’s not a daunting task but it’s not as convenient as it should be. Would it be really convenient if we can directly upload image from the clibpoard like a normal paste operation?

Based on this idea, we are implementing a feature called “Upload Clipboard Image“. Here is how it works. Just right click in the file input box on the left side of the [browse…] button and select “Upload Clipboard Image” from the popup menu. The clipboard image will be automatically saved to a temporary file for uploading. As simple as that.

Here is the screenshot of using this feature to share photos on facebook,

Upload Clipboard Image
Upload Clipboard Image

This feature will be included in the next build or two. Kindly let me know what you guys think of this feature.

Offline bookmarks that support full-text search

Nowadays the Internet contains so many information that a lot of people do serious research online via Google search every day. When we find something valuable, we usually bookmark the web page and save it for later reference. As time goes on, we can end up having a huge number of bookmarks. I, for one, have more than a thousand bookmarks. If We don’t organize them, you will end up having too many bookmarks on the top level of the favorites menu. Organizing them into sub-folders and subfolders help to some extent. However, when you have more than 20 subfolders, it’s not easy to find a particular bookmark from within all the different folders. Whenever I add a new bookmark, it always give me a headache trying to decide which folder to put it in.

Yes, the current bookmark system in SlimBrowser supports searching by keywords. But the search only checks the URL and title of the bookmark. Nowadays, every webmaster is trying their best to do Search Engine Optimization. The result is that the title of a web page is usually not very indicative of the actual content. Therefore, pretty often, you can’t find the bookmark you want.

Instead of treating the bookmark system as a tree structure that expects human organization, let’s simply treat the bookmark system as a fully-searchable database. I am planning to add an option for users to cache an offline copy of the bookmarked page (in plaintext format without all the tags and images). After that, when users search for favorites, SlimBrowser will search for title, URL and the cached text copy. Under this approach, users can use the “Quick Bookmark” feature more comfortably, which simply bookmarks the current page into a predefined folder without prompting.

Another related enhancement to the favorites/bookmark menu is to add a special folder called “Recently bookmarked” to help you quickly locate bookmarks that were added fairly recently without resorting to the full text search.

Feel free to comment if this feature will be useful to you or not. I am thinking of adding this feature pretty soon.