<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>MarsEdit - Red Sweater Forums</title>
      <link>http://www.red-sweater.com/forums/categories/marsedit/p6/feed.rss</link>
      <pubDate>Sat, 25 May 13 19:20:57 -0400</pubDate>
         <description>MarsEdit - Red Sweater Forums</description>
   <language>en-CA</language>
   <atom:link href="/forums/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Change starting Post status to draft rather than published</title>
      <link>http://www.red-sweater.com/forums/discussion/2312/change-starting-post-status-to-draft-rather-than-published</link>
      <pubDate>Thu, 30 Aug 2012 04:40:57 -0400</pubDate>
      <dc:creator>Flaneur</dc:creator>
      <guid isPermaLink="false">2312@/forums/discussions</guid>
      <description><![CDATA[Hi,<br />How can I change the Post status to automatically be draft unless I change it to published rather than the other way round? I have looked in the preferences and not fond an option. I would prefer it this way round so that there has to be a definite decision to publish. Thanks]]></description>
   </item>
   <item>
      <title>AppleScript cannot save new posts/documents</title>
      <link>http://www.red-sweater.com/forums/discussion/2189/applescript-cannot-save-new-postsdocuments</link>
      <pubDate>Sat, 17 Mar 2012 17:04:31 -0400</pubDate>
      <dc:creator>nik</dc:creator>
      <guid isPermaLink="false">2189@/forums/discussions</guid>
      <description><![CDATA[When I create a post via AppleScript, I cannot save it and close it. Close works fine, but then it prompts to save. If I send a "save" handler, it doesn't save and the script hangs until it times out. I'm trying to make a large series of posts at once to migrate a blog from one platform to another, so having close and save work properly is key.<br /><br />Here is an example script. It does the same thing for any save command or "close with saving".<br /><br /><pre><code><br />tell application &quot;MarsEdit&quot;<br />	set myBlog to blog &quot;Foo&quot;<br />	make new document<br />	tell document 1<br />		set title to &quot;Bar&quot;<br />		set body to &quot;Baz&quot;<br />		set current blog to myBlog<br />		save<br />		close<br />	end tell<br />end tell<br /></code></pre>]]></description>
   </item>
   <item>
      <title>img links - media markup template</title>
      <link>http://www.red-sweater.com/forums/discussion/2310/img-links-media-markup-template</link>
      <pubDate>Sun, 26 Aug 2012 13:36:50 -0400</pubDate>
      <dc:creator>jem</dc:creator>
      <guid isPermaLink="false">2310@/forums/discussions</guid>
      <description><![CDATA[I need to ask about how ME uses the templates for image links. I wanted a custom flickr link, that is I wanted to style the content a bit using CSS so I made a template that looks like this (with added spaces so it displays here)<br /><br />&lt; div class="flickrimage"&gt;&lt; img src="#fileurl#" height="#imgheight#" width="#imgwidth#" alt="#displayname#"&gt;&lt; p&gt; #displayname#&lt; /p&gt;<br /><br />What I get is<br /><br />&lt; div class="flickrimage"&gt;&lt; a href="xxxxxx" title="yyyyyy"&gt;&lt; img alt="zzzzzz" width="500" src="aaaaaa" height="334" / &gt;&lt; /a&gt;&lt; p&gt; gggggg&lt; /p&gt;&lt; /div&gt;<br /><br />The interesting part for me is the "/ &gt;" ending of img tag. Why is that inserted? As far as I understand, http://www.w3.org/TR/html4/struct/objects.html#h-13.2, there shouldn't be a '/' before the closing '&gt;' here.]]></description>
   </item>
   <item>
      <title>When I click &quot;Preview&quot; the Preview window is blank</title>
      <link>http://www.red-sweater.com/forums/discussion/2311/when-i-click-preview-the-preview-window-is-blank</link>
      <pubDate>Mon, 27 Aug 2012 14:43:56 -0400</pubDate>
      <dc:creator>Frauenfelder</dc:creator>
      <guid isPermaLink="false">2311@/forums/discussions</guid>
      <description><![CDATA[The Preview function was working for me. Then it worked intermittently for a couple of weeks. Now it doesn't work at all. Quit and restart doesn't help. I trashed the database file in the Library folder, too. Still no joy.]]></description>
   </item>
   <item>
      <title>Formatting of images</title>
      <link>http://www.red-sweater.com/forums/discussion/2307/formatting-of-images</link>
      <pubDate>Wed, 22 Aug 2012 22:23:58 -0400</pubDate>
      <dc:creator>mhoffman2001</dc:creator>
      <guid isPermaLink="false">2307@/forums/discussions</guid>
      <description><![CDATA[I'm coming from Windows LiveWriter, and really want MarsEdit to be my Wordpress blogging platform on my Mac - it's the best I've found out there. However, the single biggest feature I miss from LiveWriter is the image formatting. <br /><br />In LiveWriter, I bring in an image (say 1200 pixels wide) and tell LiveWriter to format it 600 pixels wide. Perhaps I may even add something like a drop shadow or other border effect. Then, the full res image is uploaded, but displayed in my blog post at the reformatted size. When a visitor to the blog clicks the image, it opens into the full size view (default is to view as a page, but I have my blog configured to use slim box).<br /><br />With Marsedit, if I tell it 600 pixels in Media manager, that's all I get, no interactive larger view. If I tell it 1200 pixels, I get a 1200 pixel wide image in my post that bleeds over into the sidebars.<br /><br />Am I doing it wrong? At this point, all I can do is set it to upload at 1200 pixels, then go to my Wordpress blog and edit the post online to resize the image and insert the handling code to open the image on click... it would almost be easier to write the post directly in Wordpress...<br /><br />I look forward to being shown the "right" way :-) Thanks in advance...<br /><br />mh++ ]]></description>
   </item>
   <item>
      <title>Flickr &quot;Insert Photo Size&quot; Randomly Unavailable</title>
      <link>http://www.red-sweater.com/forums/discussion/2308/flickr-insert-photo-size-randomly-unavailable</link>
      <pubDate>Fri, 24 Aug 2012 19:31:48 -0400</pubDate>
      <dc:creator>dixonge</dc:creator>
      <guid isPermaLink="false">2308@/forums/discussions</guid>
      <description><![CDATA[I have double-checked the uploads to Flickr. Entire set uploaded at 1024. But when inserting into a post, many of the images do not allow changes in photos size. The option is simply greyed out.<br /><br />Today is the first time I have seen this issue. This feature has worked for weeks now before today.<br /><br />Any ideas why this would start happening?]]></description>
   </item>
   <item>
      <title>Feature Request - Full AtomPub Capability (IBM Connections)</title>
      <link>http://www.red-sweater.com/forums/discussion/2269/feature-request-full-atompub-capability-ibm-connections</link>
      <pubDate>Fri, 08 Jun 2012 13:15:07 -0400</pubDate>
      <dc:creator>Philozopher</dc:creator>
      <guid isPermaLink="false">2269@/forums/discussions</guid>
      <description><![CDATA[I currently use MarsEdit for my Blogs, but I see that it has the potential to be used to edit practically anything in IBM Connections because its primary API is AtomPub. At a minimum, I would LOVE it if I could edit Wikis in MarsEdit because that would be a huge benefit to my workflow with local saves until I'm ready to release Wiki updates. <br /><br />IBM connections has many different "applications", and if ME could be configured to connect to a "site" rather than an individual Blog, I would be able to use it as my primary IBM Connections Editor. This would make it unique among all software that I am aware of on OS X, Windows, and Linux. The only thing that even comes close is the Mobile Connections application developed and released by IBM.<br /><br />You can read all about the Connections APIs at the following link:<br /><br /><a href="http://www-10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connections_API_overview_ic301" target="_blank" rel="nofollow">http://www-10.lotus.com/ldd/lcwiki.nsf/dx/IBM_Connections_API_overview_ic301</a><br /><br />Regards,<br />Dave<br />]]></description>
   </item>
   <item>
      <title>Removing Old Published Media?</title>
      <link>http://www.red-sweater.com/forums/discussion/2295/removing-old-published-media</link>
      <pubDate>Mon, 23 Jul 2012 10:52:37 -0400</pubDate>
      <dc:creator>::Lisa::</dc:creator>
      <guid isPermaLink="false">2295@/forums/discussions</guid>
      <description><![CDATA[Let me explain, I've been using MarsEdit for the past 8 months for a blogger blog I had on my own domain. I've now switched from Blogger to Wordpress but the domain name remains the same. When I switched, all I had to do in MarsEdit was to re-fetch my blog information and it correctly switched over the settings for me. Therefore, although the same account, Blogger settings have been completely written over by Wordpress settings (which was what I wanted).<br /><br />I now need to edit some of my posts and move across my photos so they're not on Blogger's server. I've started uploading the photos already to my Wordpress media area and I intended on using MarsEdit ,for ease of use refreshing, to edit my posts with the Wordpress images rather than Blogger image links.<br /><br />However, when in MarsEdit when viewing media that is already published under the correct account, it doesn't show me the Wordpress uploaded content but only Bloggers photos I've uploaded in the past. Is there any way to remove this content from still showing? Obviously, I'd prefer it to show the Wordpress content now instead.<br /><br />I've tried refreshing and quitting, etc but it still shows it.<br /><br />Thanks in advance,<br />-Lisa.]]></description>
   </item>
   <item>
      <title>Feature Request: Expanded Status Options</title>
      <link>http://www.red-sweater.com/forums/discussion/2301/feature-request-expanded-status-options</link>
      <pubDate>Thu, 09 Aug 2012 07:56:41 -0400</pubDate>
      <dc:creator>dixonge</dc:creator>
      <guid isPermaLink="false">2301@/forums/discussions</guid>
      <description><![CDATA[I just added the 'Edit Flow' plugin, and part of what it does is add additional status options (Assigned, In Progress, etc.) - MarsEdit does not seem to see these. I am guessing that you have hard-coded Published and Draft status options. But as it stands now, if I use the Edit Flow calendar, schedule a post and assign it to a writer, MarsEdit will no longer see that post unless I leave it in the draft status.<br /><br />What chance is there that you could 'pull' the status from WordPress?]]></description>
   </item>
   <item>
      <title>Is there a way to force MarsEdit to backup all posts?</title>
      <link>http://www.red-sweater.com/forums/discussion/2300/is-there-a-way-to-force-marsedit-to-backup-all-posts</link>
      <pubDate>Wed, 08 Aug 2012 10:14:28 -0400</pubDate>
      <dc:creator>sgmiller</dc:creator>
      <guid isPermaLink="false">2300@/forums/discussions</guid>
      <description><![CDATA[I seem to have only a partial set of my posts in my Backup folder and going back only to April 2011 although I have posts since 2007. I was wondering if there was a way to force the program to create a complete set if backups. If not, this would be a VERY helpful feature.]]></description>
   </item>
   <item>
      <title>Feature request: LJ ScrapBook</title>
      <link>http://www.red-sweater.com/forums/discussion/1135/feature-request-lj-scrapbook</link>
      <pubDate>Sat, 28 Mar 2009 05:53:05 -0400</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">1135@/forums/discussions</guid>
      <description><![CDATA[I would really love if MarsEdit supported LiveJournal's ScrapBook service for uploading pictures. I have a somewhat image heavy journal and this would save me so much work!<br /><br />I would buy a copy of MarsEdit in a heartbeat if this were the case.<br /><br />Thanks for your time. :)]]></description>
   </item>
   <item>
      <title>I wrote in Markdown, I sent Markdown, I told it to use Markdown, but now it&#039;s HTML</title>
      <link>http://www.red-sweater.com/forums/discussion/2114/i-wrote-in-markdown-i-sent-markdown-i-told-it-to-use-markdown-but-now-its-html</link>
      <pubDate>Mon, 19 Dec 2011 11:16:34 -0500</pubDate>
      <dc:creator>luomat</dc:creator>
      <guid isPermaLink="false">2114@/forums/discussions</guid>
      <description><![CDATA[I have "Text Filter" under "Server Options" set to "Markdown" in the "Compose" window.<br /><br />In the settings for the blog, I have "Preview Defaults - Preview Text Filter" set to "Markdown" and I have "Post Editor - Server Text Filter" set to Markdown.<br /><br />When I send the post to Squarespace, it ends up as Markdown, but MarsEdit shows it in HTML.<br /><br />How do I preserve my lovely Markdown?<br /><br />p.s - HTML drools, Markdown rules.]]></description>
   </item>
   <item>
      <title>Custom fields not saved by Wordpress</title>
      <link>http://www.red-sweater.com/forums/discussion/1921/custom-fields-not-saved-by-wordpress</link>
      <pubDate>Sun, 29 May 2011 08:06:30 -0400</pubDate>
      <dc:creator>macography</dc:creator>
      <guid isPermaLink="false">1921@/forums/discussions</guid>
      <description><![CDATA[Hello, <br /><br />I'm trying to troubleshoot an issue that I am having when posting to Wordpress using ME. I have installed "All in One SEO" and added three custom fields to the ME blog settings: _aioseop_title, _aioseop_description, _aioseop_keywords. <br /><br />After I publish a new post to WP with the aforementioned custom fields filled out, two things happen: <br /><br />1. The custom fields don't appear in WP<br />2. If I double-click the post just published, the custom fields that I populated only a couple of minutes before are empty. <br /><br />One thing that I have noticed is that if I fill out those fields from the WP web interface and sync the blog in ME, the custom fields content becomes visible in ME. It looks like as if ME has a problem communicating with WP. <br /><br />Looking at the Network Log in ME I can see that: <br /><br />- The custom fields are being sent to WP:<br /><br />key<br />			_aioseop_title<br />			<br />			<br />			value<br />			Bla bla bla<br />			<br />...<br /><br />- Looking at the server response, I can't see any reference to thee custom fields at all. <br /><br />Some additional information<br />- The "All in One SEO" is enabled in WP<br />- I have also reproduced the same behavior with "Yoast SEO plugin" which would suggest that the issue is not with the plugin itself. <br /><br />I am not 100% sure that this is an ME issue at this point. I am trying to narrow the problem down somehow. Maybe the problem is simpler than I think... Any help appreciated. <br /><br />Best regards, <br />Ricky<br />]]></description>
   </item>
   <item>
      <title>Mountain Lion Support?</title>
      <link>http://www.red-sweater.com/forums/discussion/2288/mountain-lion-support</link>
      <pubDate>Sat, 14 Jul 2012 08:42:30 -0400</pubDate>
      <dc:creator>Fahim</dc:creator>
      <guid isPermaLink="false">2288@/forums/discussions</guid>
      <description><![CDATA[Just upgraded to Mountain Lion GM seed and tried launching MarsEdit and it immediately crashes. I realize that Mountain Lion isn't yet out and MarsEdit might not support ML yet but just wanted to check if this was the case or if this was a known issue which is curently being worked on?]]></description>
   </item>
   <item>
      <title>Two-Factor Authentication</title>
      <link>http://www.red-sweater.com/forums/discussion/2296/two-factor-authentication</link>
      <pubDate>Fri, 27 Jul 2012 13:07:59 -0400</pubDate>
      <dc:creator>kapurcell</dc:creator>
      <guid isPermaLink="false">2296@/forums/discussions</guid>
      <description><![CDATA[Any chance you might support 2-factor authentication or do you now? If so, how can I turn it on.]]></description>
   </item>
   <item>
      <title>Wordpress I can not configure any of the blog</title>
      <link>http://www.red-sweater.com/forums/discussion/2294/wordpress-i-can-not-configure-any-of-the-blog</link>
      <pubDate>Sat, 21 Jul 2012 11:58:34 -0400</pubDate>
      <dc:creator>Forloc</dc:creator>
      <guid isPermaLink="false">2294@/forums/discussions</guid>
      <description><![CDATA[Hi, Wordpress 3.4.1 - I can not configure any of the blog at url <a href="http://lambertini.net/diab/" target="_blank" rel="nofollow">http://lambertini.net/diab/</a> , Thank]]></description>
   </item>
   <item>
      <title>Editing with Espresso</title>
      <link>http://www.red-sweater.com/forums/discussion/2292/editing-with-espresso</link>
      <pubDate>Tue, 17 Jul 2012 14:30:05 -0400</pubDate>
      <dc:creator>dennistoun</dc:creator>
      <guid isPermaLink="false">2292@/forums/discussions</guid>
      <description><![CDATA[When editing with Espresso, the post I am working on does not update after saving the file and closing the window.  Text Mate and Test Wrangler work just fine, but I prefer Espresso.  <br /><br />Anybody else had this problem?]]></description>
   </item>
   <item>
      <title>some features I&#039;d like to see</title>
      <link>http://www.red-sweater.com/forums/discussion/2290/some-features-id-like-to-see</link>
      <pubDate>Sat, 14 Jul 2012 22:04:47 -0400</pubDate>
      <dc:creator>htmljenn</dc:creator>
      <guid isPermaLink="false">2290@/forums/discussions</guid>
      <description><![CDATA[I've been using MarsEdit for several years now, and it seems to be the best offline blog editor out there. Congratulations. <br /><br />However, there are some features that would make it work a lot better for me:<br /><br />* special characters - I couldn't find any way to insert them. I LOVE the WordPress special characters bar so that I can add things like &#8212; (em dash) and non-english characters like &euml; (ë) without having to remember the HTML codes for them.<br /><br />* wider full screen mode - I wish full screen was really that, but all I get is a narrow column taking up the full height and width. It's nice that everything else is hidden, but it still doesn't use the real estate available effectively<br /><br />* customizable edit menu - It would be cool to be able to put the tags and codes that I use the most in the edit menu, so that I can access them quickly. <br /><br />* better error messages - when I typo'd the xmlrpc location, I got a message saying that there was a 404. But not for what. I ended up on a Japanese site translated by my browser to tell me where to look for the problem. And when I input my self-hosted WordPress blog, it just said it couldn't auto determine the settings. <br /><br />* but why couldn't it? - the xmlrpc.php in all my blogs is in the same place (the root directory). How hard would it be to make an educated guess about the file being in the root of my URL and the blog ID being 1, and then if those facts aren't true, THEN making me fill in the fields myself. <br /><br />* an option to NOT store my passwords in the keychain - some of my blogs I don't want automatically grabbed, I just want to fill in the password every time - yes tedious, but much more secure, especially on a laptop that could easily be stolen. <br /><br />* password protection on MarsEdit directly - this would also solve the above problem. If I could lock down the entire program behind a password, I wouldn't worry as much about the passwords in the keychain. <br /><br />That's probably enough. :-) And if it already does any of these things, I'd love to know, so that I can improve how I use MarsEdit.<br /><br />Again, thanks for all that you do, I do love your program, and think it's a great offline blog editor. I would love to see it get even better.]]></description>
   </item>
   <item>
      <title>Tumblr: Post date/time changes to now when updating a post</title>
      <link>http://www.red-sweater.com/forums/discussion/2289/tumblr-post-datetime-changes-to-now-when-updating-a-post</link>
      <pubDate>Sat, 14 Jul 2012 10:06:43 -0400</pubDate>
      <dc:creator>willhains</dc:creator>
      <guid isPermaLink="false">2289@/forums/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I noticed that when I make an edit to a post, for example to add an "Update:" at the end of the article with new information, the post date on Tumblr is updated and it jumps to the top of my blog. This is never what I want to happen and I end up having to go to Tumblr to update the post date directly.<br /><br />Is this a limitation of Tumblr's 3rd-party API, or a setting I couldn't find in MarsEdit?<br /><br />Cheers,<br />Will.]]></description>
   </item>
   <item>
      <title>Request:  Newsletter post selection</title>
      <link>http://www.red-sweater.com/forums/discussion/2287/request-newsletter-post-selection</link>
      <pubDate>Fri, 13 Jul 2012 09:38:05 -0400</pubDate>
      <dc:creator>whitetoque</dc:creator>
      <guid isPermaLink="false">2287@/forums/discussions</guid>
      <description><![CDATA[Daniel,<br /><br />I wonder if it would be possible with MarsEdit to:<br />- Select posts<br />- Concatenate selected posts into a newsletter format<br /><br />I think it would be possible to script most of this, but I don't seem to be able to select a group of posts.<br /><br />Keith Lockhart]]></description>
   </item>
   <item>
      <title>Just purchased-features</title>
      <link>http://www.red-sweater.com/forums/discussion/2257/just-purchased-features</link>
      <pubDate>Fri, 25 May 2012 14:43:08 -0400</pubDate>
      <dc:creator>jamiebd</dc:creator>
      <guid isPermaLink="false">2257@/forums/discussions</guid>
      <description><![CDATA[Hi, I just purchased MarsEdit, and I'm kind of surprised by a couple of things.<br /><br />1) The inability to edit or size an image within the edit page. Ya, I see that you can resize the image within the Media Manager window. But I can see having to go back and forth trying different sizes till I get the image the size I want. I figured I'd be able to right click on the image in the Post window and do a resize there. Would also be nice if I could do some basic editing like crop. <br /><br />2) The inability to Wrap text around a image.  That you can only place an image in line with the text, but not have the text wrap around the image was kind of disappointing. <br /><br />3) Also with images, no ability to upload a thumbnail and have it display a larger image when you click on it. I do a far amount of technical blogs with screenshot, and really need to have the ability for the reader to click on the image in the post and see the image larger. <br /><br />4) In the Post section, I know that can't be total "what you see, is what you get", but it would be nice if you could at least set the width so it's the same as what your blog is. <br /><br /><br />Overall, after all the buzz that I read about MarsEdit on line, I has to say that I'm really disappointed in the features that it's lacking. I have a feeling that I'm going to end up using MarsEdit to "rough out" my posts, and then have to go to SquareSpaces online, web-based tools to get my post to look how I want them to look.  <br /><br /><br />I honestly was expecting more. <br /><br /><br />As I said, I just purchased MarsEdit within the past couple of days, so hopefully, some of this is just operator error, or my inability to find things in the menus.  I hope so. <br /><br /><br />Thanks<br /><br /><br /><br /><br /><br />]]></description>
   </item>
   <item>
      <title>Joomla 1.5 Installation w. Mars Edit</title>
      <link>http://www.red-sweater.com/forums/discussion/2285/joomla-1-5-installation-w-mars-edit</link>
      <pubDate>Wed, 11 Jul 2012 08:09:11 -0400</pubDate>
      <dc:creator>ollimuc</dc:creator>
      <guid isPermaLink="false">2285@/forums/discussions</guid>
      <description><![CDATA[Hi there!<br /><br />I'm looking for a simple desktop solution to feed one of my Joomla websites with text on a daily basis for a blog. It seems like MarsEdit is the only possible solution on a Mac running Lion. But: Joomla isn't supported out-of-the-box. <br /><br />I did find a few discussion concering how to make MarsEdit run with Joomla, but most threads were rather old. So, here's my question: Can anyone give me any helpful pointers on how to make this combination work?<br /><br />Looking forward to any input!<br /><br />Ollie]]></description>
   </item>
   <item>
      <title>Movable Type and custom fields?</title>
      <link>http://www.red-sweater.com/forums/discussion/2227/movable-type-and-custom-fields</link>
      <pubDate>Fri, 20 Apr 2012 04:30:49 -0400</pubDate>
      <dc:creator>JeroenSangers</dc:creator>
      <guid isPermaLink="false">2227@/forums/discussions</guid>
      <description><![CDATA[I am trying out MarsEdit for my Movable Type blogs, and so far am very happy. The only thing I haven't been able to get to work are the custom fields. Does it work at all for MT? If so, how exactly do I have to configure it?]]></description>
   </item>
   <item>
      <title>How can I have my images always &quot;upload with post&quot;</title>
      <link>http://www.red-sweater.com/forums/discussion/2283/how-can-i-have-my-images-always-upload-with-post</link>
      <pubDate>Thu, 05 Jul 2012 12:35:24 -0400</pubDate>
      <dc:creator>AndrewWarner</dc:creator>
      <guid isPermaLink="false">2283@/forums/discussions</guid>
      <description><![CDATA[Every time I add an image to a post, I get the exact same dialog box. And every time I see that dialog box, I make the same exact selection.<br /><br />Is there any way to make that selection my default?<br /><br />I just want my images to always upload with my blog post so I can avoid being interrupted by the dialog box.]]></description>
   </item>
   <item>
      <title>edit specific post ID?</title>
      <link>http://www.red-sweater.com/forums/discussion/2282/edit-specific-post-id</link>
      <pubDate>Fri, 29 Jun 2012 10:12:09 -0400</pubDate>
      <dc:creator>zenfish</dc:creator>
      <guid isPermaLink="false">2282@/forums/discussions</guid>
      <description><![CDATA[Is it possible to get a specific post ID within wordpress without loading the entire body of posts leading up to the old post with refresh?  For instance I've &gt; 50k posts and I wanted to edit postid 4777 - it's a bit impractical to set the wayback machine to grab the last 46000 posts, but it'd be simple to type in the postid (or have a search function that you could type in a title and it'd just keep searching until it exhausted all possibilities or found the match you're looking for, something like apple's spotlight/find feature.)<br /><br />Thanks for any suggestions.]]></description>
   </item>
   <item>
      <title>RAW images</title>
      <link>http://www.red-sweater.com/forums/discussion/2281/raw-images</link>
      <pubDate>Thu, 28 Jun 2012 10:29:55 -0400</pubDate>
      <dc:creator>Cams</dc:creator>
      <guid isPermaLink="false">2281@/forums/discussions</guid>
      <description><![CDATA[Am I correct in assuming that Mars Edit can't render RAW images for posting from Lightroom? All it seems to see is a thumbnail. If this is the case, is there a plug-in for Mars Edit to enable it to read and post RAW files?]]></description>
   </item>
   <item>
      <title>Markdown preview?</title>
      <link>http://www.red-sweater.com/forums/discussion/2280/markdown-preview</link>
      <pubDate>Thu, 28 Jun 2012 10:28:38 -0400</pubDate>
      <dc:creator>Cams</dc:creator>
      <guid isPermaLink="false">2280@/forums/discussions</guid>
      <description><![CDATA[I'm into my first half hour of using Mars Edit as a newbie. It's hooked up to a self-hosted Wordpress installation. I tried writing a post in Markdown and publishing it. The preview didn't render the Markdown, nor did Wordpress. How do I get it to do that?]]></description>
   </item>
   <item>
      <title>When I create a new Local Post, where does that reside?</title>
      <link>http://www.red-sweater.com/forums/discussion/2268/when-i-create-a-new-local-post-where-does-that-reside</link>
      <pubDate>Tue, 05 Jun 2012 22:27:55 -0400</pubDate>
      <dc:creator>rbruning</dc:creator>
      <guid isPermaLink="false">2268@/forums/discussions</guid>
      <description><![CDATA[Can it be stored on Dropbox? I'd like to be able to start a blog post on one computer and finish it on another. I do this a lot in other programs where I save the document into Dropbox. I looked all over and can't seem to find a separate file. Is it saved within the application itself and can I use the above technique in any way?]]></description>
   </item>
   <item>
      <title>Tumblr Drafts and Queue? (and maybe video?)</title>
      <link>http://www.red-sweater.com/forums/discussion/2184/tumblr-drafts-and-queue-and-maybe-video</link>
      <pubDate>Sat, 10 Mar 2012 00:59:22 -0500</pubDate>
      <dc:creator>JustinLuey</dc:creator>
      <guid isPermaLink="false">2184@/forums/discussions</guid>
      <description><![CDATA[Is it possible to send posts to Tumblr as a draft or add it to your queue?<br /><br />And if not, will you be adding that feature?]]></description>
   </item>
   <item>
      <title>My posting with marsedit stays as concept on my blog (blogspot)</title>
      <link>http://www.red-sweater.com/forums/discussion/2279/my-posting-with-marsedit-stays-as-concept-on-my-blog-blogspot</link>
      <pubDate>Sun, 24 Jun 2012 05:04:10 -0400</pubDate>
      <dc:creator>davinakeyner</dc:creator>
      <guid isPermaLink="false">2279@/forums/discussions</guid>
      <description><![CDATA[Maybe somebody can help me? I have made a blog on blogspot a while ago, with my PC with livewriter. Now i have a new MacBook Air and i'm using marsedit now for posting on my blog. But when i've made a draft in marsedit and then posting it, there's nothing on my blog. But it is saved in blogspot as a concept.<br />Am i doing something wrong?]]></description>
   </item>
   </channel>
</rss>