-
Notifications
You must be signed in to change notification settings - Fork 13
Preview paginée avec Paged.js #718
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for stylo-dev ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
thom4parisot
commented
Jan 9, 2023
9ace254
to
465d5ab
Compare
b14424b
to
0914c03
Compare
But preserve it as a hidden feature
0914c03
to
9530dd0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ce que c'est censé faire :
css
dans l'Article, etsetStylesheet
comme mutation@print
seulementRenseigner les réglages de preview
Ça se passe uniquement avec GraphQL sur
stylo-dev
pour le moment. Le temps d'avoir un truc qui fonctionne.Deux éléments sont spécifiables :
stylesheet
: la feuille de style servant à l'impression — toute feuille de style utilisée pour du@media print
,@page
et fonctionnant avec Paged.js devrait passer ;template
: tout template HTML passé à Pandoc devrait fonctionner — même s'il contient des scripts et styles (ils seront nettoyés, et lastylesheet
lui sera substituée)Les query variables :
Pour générer le contenu de la variable `preview.template`, j'ai collé ça dans les devtools 👀
Pour générer le contenu de la variable `preview.stylesheet`, j'ai collé ça dans la console des devtools (très long) 👀