@standardnotes/classic-code-editor 1.5.5
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.
- package/.babelrc +3 -0
- package/.eslintrc.js +19 -0
- package/CHANGELOG.md +94 -0
- package/LICENSE +661 -0
- package/README.md +47 -0
- package/code_editor_preview.png +0 -0
- package/index.html +62 -0
- package/package.json +40 -0
- package/src/main.js +283 -0
- package/src/main.scss +105 -0
- package/webpack.config.js +61 -0
- package/webpack.dev.js +11 -0
- package/webpack.prod.js +7 -0
package/.babelrc
ADDED
package/.eslintrc.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
"env": {
|
|
3
|
+
"browser": true,
|
|
4
|
+
"amd": true,
|
|
5
|
+
"node": true
|
|
6
|
+
},
|
|
7
|
+
"extends": "eslint:recommended",
|
|
8
|
+
"parserOptions": {
|
|
9
|
+
"ecmaVersion": 12
|
|
10
|
+
},
|
|
11
|
+
"rules": {
|
|
12
|
+
"indent": [2, 2],
|
|
13
|
+
"no-var": "error"
|
|
14
|
+
},
|
|
15
|
+
"globals": {
|
|
16
|
+
"CodeMirror": true,
|
|
17
|
+
"ComponentRelay": true
|
|
18
|
+
}
|
|
19
|
+
};
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [1.5.5](https://github.com/standardnotes/plugins/compare/@standardnotes/classic-code-editor@1.5.4...@standardnotes/classic-code-editor@1.5.5) (2022-11-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|
|
9
|
+
|
|
10
|
+
## [1.5.4](https://github.com/standardnotes/plugins/compare/@standardnotes/classic-code-editor@1.5.3...@standardnotes/classic-code-editor@1.5.4) (2022-11-04)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|
|
13
|
+
|
|
14
|
+
## [1.5.3](https://github.com/standardnotes/plugins/compare/@standardnotes/classic-code-editor@1.5.2...@standardnotes/classic-code-editor@1.5.3) (2022-11-04)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|
|
17
|
+
|
|
18
|
+
## [1.5.2](https://github.com/standardnotes/plugins/compare/@standardnotes/classic-code-editor@1.5.1...@standardnotes/classic-code-editor@1.5.2) (2022-11-04)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|
|
21
|
+
|
|
22
|
+
## [1.5.1](https://github.com/standardnotes/plugins/compare/@standardnotes/classic-code-editor@1.5.0...@standardnotes/classic-code-editor@1.5.1) (2022-11-04)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|
|
25
|
+
|
|
26
|
+
# 1.5.0 (2022-11-04)
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* add core plugins ([b607787](https://github.com/standardnotes/plugins/commit/b60778762306f5647cb715102eab23083b266718))
|
|
31
|
+
|
|
32
|
+
# [1.4.0](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.17...@standardnotes/classic-code-editor@1.4.0) (2022-07-13)
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* deprecated editors ([#1166](https://github.com/standardnotes/app/issues/1166)) ([60ca415](https://github.com/standardnotes/app/commit/60ca4150446f9a14bb6a31416686c6d07a7d0cd9))
|
|
37
|
+
|
|
38
|
+
## [1.3.17](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.17-alpha.2...@standardnotes/classic-code-editor@1.3.17) (2022-06-22)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|
|
41
|
+
|
|
42
|
+
## [1.3.17-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.17-alpha.1...@standardnotes/classic-code-editor@1.3.17-alpha.2) (2022-06-22)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|
|
45
|
+
|
|
46
|
+
## [1.3.17-alpha.1](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.17-alpha.0...@standardnotes/classic-code-editor@1.3.17-alpha.1) (2022-06-22)
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* components scripts ([#1136](https://github.com/standardnotes/app/issues/1136)) ([e80b4d0](https://github.com/standardnotes/app/commit/e80b4d0ffad495c758b593c30e1c4c754dda9b7e))
|
|
51
|
+
|
|
52
|
+
## [1.3.17-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.16...@standardnotes/classic-code-editor@1.3.17-alpha.0) (2022-06-22)
|
|
53
|
+
|
|
54
|
+
### Bug Fixes
|
|
55
|
+
|
|
56
|
+
* build components with dependencies ([#1132](https://github.com/standardnotes/app/issues/1132)) ([7b51131](https://github.com/standardnotes/app/commit/7b51131082567e06167664f6f0e69bf37cee6fb3))
|
|
57
|
+
|
|
58
|
+
## [1.3.16](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.16-alpha.0...@standardnotes/classic-code-editor@1.3.16) (2022-06-18)
|
|
59
|
+
|
|
60
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|
|
61
|
+
|
|
62
|
+
## [1.3.16-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.15...@standardnotes/classic-code-editor@1.3.16-alpha.0) (2022-06-18)
|
|
63
|
+
|
|
64
|
+
### Bug Fixes
|
|
65
|
+
|
|
66
|
+
* plus editor icons ([#1120](https://github.com/standardnotes/app/issues/1120)) ([ba65948](https://github.com/standardnotes/app/commit/ba65948364a3fca7bfa5005c56802102c73ccd99))
|
|
67
|
+
|
|
68
|
+
## 1.3.15 (2022-06-16)
|
|
69
|
+
|
|
70
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|
|
71
|
+
|
|
72
|
+
## 1.3.14 (2022-06-16)
|
|
73
|
+
|
|
74
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|
|
75
|
+
|
|
76
|
+
## [1.3.13](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.13-alpha.3...@standardnotes/classic-code-editor@1.3.13) (2022-06-16)
|
|
77
|
+
|
|
78
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|
|
79
|
+
|
|
80
|
+
## [1.3.13-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.13-alpha.2...@standardnotes/classic-code-editor@1.3.13-alpha.3) (2022-06-16)
|
|
81
|
+
|
|
82
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|
|
83
|
+
|
|
84
|
+
## 1.3.13-alpha.2 (2022-06-16)
|
|
85
|
+
|
|
86
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|
|
87
|
+
|
|
88
|
+
## 1.3.13-alpha.1 (2022-06-16)
|
|
89
|
+
|
|
90
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|
|
91
|
+
|
|
92
|
+
## 1.3.13-alpha.0 (2022-06-15)
|
|
93
|
+
|
|
94
|
+
**Note:** Version bump only for package @standardnotes/classic-code-editor
|