refactor: add markdown visual editor source (#1088)

This commit is contained in:
Johnny A
2022-06-11 17:08:15 -04:00
committed by GitHub
parent a6b9e992f8
commit 28566c9a43
89 changed files with 6207 additions and 792 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "Markdown Visual - Dev",
"note_type": "markdown",
"file_type": "md",
"interchangeable": false,
"spellcheckControl": true,
"identifier": "org.standardnotes.markdown-visual-dev",
"content_type": "SN|Component",
"area": "editor-editor",
"version": "1.0.0",
"description": "A lightweight WYSIWYG markdown editor, derivated from Milkdown editor",
"url": "http://localhost:8001/",
"marketing_url": "",
"flags": ["New"]
}