sn-simple-task-editor
v1.3.11
Published
The Simple Task Editor is a [Custom Editor](https://standardnotes.org/help/77/what-are-editors) for Standard Notes. You can find a demo [here](https://standardnotes.org/demo).
Downloads
11
Readme
Simple Task Editor
The Simple Task Editor is a Custom Editor for Standard Notes. You can find a demo here.
Installation
- Purchase an Extended Subscription
- Follow the instructions to install an editor
Development
The instructions for local setup can be found here. All commands are performed in the root directory:
- Run
npm install
to locally install the packages inpackage.json
- Create
ext.json
as shown here withurl: "http://localhost:8001/dist/index.html"
. - Install an http server using
npm install -g http-server
- Start the server using
http-server -p 8001 --cors
- Import the extension into the web or desktop app using
http://localhost:8001/ext.json
.
To build the editor, open another command window and run npm run build
. For live builds, use npm run watch
.