yamlover 0.3.50 → 0.3.51
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,8 +7,8 @@ serves a browser UI (tree, editor, renderers, live queries) over a yamlover
|
|
|
7
7
|
directory, and an HTTP API an agent can drive directly.
|
|
8
8
|
|
|
9
9
|
- **Repo:** https://github.com/dims12/yamlover
|
|
10
|
-
- **Live demo** (no install): https://yamlover.inthemoon.net
|
|
11
|
-
- **Docs** (written in yamlover, click-through): https://yamlover.inthemoon.net/docs
|
|
10
|
+
- **Live demo** (no install): [yamlover.inthemoon.net](https://yamlover.inthemoon.net/?utm_source=npm&utm_medium=readme&utm_content=demo)
|
|
11
|
+
- **Docs** (written in yamlover, click-through): [yamlover.inthemoon.net/docs](https://yamlover.inthemoon.net/docs?utm_source=npm&utm_medium=readme&utm_content=docs)
|
|
12
12
|
|
|
13
13
|
```console
|
|
14
14
|
$ npx yamlover [ROOT] [--port N] [--headless] [--host ADDR] [--base-path PREFIX] [--no-gitignore] [--prod] [--read-only]
|
|
@@ -93,8 +93,8 @@ splitting its path at the page boundary and replacing that `/` with `#`: for a f
|
|
|
93
93
|
path `a/b/c/d` whose served page is `a/b`, the *scrollable* URL is `a/b#c/d` — the
|
|
94
94
|
page loads `a/b` and scrolls to the `c/d` node within it. A **fragment** (a tagged
|
|
95
95
|
region — see `docs/annotations`) is one instance: a region of `…/IMG.jpg` lives at
|
|
96
|
-
`…/IMG.jpg/
|
|
97
|
-
`…/IMG.jpg#
|
|
96
|
+
`…/IMG.jpg/yo/fragments/<slug>`, so its scrollable URL is
|
|
97
|
+
`…/IMG.jpg#yo/fragments/<slug>` — opening it (or clicking the region in the
|
|
98
98
|
fragments panel) scrolls/pans to **and briefly flashes** the region.
|
|
99
99
|
|
|
100
100
|
## How it works
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yamlover",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.51",
|
|
4
4
|
"description": "A local-first, editable knowledge graph for humans and LLMs: npx yamlover <root> serves a browser UI over a plain-text directory, with an editor, live queries, pointers, and an LLM-agent API.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|