An open API service indexing awesome lists of open source software.

https://github.com/wonsong/stone

Send To OneNote Extension for Visual Studio Code
https://github.com/wonsong/stone

onenote visualstudiocode

Last synced: 6 months ago
JSON representation

Send To OneNote Extension for Visual Studio Code

Awesome Lists containing this project

README

          

# Project S.T.O.N.E, Send To OneNote Extension

You get two commands with this extension:

* Send current document to OneNote
* Send current selection to OneNote

Once you make a selection, a browser window will open, and ask you to grant permission to this extension to create OneNote documents on your behalf.
Then, I used localhost server to redirect authorization, and finish calling the OneNote API.

If you have a better solution, you are more than welcomed to suggest and contribute to this project at https://github.com/WonSong/STONE.

Thanks!

## Features

* Send code snippets or entire page to OneNote with syntax highligting.
* Use Markdown to write documents and send to OneNote.

## Requirements

N/A

## Extension Settings

To be provided`

* `stone.theme.fontFamily`: Select font family of the code snippet
* `stone.theme.fontSize`: Set the font size of code snippets
* Code snippet styles are fully customizable!

## Known Issues

This was a one and a half day project to improve my productivity. There may be lots of issues.
If you face issues, please open a bug at https://github.com/WonSong/STONE/issues

## Release Notes

### 0.1.0

Initial release.

-----------------------------------------------------------------------------------------------------------