Re: Markdown (.md) file to HTML

2014-06-10 Thread Stede Troisi
Thanks. I will check it out.

On Monday, June 9, 2014 2:58:03 AM UTC-4, Jan Erik Moström wrote:

 If you find yourself working with markdown in various programs I 
 recommend that you take a look at Marked which can generate various 
 outputs very easily. 

 On Mon, Jun 9, 2014 at 12:21 AM, Stede Troisi st...@trolieb.com 
 javascript: wrote: 
  Thank you for your help. 
  
  
  On Sunday, June 8, 2014 5:14:07 PM UTC-4, Grant Hutchinson wrote: 
  
  
  On 2014-06-08, at 2:23 PM, Stede Troisi wrote: 
  
   I want to write a markdown file in BBEdit, then (hopefully) press a 
   button and get an HTML generated document from the .md file. I know 
 you can 
   preview markdown in a browser, but I don't know how to generate it. 
  
  File  Export as HTML... 
  
  Unfortunately, you will still need to wrap the generated HTML with a 
 basic 
  document structure, for example: 
  
  !DOCTYPE html 
  html lang=en 
  head 
  meta charset=utf-8 / 
  titleUntitled/title 
  /head 
  body 
  
  [...] 
  
  /body 
  /html 
  
  
  
  g. 
  
  .. 
  
  
  Grant Hutchinson 
  
  Interface Considerations. Feature Deprecation. Typography. Rawk. 
  
  http://splorp.com 
  http://flickr.com/splorp 
  http://github.com/splorp 
  http://twitter.com/splorp 
  
  
  
  -- 
  This is the BBEdit Talk public discussion group. If you have a 
  feature request or would like to report a problem, please email 
  sup...@barebones.com javascript: rather than posting to the group. 
  Follow @bbedit on Twitter: http://www.twitter.com/bbedit 
  
  --- 
  You received this message because you are subscribed to the Google 
 Groups 
  BBEdit Talk group. 
  To unsubscribe from this group and stop receiving emails from it, send 
 an 
  email to bbedit+un...@googlegroups.com javascript:. 
  To post to this group, send email to bbe...@googlegroups.com 
 javascript:. 


-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Markdown (.md) file to HTML

2014-06-09 Thread Jan Erik Moström
If you find yourself working with markdown in various programs I
recommend that you take a look at Marked which can generate various
outputs very easily.

On Mon, Jun 9, 2014 at 12:21 AM, Stede Troisi st...@trolieb.com wrote:
 Thank you for your help.


 On Sunday, June 8, 2014 5:14:07 PM UTC-4, Grant Hutchinson wrote:


 On 2014-06-08, at 2:23 PM, Stede Troisi wrote:

  I want to write a markdown file in BBEdit, then (hopefully) press a
  button and get an HTML generated document from the .md file. I know you can
  preview markdown in a browser, but I don't know how to generate it.

 File  Export as HTML...

 Unfortunately, you will still need to wrap the generated HTML with a basic
 document structure, for example:

 !DOCTYPE html
 html lang=en
 head
 meta charset=utf-8 /
 titleUntitled/title
 /head
 body

 [...]

 /body
 /html



 g.

 ..


 Grant Hutchinson

 Interface Considerations. Feature Deprecation. Typography. Rawk.

 http://splorp.com
 http://flickr.com/splorp
 http://github.com/splorp
 http://twitter.com/splorp



 --
 This is the BBEdit Talk public discussion group. If you have a
 feature request or would like to report a problem, please email
 supp...@barebones.com rather than posting to the group.
 Follow @bbedit on Twitter: http://www.twitter.com/bbedit

 ---
 You received this message because you are subscribed to the Google Groups
 BBEdit Talk group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to bbedit+unsubscr...@googlegroups.com.
 To post to this group, send email to bbedit@googlegroups.com.

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Markdown (.md) file to HTML

2014-06-09 Thread Rick Yentzer
Marked has several export options. Nice program to have alongside BBEdit

On Monday, June 9, 2014 2:58:03 AM UTC-4, Jan Erik Moström wrote:

 If you find yourself working with markdown in various programs I 
 recommend that you take a look at Marked which can generate various 
 outputs very easily. 

 On Mon, Jun 9, 2014 at 12:21 AM, Stede Troisi st...@trolieb.com 
 javascript: wrote: 
  Thank you for your help. 
  
  
  On Sunday, June 8, 2014 5:14:07 PM UTC-4, Grant Hutchinson wrote: 
  
  
  On 2014-06-08, at 2:23 PM, Stede Troisi wrote: 
  
   I want to write a markdown file in BBEdit, then (hopefully) press a 
   button and get an HTML generated document from the .md file. I know 
 you can 
   preview markdown in a browser, but I don't know how to generate it. 
  
  File  Export as HTML... 
  
  Unfortunately, you will still need to wrap the generated HTML with a 
 basic 
  document structure, for example: 
  
  !DOCTYPE html 
  html lang=en 
  head 
  meta charset=utf-8 / 
  titleUntitled/title 
  /head 
  body 
  
  [...] 
  
  /body 
  /html 
  
  
  
  g. 
  
  .. 
  
  
  Grant Hutchinson 
  
  Interface Considerations. Feature Deprecation. Typography. Rawk. 
  
  http://splorp.com 
  http://flickr.com/splorp 
  http://github.com/splorp 
  http://twitter.com/splorp 
  
  
  
  -- 
  This is the BBEdit Talk public discussion group. If you have a 
  feature request or would like to report a problem, please email 
  sup...@barebones.com javascript: rather than posting to the group. 
  Follow @bbedit on Twitter: http://www.twitter.com/bbedit 
  
  --- 
  You received this message because you are subscribed to the Google 
 Groups 
  BBEdit Talk group. 
  To unsubscribe from this group and stop receiving emails from it, send 
 an 
  email to bbedit+un...@googlegroups.com javascript:. 
  To post to this group, send email to bbe...@googlegroups.com 
 javascript:. 


-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Markdown (.md) file to HTML

2014-06-08 Thread Stede Troisi
I want to write a markdown file in BBEdit, then (hopefully) press a button 
and get an HTML generated document from the .md file. I know you can 
preview markdown in a browser, but I don't know how to generate it.

Thanks

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Markdown (.md) file to HTML

2014-06-08 Thread Grant Hutchinson

On 2014-06-08, at 2:23 PM, Stede Troisi wrote:

 I want to write a markdown file in BBEdit, then (hopefully) press a button 
 and get an HTML generated document from the .md file. I know you can preview 
 markdown in a browser, but I don't know how to generate it.

File  Export as HTML...

Unfortunately, you will still need to wrap the generated HTML with a basic 
document structure, for example:

!DOCTYPE html
html lang=en
head
meta charset=utf-8 /
titleUntitled/title
/head
body

[...]

/body
/html



g.

..


Grant Hutchinson

Interface Considerations. Feature Deprecation. Typography. Rawk.

http://splorp.com
http://flickr.com/splorp
http://github.com/splorp
http://twitter.com/splorp



-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.