Skip to content

Microsoft OneNote Add-in to save page as markdown file.

License

Notifications You must be signed in to change notification settings

qiuosier/Scorpio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Scorpio

Microsoft OneNote Add-in to save OneNote page as Markdown file.

This repository contains the source code generated by the Yo Office generator

This Add-in uses the Turndown Javascript package to convert the OneNote page to Markdown format.

Try It Out

The Add-in requires a web server. To run it locally:

  1. Clone this repository.

  2. Navigate into the Scorpio folder, which contains the package.json file.

    cd Scorpio
    
  3. Install dependencies.

    npm install
    
  4. Start the local web server.

    npm run dev-server
    
  5. In OneNote on the web, open a notebook and create a new page.

  6. Choose Insert > Office Add-ins to open the Office Add-ins dialog. Then select the MY ADD-INS tab to upload the manifest.xml in the Scorpio folder.

  7. In the Home tab, click on the Scorpio Markdown button in the ribbon. This will open the add-in task pane to show the markdown.

Debugging

This template supports debugging using any of the following techniques:

See also:

About

Microsoft OneNote Add-in to save page as markdown file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages