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

@@ -48,13 +48,13 @@ var Editors = [
path: 'Editors/org.standardnotes.simple-task-editor',
static_files: __spreadArray([], BaseEditorStaticFiles, true),
},
];
var DeprecatedEditors = [
{
identifier: 'org.standardnotes.advanced-markdown-editor',
path: 'Deprecated/org.standardnotes.advanced-markdown-editor',
path: 'Editors/org.standardnotes.advanced-markdown-editor',
static_files: __spreadArray([], BaseEditorStaticFiles, true),
},
];
var DeprecatedEditors = [
{
identifier: 'org.standardnotes.bold-editor',
path: 'Deprecated/org.standardnotes.bold-editor',