@standardnotes/markdown-visual 1.3.3 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -5
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@standardnotes/markdown-visual",
3
- "version": "1.3.3",
3
+ "version": "1.4.0",
4
4
  "author": "Standard Notes Retired",
5
- "description": "A lightweight WYSIWYG markdown editor for Standard Notes, derived from Milkdown.",
5
+ "description": "A WYSIWYG-style Markdown editor that renders Markdown in preview-mode while you type without displaying any syntax.",
6
6
  "keywords": [
7
7
  "Standard Notes",
8
- "Standard Notes Extensions"
8
+ "Standard Notes Plugins"
9
9
  ],
10
10
  "sn": {
11
11
  "name": "Markdown Visual",
@@ -14,7 +14,8 @@
14
14
  "area": "editor-editor",
15
15
  "spellcheckControl": true,
16
16
  "note_type": "markdown",
17
- "file_type": "txt"
17
+ "file_type": "md",
18
+ "showInGallery": true
18
19
  },
19
20
  "publishConfig": {
20
21
  "access": "public"
@@ -106,5 +107,5 @@
106
107
  "prettier --write"
107
108
  ]
108
109
  },
109
- "gitHead": "d31cb7d0c3571e8e820b1ce0534b6f37868ea733"
110
+ "gitHead": "acc3dcf053c4bb32d11f63f4596315988661e7a5"
110
111
  }