I would like a drop down box that let's me apply styles to my post. You could make it as simple as a little preference that I can manually add class names to the drop down box, or if you really want to be cool then let me point flock to my css file and have it parse it for me.
For example in my css file I could put delimiting comments:
How about this for a crazy idea:
I would like a drop down box that let's me apply styles to my post. You could make it as simple as a little preference that I can manually add class names to the drop down box, or if you really want to be cool then let me point flock to my css file and have it parse it for me.
For example in my css file I could put delimiting comments:
/*FLOCK RULES FOLLOW */
.bigBold {}
.smallRed {}
/*END FLOCK RULES */
Then in the blogging tool the drop down box would automatically let me apply the "bigBold" class to a part of my post.