Skip to content

Commit

Permalink
fix: Disable "Paste HTML as Markdown" command until fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
svsool committed Dec 18, 2021
1 parent 9ad4953 commit 45c4e1d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"onCommand:memo.openDailyNote",
"onCommand:memo.openReferenceInDefaultApp",
"onCommand:memo.openReferenceBeside",
"onCommand:memo.pasteHtmlAsMarkdown",
"onCommand:memo.extractRangeToNewNote",
"onCommand:_memo.openReference",
"onCommand:_memo.cacheWorkspace",
Expand Down Expand Up @@ -73,11 +72,6 @@
"title": "Open link to the side",
"category": "Memo"
},
{
"command": "memo.pasteHtmlAsMarkdown",
"title": "Paste HTML as Markdown",
"category": "Memo"
},
{
"command": "memo.extractRangeToNewNote",
"title": "Extract range to a new note",
Expand Down

0 comments on commit 45c4e1d

Please sign in to comment.