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
- Host: GitHub
- URL: https://github.com/wonsong/stone
- Owner: WonSong
- Created: 2017-07-23T00:00:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T03:33:46.000Z (about 8 years ago)
- Last Synced: 2025-03-29T09:41:26.317Z (7 months ago)
- Topics: onenote, visualstudiocode
- Language: TypeScript
- Size: 41 KB
- Stars: 37
- Watchers: 6
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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 OneNoteOnce 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.
-----------------------------------------------------------------------------------------------------------