+
@@ -367,20 +367,20 @@
{#await renderArtifact(envelope, format)}
-
Computing…
+
Computing…
{:then text}
-
{text}
+
{text}
{#if format === "compact"}
-
+
{text.length} chars · zstd-compressed signed envelope, base64url-encoded.
{/if}
{:catch e}
-
Error: {e.message}
+
Error: {e.message}
{/await}
{#if selected.key === "nostr" && nip07Available}
-
-
⚡ One-click publish via your nostr extension
-
+
+
⚡ One-click publish via your nostr extension
+
Wraps the markdown block in a normal nostr post (kind 1), asks
your extension to sign it, and broadcasts to the relay pool.
Verifiers (web + Rust CLI) will pick it up automatically.
{#if nostrPublish.status === "ok"}
-
+
✓ Posted to {nostrPublish.result.ok.length} relay(s).
view on njump.me
{:else if nostrPublish.status === "error"}
- ✗ {nostrPublish.message}
+ ✗ {nostrPublish.message}
{/if}
{#if nostrPublish.status === "ok" && nostrPublish.result.failed.length > 0}
-
+
{nostrPublish.result.failed.length} relay(s) didn't ack:
{nostrPublish.result.failed.map((f) => f.relay).join(", ")}
@@ -427,15 +427,15 @@
{/if}
-
+