@taufik-nurrohman/text-editor.source 2.2.11 → 3.0.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.
- package/LICENSE +1 -1
- package/README.md +6 -4
- package/index.js +312 -295
- package/index.min.js +2 -2
- package/index.mjs +224 -236
- package/package.json +7 -3
package/LICENSE
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
The MIT License (MIT)
|
2
2
|
|
3
|
-
Copyright ©
|
3
|
+
Copyright © 2024 Taufik Nurrohman <https://github.com/taufik-nurrohman>
|
4
4
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
6
|
of this software and associated documentation files (the “Software”), to deal
|
package/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
|
-
Text Editor Source
|
2
|
-
|
1
|
+
[Text Editor](https://github.com/taufik-nurrohman/text-editor) » Source
|
2
|
+
=============================================================================
|
3
3
|
|
4
|
-
|
4
|
+
Source extension for [Text Editor](https://github.com/taufik-nurrohman/text-editor). This extension provides a set of
|
5
|
+
key strokes to generate responses like in a typical source code editor.
|
5
6
|
|
6
|
-
|
7
|
+

|
8
|
+

|