85 lines
2.2 KiB
HTML
85 lines
2.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
<title>Copier-coller et signets de recherche</title>
|
|
|
|
<link rel="stylesheet" href="dist/reset.css">
|
|
<link rel="stylesheet" href="dist/reveal.css">
|
|
<link rel="stylesheet" href="dist/theme/black.css">
|
|
|
|
<!-- Theme used for syntax highlighted code -->
|
|
<link rel="stylesheet" href="plugin/highlight/monokai.css">
|
|
</head>
|
|
<body>
|
|
<div class="reveal">
|
|
<div class="slides">
|
|
|
|
<!-- Section 1 : présentation -->
|
|
<section>
|
|
<section>
|
|
<h1>Copier-coller et signets de recherche</h1>
|
|
<p>Courte présentation en séance d'équipe</p>
|
|
<p><small>2022-09-01 — Séance d'équipe</small></p>
|
|
</section>
|
|
<section>
|
|
<h2>Contexte</h2>
|
|
<ul>
|
|
<li>Partage de techniques</li>
|
|
<li>Rapide</li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h2>Plan</h2>
|
|
<ol>
|
|
<li>Gestionnaires d'historique de presse-papier</li>
|
|
<li>Lancer des recherches avec des signets</li>
|
|
</ol>
|
|
</section>
|
|
</section>
|
|
|
|
<!-- Section 2 : presse-papier -->
|
|
<section>
|
|
<section>
|
|
<h2>Historique de presse-papier</h2>
|
|
<ul>
|
|
<li>Fonction existante depuis pas mal de temps</li>
|
|
<li>Sur la plupart des systèmes d'exploitation
|
|
<li>Windows</li>
|
|
<li>Mac OS</li>
|
|
<li>Linux</li>
|
|
</li>
|
|
<li>Peut faire gagner du temps et en confort</li>
|
|
</ul>
|
|
</section>
|
|
</section>
|
|
|
|
<!-- Section 3 : signets pour la recherche -->
|
|
<section>
|
|
Slide 3
|
|
</section>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<script src="dist/reveal.js"></script>
|
|
<script src="plugin/notes/notes.js"></script>
|
|
<script src="plugin/markdown/markdown.js"></script>
|
|
<script src="plugin/highlight/highlight.js"></script>
|
|
<script>
|
|
// More info about initialization & config:
|
|
// - https://revealjs.com/initialization/
|
|
// - https://revealjs.com/config/
|
|
Reveal.initialize({
|
|
hash: true,
|
|
slideNumber: 'c/t',
|
|
|
|
// Learn about plugins: https://revealjs.com/plugins/
|
|
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|