feat: add all editors (#1098)

This commit is contained in:
Johnny A
2022-06-14 14:01:30 -04:00
committed by GitHub
parent 9f9f9abab9
commit 1246596cd0
1107 changed files with 34799 additions and 174 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "markdown-visual",
"version": "0.1.0",
"author": "Johnny Almonte <johnny@standardnotes.com>",
"description": "A lightweight WYSIWYG markdown editor, derivated from Milkdown editor",
"keywords": [
"Standard Notes",
"Standard Notes Extensions"
],
"private": true,
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/standardnotes/markdown-visual.git"
},
"bugs": {
"url": "https://github.com/standardnotes/markdown-visual/issues"
},
"sn": {
"main": "build/index.html"
}
}