I was getting a bit tired of having to go through the Dashboard – Blog and having to locate a specific post which might have been published a long time ago, so I came up with a solution.
On a blank page on your machine, add the following HTML (do replace the address of your blog and the id, of course):
1:<ahref="javascript:document.location.href = 'https://weblogs.asp.net/ricardoperes/Admin/Blogs/13/Posts/' + document.getElementById('Comments_CommentedOn').value + '/Edit'">Edit this Post</a>
Then add this to your favorites/bookmarks/whatever. Since I use Chrome, I just dragged it to the bookmarks pane. Now, when you are viewing a post, click on the bookmark and off to edit mode you go!
Disclaimer: this only seems to work with recent posts, maybe someone from Neudesic can clarify.