Files
standardnotes-app-web/docs/docs/extensions/editorkit.md
2022-07-04 14:33:27 -05:00

1021 B

title, sidebar_label, description, keywords, image, hide_title, hide_table_of_contents
title sidebar_label description keywords image hide_title hide_table_of_contents
How to build editors with EditorKit EditorKit How to use the Standard Notes EditorKit to build an editor.
standard notes
docs
notes app
end-to-end encryption
build an extension
EditorKit
/img/logo.png false false

Introduction

The EditorKit is a wrapper for the Components API to make it easier to develop editors for Standard Notes.

Examples

The documentation for the EditorKit is incomplete. You can view the following examples to see how it is used.

Development

The Standard Notes EditorKit is written in JavaScript and compiled with Webpack.

License

The Standard Notes EditorKit is licensed under the GNU AGPL-3.0-or-later.

Resources