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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # noteloom
2
2
 
3
+ [![version](https://img.shields.io/npm/v/noteloom.svg?label=version&color=3178c6)](https://www.npmjs.com/package/noteloom)
4
+ [![downloads](https://img.shields.io/npm/dm/noteloom.svg?label=downloads&color=44cc11)](https://www.npmjs.com/package/noteloom)
5
+ [![license](https://img.shields.io/npm/l/noteloom.svg?label=license&color=44cc11)](https://github.com/vishwakarmanikhil/noteloom/blob/master/LICENSE)
6
+ [![Sponsor](https://img.shields.io/badge/Sponsor-%E2%9D%A4-333?logo=githubsponsors&logoColor=white)](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.2",
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/react-block-editor.git"
19
+ "url": "git+https://github.com/vishwakarmanikhil/noteloom.git"
20
20
  },
21
21
  "bugs": {
22
- "url": "https://github.com/vishwakarmanikhil/react-block-editor/issues"
22
+ "url": "https://github.com/vishwakarmanikhil/noteloom/issues"
23
23
  },
24
- "homepage": "https://github.com/vishwakarmanikhil/react-block-editor#readme",
24
+ "homepage": "https://noteloom.qusere.in",
25
25
  "type": "module",
26
26
  "sideEffects": [
27
27
  "*.css"