You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BBEdit Talk
Markdown focused applications like iA Writer, Marked2 and Ulysses have an Edit Menu item 'Copy as HTML'. I find it handy when creating WordPress content. Unfortunately, for my purposes, BBEdit's Edit menu's 'Copy as Styled HTML' outputs more complex text. Can someone suggest an easy way to copy markdown as basic HTML in BBEdit?
Rick Gordon
unread,
Nov 8, 2022, 6:14:19 AM11/8/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bbe...@googlegroups.com
I suspect that the information on this page, referring to the
python3-markdown utility, could be used, along with BBEdit's ability to
run terminal commands and/or text filters.
___________________________________________
RICK GORDON
EMERALD VALLEY GRAPHICS AND CONSULTING
___________________________________________
WWW: http://www.shelterpub.com
Rich Siegel
unread,
Nov 8, 2022, 6:57:15 AM11/8/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BBEdit Talk
"Copy as Styled HTML" is intended for copying an HTML representation of the actual text displayed in the editing area, e.g. for including the syntax-colored text as a code example in a web page.
When used with a Markdown document, the "Export as HTML" command on the File menu will export the same HTML that is used for previewing.
R.
Neil Faiman
unread,
Nov 8, 2022, 7:33:12 AM11/8/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
When used with a Markdown document, the "Export as HTML" command on the File menu will export the same HTML that is used for previewing.
Is that functionality accessible through AppleScript?
Greg Raven
unread,
Nov 8, 2022, 10:18:56 AM11/8/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BBEdit Talk
The obvious answer is to copy the Markdown and paste it into WordPress. WordPress will convert it to it's own special format(s), and then your should be good to go.
If you insist on using HTML for WordPress, Daring Fireball offers a BBEdit plugin that converts Markdown to HTML.