https://github.com/reblws/sn-slate-editor
Basic Standard Notes editor made with SlateJS
https://github.com/reblws/sn-slate-editor
standard-notes
Last synced: 9 days ago
JSON representation
Basic Standard Notes editor made with SlateJS
- Host: GitHub
- URL: https://github.com/reblws/sn-slate-editor
- Owner: reblws
- Created: 2017-05-22T22:38:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T17:07:58.000Z (about 9 years ago)
- Last Synced: 2025-11-21T09:02:02.650Z (7 months ago)
- Topics: standard-notes
- Language: JavaScript
- Homepage:
- Size: 1.68 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Standard Notes Slate Editor
An editor for [Standard Notes](http://standardnotes.org) made with the [SlateJS](http://slatejs.org) editor framework. Has support for basic markdown highlighting.
## Usage
Add the following under *Editor* in the Standard Notes tooltip:
`https://reblws.github.io/sn-slate-editor/?name=Slate Editor&type=editor`
To install the editor on your computer, run `npm install`. To run the editor locally, `npm start`. To compile any changes made in the `src/` folder, use `npm run build`.
## Dependencies
- [react](https://facebook.github.io/react/)
- [slate-js](http://slatejs.org)
- [slate-markdown](https://www.npmjs.com/package/slate-markdown)