On Aug 7, 2009, at 3:07 AM, Andy C wrote:
>
> I like complete control of the HTML on my blog. So I type in raw HTML
>
> <p>
> I love Habari
> </p>
> <p>
> It doesn't get in my way and gives complete control to the user.
> </p>
>
> As long as I don't have a theme that uses
>
> Format::apply( 'autop', 'post_content_out' );
>
> all is well. WYSIWG. Just as it should be. Please don't second guess
> what I meant or what I wanted.
Absolutely agreed. It was actually one of the reasons I left
WordPress: I know HTML, and don't want "stupid" blog software second-
guessing me.
>
> However, I just noticed (or rather Michael noticed) that my Atom feed
> content is passed through autop() so both my blog readers get double
> paragraph spacing and occasional <br>'s thrown in for good measure.
> The end result looks crap.
>
> if ( !$this->is_auth() ) {
> Format::apply('autop', 'post_content_atom');
> }
>
> Is this a feature or a bug ?
I honestly would like to see us completely eliminate autop from core.
If users want to have linebreaks automatically added, they would have
two options:
1) Use a WYSIWYG plugin (yuck), but we do need to work on making a
really good one.
2) Use an "autop" plugin, which inserts the breaks for both the theme
and the ATOM feed.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/habari-dev
-~----------~----~----~----~------~----~------~--~---