diff options
author | zsloan | 2023-01-19 13:17:16 -0600 |
---|---|---|
committer | GitHub | 2023-01-19 13:17:16 -0600 |
commit | c456347ca71c921ea771fdef43104c9bff62ba41 (patch) | |
tree | 87f2ef5fbdab734bbc2e251b9342432a101974a7 /issues/add-mapping-link.gmi | |
parent | c7f000bbbcfa6ffd4fcb66532d3b1fd9d8d7aa98 (diff) | |
download | gn-gemtext-c456347ca71c921ea771fdef43104c9bff62ba41.tar.gz |
Create add-mapping-link.gmi
Diffstat (limited to 'issues/add-mapping-link.gmi')
-rw-r--r-- | issues/add-mapping-link.gmi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/issues/add-mapping-link.gmi b/issues/add-mapping-link.gmi new file mode 100644 index 0000000..46bfa88 --- /dev/null +++ b/issues/add-mapping-link.gmi @@ -0,0 +1,13 @@ +# Add option to directly link to mapping results + +## Tags + +* assigned: zsloan +* keywords: mapping +* priority: medium + +## Description + +Currently it's not possible to link to mapping results, so I'm adding a feature where you can get a "Share" link to allow other people to see your results. + +The way I'm currently doing this is to link an ID (generated as a hash from the mapping inputs) with JSON of all the options/sample-data/filenames. A URL with that ID as input will then just pull all the options and output files and show the results. |