diff options
author | jgart | 2021-11-04 22:49:00 -0400 |
---|---|---|
committer | jgart | 2021-11-04 23:12:53 -0400 |
commit | 1793406aa06b4320d4731cbc9bd5bb7b37f8393d (patch) | |
tree | 6708ededbd01bf11f3da1461a988dad45dbe95f0 /issues/binderlite | |
parent | 04d79b5b657a50079f806221bc0a1cdab419b344 (diff) | |
download | gn-gemtext-1793406aa06b4320d4731cbc9bd5bb7b37f8393d.tar.gz |
issues: Open notebook directly if full path to notebook file is given
Diffstat (limited to 'issues/binderlite')
-rw-r--r-- | issues/binderlite/open-files-directly-if-full-path-is-given.gmi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/issues/binderlite/open-files-directly-if-full-path-is-given.gmi b/issues/binderlite/open-files-directly-if-full-path-is-given.gmi new file mode 100644 index 0000000..2fb4b2f --- /dev/null +++ b/issues/binderlite/open-files-directly-if-full-path-is-given.gmi @@ -0,0 +1,16 @@ +# Open notebook directly if full path to notebook file is given + +* feature-request +* assigned: jgart + +We'd like to be able launch a notebook directly if the user gives the fullpath to the notebook file. + +Should we allow urls like this? + +https://github.com/jgarte/guile-notebook-genenetwork-api/blob/master/genenetwork-api.ipynb + +The above is a valid github url that also points to the notebook file. + +Or only this? + +https://github.com/jgarte/guile-notebook-genenetwork-api/genenetwork-api.ipynb |