https://github.com/oxhacks/onestandard
Convert notes from OneNote for use in Standard Notes
https://github.com/oxhacks/onestandard
Last synced: over 1 year ago
JSON representation
Convert notes from OneNote for use in Standard Notes
- Host: GitHub
- URL: https://github.com/oxhacks/onestandard
- Owner: oxhacks
- License: mit
- Created: 2017-02-17T01:35:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T19:41:35.000Z (over 3 years ago)
- Last Synced: 2024-08-01T03:14:36.100Z (almost 2 years ago)
- Language: Python
- Size: 11.7 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-standard-notes - onestandard - Convert notebooks from OneNote into Standard Notes format. (Tools / Importers, Exporters, and Converters)
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.