mobtvse
mobtvse copied to clipboard
Working towards being the worlds best Markdown blogging app...
we should indicate the total amount of space used by each file (and the total bucket size) on the file listing page
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...
## 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...
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...
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.
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...
[Select 2.0](http://ivaynberg.github.com/select2/) has really nice looking UI for handling tags. Let's add that to the edit page.
## 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...