obtvse icon indicating copy to clipboard operation
obtvse copied to clipboard

Deprecated: See natew/obtvse2

Results 20 obtvse issues
Sort by recently updated
recently updated
newest added

refresh branch: The shadow effect between the section on the admin screen looks like some weird attempt at a gradient based gutter between the sections instead of a shadow. My...

The routes file (https://github.com/NateW/obtvse/blob/refresh/config/routes.rb#L6) has ``` post '/edit/:id', :to => 'posts#update' ``` But it should be ``` post '/posts', :to => 'posts#create' ```

I installed a fresh clone of the refresh branch and so I had no posts. When I accessed the admin section I got a "undefined method" error. Turns out the...

![New/Draft View](http://img337.imageshack.us/img337/3105/306136.png) I get this scrollbar when run on Ubuntu 12.04, and Chromium.

Sometimes it's impossible to see the last paragraph or so while editing a post as it runs below the page even on a larger browser. The work around is to...

http://i.imgur.com/dvRd3.jpg incorrectly displayed on an iphone (reeder webview)

Here's an example of the Markdown: ``` Hey guys, I'm making a [blog][wiki_blog] post! Read more after the [jump][wiki_Van_Halen]! [wiki_Van_Halen]: http://en.wikipedia.org/wiki/Van_Halen I really like [blogging][wiki_blog]. It's just so fun! \[wiki_blog]:...

Placeholder for feature discussion.

Hi NateW, First off, I just want to say thank you for creating this 'replica' of svbtle. I would have created it for myself months back if you had not...

From what I can tell the RSS parser seems to work perfectly up until you use the YouTube embed. When you attempt to pull down an RSS feed with an...