refactor: remove advanced-checklist editor (moved to community plugins) (#1740)

This commit is contained in:
Mo
2022-10-05 06:43:48 -05:00
committed by GitHub
parent ec41d082ff
commit 8ef5a33994
145 changed files with 42 additions and 7918 deletions

View File

@@ -28,7 +28,6 @@ export enum FeatureIdentifier {
SolarizedDarkTheme = 'org.standardnotes.theme-solarized-dark',
TitaniumTheme = 'org.standardnotes.theme-titanium',
AdvancedChecklist = 'org.standardnotes.advanced-checklist',
CodeEditor = 'org.standardnotes.code-editor',
MarkdownProEditor = 'org.standardnotes.advanced-markdown-editor',
MarkdownVisualEditor = 'org.standardnotes.markdown-visual-editor',
@@ -51,4 +50,4 @@ export enum FeatureIdentifier {
*/
export const LegacyFileSafeIdentifier = 'org.standardnotes.legacy.file-safe'
export const ExperimentalFeatures = [FeatureIdentifier.AdvancedChecklist]
export const ExperimentalFeatures = []