Remix.run Logo
bmn__ 4 days ago

Homepage: https://perl.petamem.com

In case HN shows its user hostility again by cutting off the URI fragment, the intended deep-link was presentation slide #/4/1/1

throwaway27448 2 days ago | parent [-]

Ugh, deep links should be part of the path, and anchor should be where on the page to scroll. Very annoying slide software. If the content weren't so good I simply wouldn't bother.

jaen 2 days ago | parent [-]

HTML+JavaScript-based statically hostable apps (eg. presentations) can't use paths as deep links, since there's no standard for simple static hosting or URL rewriting (even 30 years later). Oh well.

gpvos 2 days ago | parent | next [-]

You should be able to use the query part of the URL (after ?). You can get at it with Javascript, but it doesn't influence which static HTML page is served.

mywittyname 2 days ago | parent [-]

I'm not sure why people hate using the query string so much.

gertop 2 days ago | parent | prev [-]

They absolutely can generate the file tree so that each slide has its own url.

They also could use the query part on the url rather than anchor.

Lastly statically hosted doesn't mean no URL rewriting, they could again catch links to parts easily.

The poor UX of these tools is just a lack of will, not a technical limitation.

Then again hacker news should probably not blanket delete the hash in URLs either.