How do I add the two lines to the template. I search harddrive for untitled.blog.markdown and no file was found. The following is what is in the Bundle editor:if [[ ! -f "$TM_NEW_FILE" ]]; thenTM_BLOG_TITLE=${TM_NEW_FILE_BASENAME%%.*} \TM_BLOG_HEADER=${TM_BLOG_ENDPOINT:+Blog: $TM_BLOG_ENDPOINT$'\n'} \TM_YEAR=`date +%Y` \TM_DATE=`date +%Y-%m-%d` \TM_ISO_DATE=`date +"%Y-%m-%d %H:%M:%S"` \TM_USERNAME=`niutil -readprop / /users/\$USER realname` \perl -pe 's/\$\{([^}]*)\}/$ENV{$1}/g' < untitled.blog.markdown > "$TM_NEW_FILE"fiThanks, LloydOn Dec 14, 2006, at 4:43 , Brett Terpstra wrote:
You can add this line to your untitled.blog.mardown file in the template to save yourself some time... I used to also add Status: Draft that way until I figured out how to use Ultimate Tag Warrior with Autotag through TextMate.BrettOn Dec 14, 2006, at 2:37 AM, Kevin Ballard wrote:I've gotten in the habit of always adding the Format: header, which tells the Blogging bundle explicitly what format it should tell the server the post is in. I don't know why, but it seems like the Post to Markdown template no longer actually posts as markdown without it.Basically, just add the lineFormat: markdownto the header of your post. If your blog supports it, you can also use things likeFormat: markdown smartypantsand other variations.On Dec 13, 2006, at 8:24 PM, Lloyd Williams wrote:Using the Post Blog Markdown templatePost to blog leaves the > tags in front of block quotes and # in from of headersI am posting while still in Markdown modeIf I convert to HTML everything disappears except for the title.To work around: I have been creating the post in Markdown converting to HTML and then manually cutting and pasting to a new doc in post blog markdown format.I must be doing something wrong this is not efficient. I seemed to work fine day before yesterday.Posting to Wordpress blog on my siteShould I be using Markdown or MultiMarkdown as language?Do I have to post to blog in HTML or shouldn't markdown work?--Kevin Ballard
______________________________________________________________________For new threads USE THIS: textmate@lists.macromates.com(threading gets destroyed and the universe will collapse if you don't)Brett Terpstra : Art DirectorCircle Six Design, Inc.111 Riverfront Dr, Suite 204..................................................p: 507.459.4398877.858.4332f: 1.866.540.3063..................................................
______________________________________________________________________For new threads USE THIS: textmate@lists.macromates.com(threading gets destroyed and the universe will collapse if you don't)______________________________________________________________________For new threads USE THIS: textmate@lists.macromates.com(threading gets destroyed and the universe will collapse if you don't)