@standardnotes/markdown-hybrid 1.7.7 → 1.8.1

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 (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +12 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.8.1](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-hybrid@1.8.0...@standardnotes/markdown-hybrid@1.8.1) (2023-11-19)
7
+
8
+ **Note:** Version bump only for package @standardnotes/markdown-hybrid
9
+
10
+ # [1.8.0](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-hybrid@1.7.7...@standardnotes/markdown-hybrid@1.8.0) (2023-11-18)
11
+
12
+ ### Features
13
+
14
+ * add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a))
15
+
6
16
  ## [1.7.7](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-hybrid@1.7.6...@standardnotes/markdown-hybrid@1.7.7) (2022-11-04)
7
17
 
8
18
  **Note:** Version bump only for package @standardnotes/markdown-hybrid
package/package.json CHANGED
@@ -1,15 +1,22 @@
1
1
  {
2
2
  "name": "@standardnotes/markdown-hybrid",
3
- "version": "1.7.7",
3
+ "version": "1.8.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "description": "A Standard Notes derived editor that offers full support for Markdown editing.",
7
+ "description": "A fully featured Markdown editor that supports live preview, a styling toolbar, and split pane support.",
8
8
  "main": "dist/dist.js",
9
- "author": "Standard Notes",
9
+ "author": "Standard Notes Community",
10
10
  "license": "AGPL-3.0",
11
11
  "sn": {
12
- "main": "dist/index.html"
12
+ "name": "Markdown",
13
+ "content_type": "SN|Component",
14
+ "main": "dist/index.html",
15
+ "area": "editor-editor",
16
+ "spellcheckControl": true,
17
+ "note_type": "markdown",
18
+ "file_type": "md",
19
+ "showInGallery": true
13
20
  },
14
21
  "scripts": {
15
22
  "start": "webpack serve --config webpack.dev.js --progress --hot",
@@ -46,5 +53,5 @@
46
53
  "webpack-dev-server": "*",
47
54
  "webpack-merge": "^5.8.0"
48
55
  },
49
- "gitHead": "f6f3d21ebbbfc56e7b45936fe12c72a6c3ed785a"
56
+ "gitHead": "791f020436f8274e772a40f34df35a4e8f0781cd"
50
57
  }