chore: undeprecate advanced md editor (#1181)

This commit is contained in:
Mo
2022-06-29 11:02:46 -05:00
committed by GitHub
parent a4379a3e43
commit 0ecaabd859
51 changed files with 139 additions and 8434 deletions

View File

@@ -27,26 +27,24 @@ const Editors = [
path: 'Editors/org.standardnotes.standard-sheets',
static_files: [...BaseEditorStaticFiles],
},
{
identifier: 'org.standardnotes.token-vault',
path: 'Editors/org.standardnotes.token-vault',
static_files: [...BaseEditorStaticFiles],
},
{
identifier: 'org.standardnotes.simple-task-editor',
path: 'Editors/org.standardnotes.simple-task-editor',
static_files: [...BaseEditorStaticFiles],
},
{
identifier: 'org.standardnotes.advanced-markdown-editor',
path: 'Editors/org.standardnotes.advanced-markdown-editor',
static_files: [...BaseEditorStaticFiles],
},
]
const DeprecatedEditors = [
{
identifier: 'org.standardnotes.advanced-markdown-editor',
path: 'Deprecated/org.standardnotes.advanced-markdown-editor',
static_files: [...BaseEditorStaticFiles],
},
{
identifier: 'org.standardnotes.bold-editor',
path: 'Deprecated/org.standardnotes.bold-editor',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +0,0 @@
/*! @license DOMPurify 2.3.8 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.8/LICENSE */

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 434 KiB

View File

@@ -1 +0,0 @@
<!doctype html><html><head><base target="_blank"><meta charset="UTF-8"><meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1"><script src="lib/component-relay.js"></script><script src="vendor/highlightjs/highlightjs.js"></script><link rel="stylesheet" media="all" href="vendor/easymd/easymde.css"><script src="vendor/easymd/easymd.js"></script><link rel="stylesheet" media="all" href="stylekit.css"><title>Markdown Pro</title><script defer="defer" src="dist.js"></script><link href="dist.css" rel="stylesheet"></head><body class="sn-component" id="sn-advanced-markdown-editor"><textarea dir="auto" id="editor" hidden></textarea></body></html>

View File

@@ -1,6 +0,0 @@
/**
* easymde v2.16.1
* Copyright Jeroen Akkerman
* @link https://github.com/ionaru/easy-markdown-editor
* @license MIT
*/

View File

@@ -1 +0,0 @@
/*! highlight.js v9.16.2 | BSD3 License | git.io/hljslicense */

View File

@@ -11,11 +11,11 @@
},
"scripts": {
"start": "webpack serve --config webpack.dev.js --progress --hot",
"deprecated:compile": "webpack --config webpack.prod.js",
"deprecated:lint": "eslint src --ext .js",
"deprecated:lint:fix": "eslint src --ext .js --fix",
"deprecated:test": "echo \"Error: no test specified\" && exit 0",
"deprecated:format": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md"
"components:compile": "webpack --config webpack.prod.js",
"skip:lint": "eslint src --ext .js",
"skip:lint:fix": "eslint src --ext .js --fix",
"skip:test": "echo \"Error: no test specified\" && exit 0",
"skip:format": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md"
},
"devDependencies": {
"@babel/cli": "^7.13.10",