Skip to content

Commit

Permalink
Desktop: Removed warning for Markdown editor spell checking
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Dec 23, 2020
1 parent a9af581 commit 5dc3baa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/lib/models/Setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,6 @@ class Setting extends BaseModel {
type: SettingItemType.Bool,
public: true,
appTypes: ['desktop'],
advanced: true,
label: () => 'Enable spell checking in Markdown editor? (WARNING BETA feature)',
description: () => 'Spell checker in the Markdown editor was previously unstable (cursor location was not stable, sometimes edits would not be saved or reflected in the viewer, etc.) however it appears to be more reliable now. If you notice any issue, please report it on GitHub or the Joplin Forum (Help -> Joplin Forum)',
},
Expand Down
8 changes: 4 additions & 4 deletions packages/lib/services/spellChecker/SpellCheckerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ export default class SpellCheckerService {
},

// Can be removed once it does work
{
label: '⚠ Spell checker doesn\'t work in Markdown editor ⚠',
enabled: false,
},
// {
// label: '⚠ Spell checker doesn\'t work in Markdown editor ⚠',
// enabled: false,
// },

{
type: 'separator',
Expand Down

0 comments on commit 5dc3baa

Please sign in to comment.