@telepath-computer/television 0.1.69 → 0.1.71
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/dist/cli.cjs +142 -25
- package/dist/views/markdown/index.html +18 -16
- package/dist/web/assets/index-DRczTqkZ.js +522 -0
- package/dist/web/index.html +1 -1
- package/package.json +1 -1
- package/skill/SKILL.md +1 -0
- package/dist/web/assets/index-DluhqFSN.js +0 -510
package/dist/web/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
6
6
|
<title>Television</title>
|
|
7
|
-
<script type="module" crossorigin src="./assets/index-
|
|
7
|
+
<script type="module" crossorigin src="./assets/index-DRczTqkZ.js"></script>
|
|
8
8
|
<link rel="stylesheet" crossorigin href="./assets/index-EZh8DmDQ.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body></body>
|
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -493,6 +493,7 @@ Artifact commands:
|
|
|
493
493
|
```bash
|
|
494
494
|
tv create-internal-artifact --screen "<screen-id>" --type <text/markdown|text/html> --title "Artifact title" (--focus-artifact|--no-focus)
|
|
495
495
|
tv create-external-artifact --screen "<screen-id>" --type <text/markdown|text/html> --title "Artifact title" --path /absolute/path (--focus-artifact|--no-focus)
|
|
496
|
+
tv create-url-artifact --screen "<screen-id>" --title "Artifact title" --url https://example.com
|
|
496
497
|
tv edit-internal-artifact --id "<artifact-id>"
|
|
497
498
|
tv commit-pending-artifact --id "<artifact-id>"
|
|
498
499
|
tv abandon-pending-artifact --id "<artifact-id>"
|