2022-08-30 14:27:16 +02:00
# [Copier-coller et signets de recherche][title]
Brève présentation lors d'une séance d'équipe de la [bibliothèque du CMU][cmu]
à propos des gestionnaires d'historique du presse-papier et des recherches
appelées directement avec un mot clé.
Le but est de partager des petites techniques qui peuvent faciliter la vie au
quotidien.
La branche `pages` correspond à la publication de la présentation en ligne,
accessible à l'URL suivante :
< https: / / ignami . codeberg . page / copy-paste-bookmarks / >
Ci-dessous, on trouve le `README` complet de l'outil utilisé pour le support de
présentation, à savoir `revealjs` .
[title]: https://codeberg.org/ignami/copy-paste-bookmarks
[cmu]: https://www.unige.ch/biblio/fr/infos/sites/cmu/
2020-05-14 14:50:07 +02:00
< p align = "center" >
2020-05-27 15:57:37 +02:00
< a href = "https://revealjs.com" >
2021-12-17 11:18:46 +01:00
< img src = "https://hakim-static.s3.amazonaws.com/reveal-js/logo/v1/reveal-black-text-sticker.png" alt = "reveal.js" width = "500" >
2020-05-27 15:57:37 +02:00
< / a >
2020-05-14 14:50:07 +02:00
< br > < br >
2020-05-27 15:37:08 +02:00
< a href = "https://github.com/hakimel/reveal.js/actions" > < img src = "https://github.com/hakimel/reveal.js/workflows/tests/badge.svg" > < / a >
< a href = "https://slides.com/" > < img src = "https://s3.amazonaws.com/static.slid.es/images/slides-github-banner-320x40.png?1" alt = "Slides" width = "160" height = "20" > < / a >
2020-05-14 14:50:07 +02:00
< / p >
2013-01-21 22:26:16 +01:00
2021-12-20 15:08:31 +01:00
reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create beautiful presentations for free. Check out the live demo at [revealjs.com ](https://revealjs.com/ ).
2020-05-18 11:49:07 +02:00
2021-12-20 15:08:31 +01:00
The framework comes with a powerful feature set including [nested slides ](https://revealjs.com/vertical-slides/ ), [Markdown support ](https://revealjs.com/markdown/ ), [Auto-Animate ](https://revealjs.com/auto-animate/ ), [PDF export ](https://revealjs.com/pdf-export/ ), [speaker notes ](https://revealjs.com/speaker-view/ ), [LaTeX typesetting ](https://revealjs.com/math/ ), [syntax highlighted code ](https://revealjs.com/code/ ) and an [extensive API ](https://revealjs.com/api/ ).
2020-05-18 11:49:07 +02:00
2021-12-20 15:02:19 +01:00
---
2021-12-17 11:18:46 +01:00
2022-05-31 12:34:38 +02:00
Want to create reveal.js presentation in a graphical editor? Try < https: / / slides . com > . It's made by the same people behind reveal.js.
---
2021-12-20 15:02:19 +01:00
### Sponsors
Hakim's open source work is supported by < a href = "https://github.com/sponsors/hakimel" > GitHub sponsors< / a > . Special thanks to:
2021-12-17 11:18:46 +01:00
< div align = "center" >
2022-01-28 09:17:18 +01:00
< table >
< td align = "center" >
< a href = "https://workos.com/?utm_campaign=github_repo&utm_medium=referral&utm_content=revealjs&utm_source=github" >
< div >
< img src = "https://user-images.githubusercontent.com/629429/151508669-efb4c3b3-8fe3-45eb-8e47-e9510b5f0af1.svg" width = "290" alt = "WorkOS" >
< / div >
< b > Your app, enterprise-ready.< / b >
< div >
< sub > Start selling to enterprise customers with just a few lines of code. Add Single Sign-On (and more) in minutes instead of months.< / sup >
< / div >
< / a >
< / td >
< td align = "center" >
2022-04-06 13:15:08 +02:00
< a href = "https://www.doppler.com/?utm_campaign=github_repo&utm_medium=referral&utm_content=revealjs&utm_source=github" >
2022-01-28 09:17:18 +01:00
< div >
< img src = "https://user-images.githubusercontent.com/629429/151510865-9fd454f1-fd8c-4df4-b227-a54b87313db4.png" width = "290" alt = "Doppler" >
< / div >
< b > All your environment variables, in one place< / b >
< div >
< sub > Stop struggling with scattered API keys, hacking together home-brewed tools, and avoiding access controls. Keep your team and servers in sync with Doppler.< / sup >
< / div >
< / a >
< / td >
< / table >
2021-12-17 11:18:46 +01:00
< / div >
2013-08-18 20:38:01 +02:00
2021-12-20 15:02:19 +01:00
---
### Getting started
- 🚀 [Install reveal.js ](https://revealjs.com/installation )
- 👀 [View the demo presentation ](https://revealjs.com/demo )
- 📖 [Read the documentation ](https://revealjs.com/markup/ )
- 🖌 [Try the visual editor for reveal.js at Slides.com ](https://slides.com/ )
- 🎬 [Watch the reveal.js video course (paid) ](https://revealjs.com/course )
2021-12-17 11:18:46 +01:00
---
< div align = "center" >
2022-01-03 12:38:51 +01:00
MIT licensed | Copyright © 2011-2022 Hakim El Hattab, https://hakim.se
2021-12-17 11:18:46 +01:00
< / div >