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

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

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)