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

Support style hints #5

Open
eevee opened this issue Jan 23, 2016 · 3 comments
Open

Support style hints #5

eevee opened this issue Jan 23, 2016 · 3 comments

Comments

@eevee
Copy link

eevee commented Jan 23, 2016

glkapi.js still says:

/* Style hints are not supported. We will use the new style system. */

At least six years later, the new style system has yet to manifest. :) In the meantime it would be really nice if quixe could use the old style system. (And perhaps add a couple more user styles to glk to tide us over in the meantime?)

@erkyrath
Copy link
Owner

Implementing the old style system would take time that I do not want to spend on it. Also, the old style system really wasn't very good.

@eevee
Copy link
Author

eevee commented Jan 23, 2016

Would you be opposed to a PR that implements it? It's better than nothing.

@BroadcastGames
Copy link

I notice that there is a lot of tags with inline style, such as the Windowport main window that holds all the BufferLine class output:

 <div id="window578" class="WindowFrame BufferWindow WindowRock_201" aria-live="polite" aria-atomic="false" aria-relevant="additions" style="left: 4px; top: 8px; right: 4px; bottom: 4px;"></div>

Is there a way to tell it to not use inline style= so that CSS files can do this?

More directly, it would seem nice to have a HTML / CSS sample that wraps Quixie + glkote where the windows are under the control of the webpage author and really only the BufferLine output is formatted/class-tagged by the engine?

dfabulich pushed a commit to dfabulich/glkote that referenced this issue Dec 3, 2021
…hment

Allow mobile users to tap the prompt line to focus the input box
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

3 participants