noteloom 0.1.2 → 0.1.3
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/README.md +7 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# noteloom
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/noteloom)
|
|
4
|
+
[](https://www.npmjs.com/package/noteloom)
|
|
5
|
+
[](https://github.com/vishwakarmanikhil/noteloom/blob/master/LICENSE)
|
|
6
|
+
[](https://github.com/sponsors/vishwakarmanikhil)
|
|
7
|
+
|
|
8
|
+
**[Live site & docs →](https://noteloom.qusere.in)** · **[Play with the demo →](https://noteloom.qusere.in/playground/)**
|
|
9
|
+
|
|
3
10
|
A React-first, block-based rich text editor with **zero runtime dependencies** — the only things it expects from your app are `react` and `react-dom`. Everything else (undo/redo, clipboard, slash commands, tables, inline widgets) is built from scratch on top of a small normalized document store.
|
|
4
11
|
|
|
5
12
|
## Why this exists
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "noteloom",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Zero-runtime-dependency, React-first block/rich-text editor — Notion-style blocks, inline widgets, slash commands, undo/redo, and clipboard, with an optional default theme (noteloom/style.css).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"author": "Nikhil Vishwakarma",
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "git+https://github.com/vishwakarmanikhil/
|
|
19
|
+
"url": "git+https://github.com/vishwakarmanikhil/noteloom.git"
|
|
20
20
|
},
|
|
21
21
|
"bugs": {
|
|
22
|
-
"url": "https://github.com/vishwakarmanikhil/
|
|
22
|
+
"url": "https://github.com/vishwakarmanikhil/noteloom/issues"
|
|
23
23
|
},
|
|
24
|
-
"homepage": "https://
|
|
24
|
+
"homepage": "https://noteloom.qusere.in",
|
|
25
25
|
"type": "module",
|
|
26
26
|
"sideEffects": [
|
|
27
27
|
"*.css"
|