mobtvse icon indicating copy to clipboard operation
mobtvse copied to clipboard

Working towards being the worlds best Markdown blogging app...

Results 21 mobtvse issues
Sort by recently updated
recently updated
newest added

we should indicate the total amount of space used by each file (and the total bucket size) on the file listing page

enhancement

they're still kind-of lame looking

enhancement

We should support the MetaWeblog API so that people can blog with the many great desktop and iPad blogging apps. We can probably just grab the code for this from...

enhancement

## Overview Markdown is lacking useful things like footnotes. Switch to Multimarkdown. ## Notes [rpeg-multimarkdown](https://github.com/djungelvral/rpeg-multimarkdown) is probably the way to go. Judging by a quick googling it should work on...

enhancement

Aviary has [a web based image editor](http://www.aviary.com/web) that is free to use. Integrate it into MObtvse's Images page such that it can open any of the images listed on the...

enhancement

the code supports the ability to disable comments on a post via the comments_enabled flag, however, there's nowhere on the edit page to toggle commenting.

enhancement

if you start a post with one title, save (or create via the wee input on admin page), then edit it and change the title the slug doesn't change. it...

bug

[Select 2.0](http://ivaynberg.github.com/select2/) has really nice looking UI for handling tags. Let's add that to the edit page.

enhancement

## Overview Obtvse 2.0 (refresh branch) has auto-save built in. Port It! ## Notes Add a save button to the edit post page. If the post hasn't auto-saved yet it...

The Header, for example, should be a partial that can be easily edited without having to muck with the main layout file. Basically, make it really easy for users to...