Closed (fixed)
Project:
Windows Live Writer BlogAPI
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2009 at 02:29 UTC
Updated:
26 Apr 2010 at 03:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
jrglasgow commentedare you suggesting that this feature is not working?
Comment #2
CSCharabaruk commentedIs it making the check somewhere other than _wlw_blogapi_filter_extra_code? This isn't the slug feature, but the "Split post" toolbar button feature that this takes care of.
The button inserts a comment
<!--more-->at the current cursor position when clicked (splitting paragraphs if necessary). But as Drupal uses<!--break-->for the same purpose instead, we need to map the former to the latter when saving a node. (We might want to map it back when WLW gets an already published node for editing, too.) It is to handle this situation, that this patch has been created.Comment #3
CSCharabaruk commentedUpdating the patch to round-trip the transformation. Now when opening a blog post in WLW,
<!--break-->gets turned into WLW's post splitter.Comment #4
CSCharabaruk commentedThis is working just fine with the 5.x backport, needs testing on 6.x however.
Comment #5
CSCharabaruk commentedHas this been tested on 6.x yet? I'm only running 5.x, so I can't test it myself right now.
Comment #6
jdleonardThis functionality appears to be present in the latest 6.x-1.x-dev release (2009-Nov-16).