chore: fix components publish
This commit is contained in:
BIN
packages/components/dist/org.standardnotes.markdown-visual-editor/build/favicon.ico
vendored
Normal file
BIN
packages/components/dist/org.standardnotes.markdown-visual-editor/build/favicon.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
BIN
packages/components/dist/org.standardnotes.markdown-visual-editor/build/logo192.png
vendored
Normal file
BIN
packages/components/dist/org.standardnotes.markdown-visual-editor/build/logo192.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
BIN
packages/components/dist/org.standardnotes.markdown-visual-editor/build/logo512.png
vendored
Normal file
BIN
packages/components/dist/org.standardnotes.markdown-visual-editor/build/logo512.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
25
packages/components/dist/org.standardnotes.markdown-visual-editor/build/manifest.json
vendored
Normal file
25
packages/components/dist/org.standardnotes.markdown-visual-editor/build/manifest.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"short_name": "Markdown Visual",
|
||||
"name": "Markdown Visual",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
22
packages/components/dist/org.standardnotes.markdown-visual-editor/build/package.json
vendored
Normal file
22
packages/components/dist/org.standardnotes.markdown-visual-editor/build/package.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
3
packages/components/dist/org.standardnotes.markdown-visual-editor/build/robots.txt
vendored
Normal file
3
packages/components/dist/org.standardnotes.markdown-visual-editor/build/robots.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
||||
15
packages/components/dist/org.standardnotes.markdown-visual-editor/build/sample.ext.json
vendored
Normal file
15
packages/components/dist/org.standardnotes.markdown-visual-editor/build/sample.ext.json
vendored
Normal 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"]
|
||||
}
|
||||
Reference in New Issue
Block a user