<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Clifton Molina</title>
    <description>The latest articles on DEV Community by Clifton Molina (@clifmo).</description>
    <link>https://dev.to/clifmo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F408397%2F2042e982-ad61-4962-b196-0db186c5b5f1.jpeg</url>
      <title>DEV Community: Clifton Molina</title>
      <link>https://dev.to/clifmo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/clifmo"/>
    <language>en</language>
    <item>
      <title>OneNote to Markdown</title>
      <dc:creator>Clifton Molina</dc:creator>
      <pubDate>Wed, 10 Jun 2020 09:00:00 +0000</pubDate>
      <link>https://dev.to/clifmo/word-to-markdown-2go8</link>
      <guid>https://dev.to/clifmo/word-to-markdown-2go8</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--uenoD-W7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/x6usjzcajkbdcu4wa5pu.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--uenoD-W7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/x6usjzcajkbdcu4wa5pu.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Convert OneNote to Markdown
&lt;/h2&gt;

&lt;p&gt;My current role at work involves writing lots and lots of documentation which I prefer to draft, for organization reasons, &lt;a href="https://onenote.com/"&gt;OneNote&lt;/a&gt;. The notebooks, tabs and cloud syncing features fit the bill for me and the Android app isn't half bad. The biggest gripe I have with OneNote, really the entire Microsoft Office suite in general, is lack of rich extensibility. I haven't looked into writing extensions myself, but the complete dearth of options that come up via a Google search suggests either, I'm the only person using OneNote or writing extensions is a chore not worth the effort.&lt;/p&gt;

&lt;p&gt;This really became a problem for me today when I needed to move my draft documents to the company Azure DevOps Server team wiki which uses &lt;a href="https://daringfireball.net/projects/markdown/"&gt;Markdown&lt;/a&gt;. Before giving up entirely and formatting Markdown by hand, I made one final attempt at my Google-Fu and settled for what I thought was an &lt;a href="https://word2md.com/"&gt;online-only option&lt;/a&gt;. This is less than ideal since I would need to pass proprietary company information through it, but proved worth the click as it contained a &lt;a href="https://github.com/benbalter/word-to-markdown"&gt;GitHub&lt;/a&gt; link at the bottom. What follows from here is a quick and dirty guide to setting up Word-To-Markdown on Windows… Big shout-out to &lt;a href="https://ben.balter.com/"&gt;Ben Balter&lt;/a&gt; for making this utility available!&lt;/p&gt;

&lt;h3&gt;
  
  
  Word2Markdown
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/benbalter/word-to-markdown"&gt;GitHub&lt;/a&gt; - &lt;a href="https://word2md.com/"&gt;Online&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Author&lt;/strong&gt; : Ben Balter, Senior Product Manager, GitHub&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blog Post&lt;/strong&gt; : &lt;a href="https://ben.balter.com/2012/10/19/we-ve-been-trained-to-make-paper/"&gt;We've Been Trained To Make Paper&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Dependencies
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Install &lt;a href="https://rubyonrails.org/"&gt;Ruby on Rails&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Install &lt;a href="https://www.libreoffice.org/"&gt;Libre Office&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Add soffice.exe to %PATH%&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Installation
&lt;/h4&gt;

&lt;p&gt;gem install word-to-markdown&lt;/p&gt;

&lt;h4&gt;
  
  
  Usage
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt;Generate documentation in OneNote&lt;/li&gt;
&lt;li&gt;Windows 10 users must open OneNote 2016, not the OneNote App&lt;/li&gt;
&lt;li&gt;File &amp;gt; Export to Word&lt;/li&gt;
&lt;li&gt;Open command prompt&lt;/li&gt;
&lt;li&gt;Type: w2m WordDoc.docx &amp;gt; Markdown.md&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
  </channel>
</rss>
