Ecosyste.ms: Awesome

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

https://github.com/oxhacks/onestandard

Convert notes from OneNote for use in Standard Notes
https://github.com/oxhacks/onestandard

Last synced: about 2 months ago
JSON representation

Convert notes from OneNote for use in Standard Notes

Lists

README

        

# onestandard
Convert notebooks from OneNote into [Standard Notes](https://standardnotes.org) format.

### Usage
```bash
$ python process_notes.py
```

### Getting Notes from OneNote
#### OneNote 2016
File > Export > Notebook > Single File Web Page (*.mht)

_Other versions coming soon_

### Why?
When Linux is your daily driver, OneNote is not an available option (yet!) without
virtualization or other less than ideal setups.

### Other Considerations
#### Dependencies
A `requirements.txt` is included. Builds require Beautiful Soup and lxml for max performance.

#### Python Version Support
Supports Python 3 only.