Skip to content

chuangzhu/standardnotes-milkdown

Repository files navigation

standardnotes-milkdown

A WYSIWYG Markdown editor for Standard Notes, based on Milkdown.

Usage

Click Settings > Open Preference on your Standard Notes. On General > Advanced Settings > Install Custom Extension, paste the following URL into it and hit enter.

https://sn-extensions.melty.land/milkdown/ext.json

Deploy

Clone this repo and cd into it.

pnpm install
pnpm build
cp package.json dist/

Compress dist/ into ZIP.

zip -r dist/0.2.2.zip dist

Create dist/ext.json with this template:

{
  "identifier": "com.yourdomain.milkdown",
  "name": "Milkdown",
  "content_type": "SN|Component",
  "area": "editor-editor",
  "version": "0.2.2",
  "description": "A WYSIWYG Markdown editor for Standard Notes.",
  "url": "https://yourdomain.com/link-to-hosted-extension/",
  "download_url": "https://yourdomain.com/link-to-hosted-extension/0.2.2.zip",
  "latest_url": "https://yourdomain.com/link-to-hosted-extension/ext.json"
}

Finally, start a static site server on directory dist/.

License

GNU Affero General Public License v3.0