Outline created an awesome and open source editor that fits great with Standard Notes. It makes very easy to write documents with common formatting features, and everything is persisted as Markdown.
- Editor shortcuts
- Lists
- Check lists
- List item sorting with
alt+up
andalt+down
- Tables with multiline table cells
- Code sections with syntax highlighting
- Text highlights
Other features implemented for the Standard Notes editor:
- Youtube embeds: Paste a youtube URL to show a preview in the document.
- Twitter embeds: Paste a twitt url to show a preview.
- Same-document links: It is possible to create links to headers in the same document with an autocomplete menu that shows up when creating a link.
Note: This editor does not work with FileSafe yet.
Installation
Copy the URL below and paste it in the Import Extension text field:
https://listed.to/p/K6AXOLFLF6
- Install the dependencies with
npm install
. - Use
npm run start
to start the development editor. - In Standard Notes, install the extension at
http://localhost:3000/ext.json
. The name of this extension will be Rich Markdown Editor (DEV). - To use it on a note, activate it normally using the Editor menu.
- To build a new version, run
npm run build
.