rdv-info-markdown/intro/intro.html

136 lines
4.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
lang="fr"
xml:lang="fr">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta name="author" content="Igor Milhit" />
<title>Introduction à la prise de note avec markdown</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
ul.task-list li input[type="checkbox"] {
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
/* CSS for citations */
div.csl-bib-body { }
div.csl-entry {
clear: both;
}
.hanging-indent div.csl-entry {
margin-left:2em;
text-indent:-2em;
}
div.csl-left-margin {
min-width:2em;
float:left;
}
div.csl-right-inline {
margin-left:2em;
padding-left:1em;
}
div.csl-indent {
margin-left: 2em;
} </style>
<link rel="stylesheet" href="../style.css" />
<link href="/interface.css" rel="stylesheet" type="text/css" />
<script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script>
</head>
<body>
<header id="title-block-header">
<h1 class="title">Introduction à la prise de note avec markdown</h1>
<div class="authors">
<p class="author">Igor Milhit<a href="#fn1" class="footnote-ref"
id="fnref1" role="doc-noteref"><sup>1</sup></a></p>
</div>
<p class="date">Printemps 2023</p>
<div class="logo">
<img src="../static/logo-md.svg" />
</div>
</header>
<nav id="TOC" role="doc-toc">
<h2 id="toc-title">Table des matières</h2>
<ul>
<li><a href="#objectifs" id="toc-objectifs">Objectifs</a></li>
<li><a href="#1st-section" id="toc-1st-section">Pourquoi?</a></li>
<li><a href="#bibliographie"
id="toc-bibliographie">Bibliographie</a></li>
</ul>
</nav>
<h2 id="objectifs">Objectifs</h2>
<p>Les objectifs annoncés pour lintroduction sont les suivants:</p>
<ul>
<li>Quel intérêt? Autrement dit, pourquoi se mettre à rédiger avec
markdown?</li>
<li>Comment: syntaxe de base.</li>
<li>Quattendre dun éditeur de texte (pour rédiger avec
markdown)?</li>
<li>Bref aperçu des possibilités avancées:
<ul>
<li>Ensemble de notes.</li>
<li>Conversion.</li>
</ul></li>
</ul>
<div id="licence">
<p><img src="../static/by-sa.svg"
alt="Logo de la licence CC BY-SA 4.0" /><br />
<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.fr"
title="Texte de la licence en français">CC BY-SA 4.0</a><a
href="https://git.milhit.ch/igor/rdv-info-markdown">Sources</a></p>
</div>
<h2 id="1st-section">Pourquoi?</h2>
<p>Cette section repose essentiellement sur <span class="citation"
data-cites="perretFormatTexte2022">(<a href="#ref-perretFormatTexte2022"
role="doc-biblioref">Perret 2022</a>)</span>.</p>
<ul>
<li>Les fichiers utilisés sont:
<ul>
<li>Simples et légers. Rapides à ouvrir, faciles à sauvegarder, à
synchroniser. Permet une recherche dans le texte rapide.</li>
<li>Indépendants de tout système dexploitation et de logiciel.
Nimporte quel éditeur de texte (le bloc note, notepad, TextEdit,
etc.).</li>
<li>Rend possible une gestion de version très performante
(<code>git</code>).</li>
<li>Donne de bonnes assurances pour la pérennité dans le temps
(archivage).</li>
</ul></li>
<li>La syntaxe étant relativement simple et facile à mémoriser,
lédition de markdown repose sur très peu de fonctionnalités du
logiciel. Le bloc note suffit parfaitement, même si un peu plus de
confort est souhaitable.</li>
<li>Cette syntaxe est utilisée par de nombreux logiciels ou services en
lignes pour la rédaction. Par exemple les notes dans Zotero ou alors des
éditeurs en ligne permettant le travail collaboratif.</li>
</ul>
<h2 class="unnumbered" id="bibliographie">Bibliographie</h2>
<div id="refs" class="references csl-bib-body hanging-indent"
role="list">
<div id="ref-perretFormatTexte2022" class="csl-entry" role="listitem">
Perret, Arthur. 2022. <span>« Format texte »</span>. Site personnel.
<span>Arthur Perret</span>. 11 décembre 2022. <a
href="https://www.arthurperret.fr/cours/format-texte.html">https://www.arthurperret.fr/cours/format-texte.html</a>.
</div>
</div>
<aside id="footnotes" class="footnotes footnotes-end-of-document"
role="doc-endnotes">
<hr />
<ol>
<li id="fn1"><p>Uni CMU<a href="#fnref1" class="footnote-back"
role="doc-backlink">↩︎</a></p></li>
</ol>
</aside>
</body>
</html>