The UI seems to have taken a page from http://mouapp.com/
Ghost: Just a Blogging Platform
31–40 of 46 posts
Re: Ghost: Just a Blogging Platform
#32Re: Ghost: Just a Blogging Platform
#33Re: Ghost: Just a Blogging Platform
#34I would be much more willing to pledge towards this if the current state of their code was available to see / install.
Re: Ghost: Just a Blogging Platform
#35The UI seems to have taken a page from http://mouapp.com/
The side-by-side authoring and editing is something I think a lot of folks are doing now in their personal blogs. For mine, I just used plain HTML rather than Markdown [1]. I wanted total control of the resulting markup. Beware, most people hate the background. Just fair warning.
The hard part for me was doing some trickery to scroll to and highlight the current paragraph in the live preview panel. I ended up inserting a "cursor" span that I locate in the preview panel and then scroll to that, find its containing block container, and add a class to that container [2].
[1] http://tiamat.tsotech.com/simplest-of-webapps
[2] http://tiamat.tsotech.com/images/tiamat-authoring-2012-10.pn...
Re: Ghost: Just a Blogging Platform
#36The UI seems to have taken a page from http://mouapp.com/
Do you think that it does a roundtrip to the server to get the preview or is it all done in JS?
Re: Ghost: Just a Blogging Platform
#37Re: Ghost: Just a Blogging Platform
#38I hope http://blog.tryghost.org/ isn't intended as a demo. It's only a single article, no permalinks, no archives, no RSS/Atom feed.
Re: Ghost: Just a Blogging Platform
#39Best of luck with the project!
Re: Ghost: Just a Blogging Platform
#40I'd rather see another syntax language that allowed me a few more controls, like the ability to add classes to elements in case I wanted to switch up styles a bit (maybe I don't want all blockquotes to look the same, or all lists, etc).