Le vendredi 9 août 2013 13:19:01 UTC-4, SBD a écrit : > > I'm looking for a way to strip all codes (I want plain text) from things I > have copy/pasted into a word doc on my Mac. I understand this can be done > by using Notepad on PCs, but I'm not able to figure this out via my new > Mac. Any suggestions? Thanks! >
You might want to have a look at Pandoc. Pandoc is a Haskell <http://www.haskell.org/> library for converting from > one markup format to another, and a command-line tool that uses this > library. It can read markdown<http://daringfireball.net/projects/markdown/> > and > (subsets of) Textile > <http://redcloth.org/textile>,reStructuredText<http://docutils.sourceforge.net/docs/ref/rst/introduction.html> > , HTML <http://www.w3.org/TR/html40/>, LaTeX<http://www.latex-project.org/> > , MediaWiki markup <http://www.mediawiki.org/wiki/Help:Formatting>, and > DocBook > XML <http://www.docbook.org/>; and it can write plain text, > markdown<http://daringfireball.net/projects/markdown/> > , > reStructuredText<http://docutils.sourceforge.net/docs/ref/rst/introduction.html> > , XHTML <http://www.w3.org/TR/xhtml1/>, HTML 5<http://www.w3.org/TR/html5/> > , LaTeX <http://www.latex-project.org/> (including > beamer<http://www.tex.ac.uk/CTAN/macros/latex/contrib/beamer> slide > shows), ConTeXt <http://www.pragma-ade.nl/>, > RTF<http://en.wikipedia.org/wiki/Rich_Text_Format> > , DocBook XML <http://www.docbook.org/>, OpenDocument > XML<http://opendocument.xml.org/> > , ODT <http://en.wikipedia.org/wiki/OpenDocument>, Word > docx<http://www.microsoft.com/interop/openup/openxml/default.aspx> > , GNU Texinfo <http://www.gnu.org/software/texinfo/>,MediaWiki > markup<http://www.mediawiki.org/wiki/Help:Formatting> > , EPUB <http://www.idpf.org/> (v2 or v3), > FictionBook2<http://www.fictionbook.org/index.php/Eng:XML_Schema_Fictionbook_2.1> > , Textile <http://redcloth.org/textile>, groff > man<http://developer.apple.com/DOCUMENTATION/Darwin/Reference/ManPages/man7/groff_man.7.html> > pages, Emacs Org-Mode <http://orgmode.org/>, > AsciiDoc<http://www.methods.co.nz/asciidoc/>, > and Slidy <http://www.w3.org/Talks/Tools/Slidy/>, > Slideous<http://goessner.net/articles/slideous/> > , DZSlides <http://paulrouget.com/dzslides/>, or > S5<http://meyerweb.com/eric/tools/s5/> HTML > slide shows. It can also producePDF <http://www.adobe.com/pdf/> output on > systems where LaTeX is installed. > http://johnmacfarlane.net/pandoc/README.html Cheers -Emmanuel -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" 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 [email protected]. To post to this group, send email to [email protected].
