Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chuangzhu/standardnotes-milkdown
A WYSIWYG Markdown editor for Standard Notes.
https://github.com/chuangzhu/standardnotes-milkdown
markdown milkdown sn-extensions standardnotes
Last synced: 3 months ago
JSON representation
A WYSIWYG Markdown editor for Standard Notes.
- Host: GitHub
- URL: https://github.com/chuangzhu/standardnotes-milkdown
- Owner: chuangzhu
- License: agpl-3.0
- Created: 2021-09-18T14:21:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T12:30:50.000Z (over 2 years ago)
- Last Synced: 2024-06-23T07:39:34.663Z (4 months ago)
- Topics: markdown, milkdown, sn-extensions, standardnotes
- Language: CSS
- Homepage: https://sn-extensions.melty.land/milkdown/ext.json
- Size: 245 KB
- Stars: 28
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome - standardnotes-milkdown
README
# standardnotes-milkdown
A WYSIWYG Markdown editor for [Standard Notes](https://standardnotes.com), based on [Milkdown](https://github.com/Saul-Mirone/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.
```bash
pnpm install
pnpm build
cp package.json dist/
```
Compress `dist/` into ZIP.```bash
zip -r dist/0.2.2.zip dist
```
Create `dist/ext.json` with this template:```json
{
"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