diff --git a/frontend/src/wasm-communication/editor.ts b/frontend/src/wasm-communication/editor.ts index bcfd3f94..7839fb19 100644 --- a/frontend/src/wasm-communication/editor.ts +++ b/frontend/src/wasm-communication/editor.ts @@ -101,6 +101,9 @@ export function createEditor() { const filename = url.pathname.split("/").pop() || "Untitled"; const content = await data.text(); instance.openDocumentFile(filename, content); + + // Remove the hash fragment from the URL + window.location.hash = ""; } catch {} })(); diff --git a/website/content/_index.md b/website/content/_index.md index ad90801e..42fa9609 100644 --- a/website/content/_index.md +++ b/website/content/_index.md @@ -100,7 +100,7 @@ js = ["/image-interaction.js", "/fundraising.js"]
- Valley of Spires — Download the artwork and open it in this previous version of the Graphite editor. + Valley of Spires — Open this artwork to explore it yourself.
Design mockup for the work-in-progress node graph raster editing pipeline. Some raster nodes shown here are not implemented yet.
@@ -264,17 +264,17 @@ Style your shapes with strokes, fills, and gradients. Mix your layers with blend
Just a Potted Cactus
- Download
- the artwork and open it in the
- Graphite editor
+ Open this artwork to explore it yourself.