https://github.com/onedrive/onedrive-texteditor-js
Simple single-page JavaScript app for editing text files
https://github.com/onedrive/onedrive-texteditor-js
filepicker javascript microsoftgraph onedrive
Last synced: 5 months ago
JSON representation
Simple single-page JavaScript app for editing text files
- Host: GitHub
- URL: https://github.com/onedrive/onedrive-texteditor-js
- Owner: OneDrive
- License: other
- Created: 2015-04-16T18:48:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T13:59:41.000Z (over 3 years ago)
- Last Synced: 2025-04-08T23:23:45.910Z (6 months ago)
- Topics: filepicker, javascript, microsoftgraph, onedrive
- Language: JavaScript
- Size: 216 KB
- Stars: 30
- Watchers: 9
- Forks: 23
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# OneDrive Text Editor Sample
This sample application provides a simple markdown (text) editor experience for files stored in OneDrive.
It demonstrates the following:
* Using the OneDrive file picker to select files from OneDrive personal and OneDrive for Business.
* Downloading the contents of a file from OneDrive
* Saving a file back to OneDrive
* Using the Microsoft Graph to retrieve a sharing linkThis is written as a single-page JavaScript application and can be hosted on any HTTPS compatible server.
## App Registration
To register an app to use the [v7 OneDrive Picker](https://dev.onedrive.com/sdk/js-v7/js-picker-overview.htm) visit the [Microsoft Apps Registration Page](https://apps.dev.microsoft.com).