Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Pages page for Karabiner Install #73

Open
willpuckett opened this issue Oct 30, 2023 · 0 comments
Open

Github Pages page for Karabiner Install #73

willpuckett opened this issue Oct 30, 2023 · 0 comments

Comments

@willpuckett
Copy link
Contributor

One of the MacOS install methods, Karabiner, allows for importing files directly via a karabiner:// style link. Currently, the install instructions point to a page of html on my blog that handles redirecting the app to the appropriate JSON file.

It seems like it would be a little more official to have that page included in the engram repo, but I'm not sure how Github Pages is setup. It often seems to have a separate branch, but that doesn't seem to be the case in this instance.

Ideally, engram.dev would serve the following html at a page such as engram.dev/karabiner-install:

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="refresh" content="1; url='karabiner://karabiner/assets/complex_modifications/import?url=https://raw.githubusercontent.com/binarybottle/engram/master/install/mac/karabiner/engram.json'" />
  </head>
  <body>
    <p>Opening Engram layout in Karabiner momentarily!</p>
  </body>
</html>

This is obviously low priority, but I think it would foster more trust to have everything self contained if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant