Skip to content. | Skip to navigation

Sections
Personal tools
What is this?
Hi, my name is Tom Lazar and I'm a Plone and Zope developer based in Berlin, Germany and this is my personal and professional (no big difference, really...) website.
 

Archipelago Sprint - Day 2

Filed Under:

Getting to work

Apart from helping Andi and Godefroid setting up the SVK-Mirror, playing table-tennis at the local gym hall and generally just having a grand time I’ve started doing some actual work today (hear, hear!). Together with Christian Scholz I’ve begun writing and working on PLIP #149 Improved Markup Support (may not be available publicly as I post this – we’ll have to see, how syncing our offline copy of plone’s documentation to the ‘live’ instance at plone.org will work out.)

While this PLIP is certainly not as ‘sexy’ as all the UI and AJAX stuff that’s mainly going on here it does have the big advantage that by working on it I’m scratching my own proverbial itch: I’m writing all my texts (including blog entries) using Markdown and/or Textile (in TextMate, of course) and am desperately looking forward to not having to manually convert them to XHTML before posting them.

Oh, and Skype Out rocks so hard..! I had to be away from my family in a foreign country to really get why skype is so cool...

Markdown Yeah!

Posted by Lee Joramo at Apr 25, 2006 11:56 PM

thank you for bringing Markdown to Plone!

Markdown?

Posted by Shane Graber at Apr 26, 2006 08:48 PM

Doesn't seem as though the PLIP is up on Plone.org yet. I'm assuming that you're using the python port of Markdown?

http://www.freewisdom.org/projects/python-markdown/

Shane

yup, using python module

Posted by Tom Lazar at Apr 26, 2006 10:07 PM

yeah, that's the one I'm using, thanks for the pointer, though. The PLIPs that have been created here on the local copy of plone.org haven't been synced back yet, so they aren't publicly available yet.

The branches necessary to get Markdown support working at the moment are:

http://svn.plone.org/svn/archetypes/PortalTransforms/branches/plip149-markup-support/

http://svn.plone.org/svn/archetypes/MimetypesRegistry/branches/plip149-markup-support/

and

http://svn.plone.org/svn/collective/ATContentTypes/branches/atct-plip149-markup-support/

Currently it only works for ATDocument, but I'll be adding the remaining relevant ATCT during tomorrow.