|
From: seanh <sea...@gm...> - 2009-08-01 15:14:56
|
Hmm. Actually I have a script that reads the current X selection, transforms it with python-markdown, writes the HTML to a temporary file and then opens the file in a web browser. If you bind it to a keyboard shortcut or something like that it's very quick, in any editor just do ctrl-a to select all text and then run this preview script. Limitations are that it doesn't use the same layout and CSS as your pyblosxom blog, and the title and metadata lines at the top get rendered wrong. I could hack around these I suppose. It seems like something more integrated with pyblosxom itself would be better. On Fri, Jul 31, 2009 at 9:02 PM, Edgar Luna<edg...@gm...> wrote: > Hi > > On Fri, Jul 31, 2009 at 2:43 PM, will<wi...@bl...> wrote: >> seanh wrote: >>> Is there a better workflow when you want to preview a post before >>> publishing it, or is pushing it to your web server and using this >>> drafts thing in CGI mode the best approach? >> >> I don't preview my posts. >> >> Does anyone preview their posts that have a workflow they'd like to share? >> >> > > I use markdown for formatting and emacs for editing so markdown mode > does that for me. Of course that is a partial preview of the content. > But works for me. > > -- > Edgar Luna > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > pyblosxom-users mailing list > pyb...@li... > https://lists.sourceforge.net/lists/listinfo/pyblosxom-users > |