You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,10 @@ Vous liez le plugin sur votre page, ou dans vos scripts existants, et <i>LaterPl
26
26
Et comme <i>LaterPlease</i> est aussi hébergé, même pas besoin de le télécharger.
27
27
28
28
<h2>Mise en Place</h2>
29
-
<code>laterplease.js</code> contient le code avec tous les commentaires si vous voulez le modifier ou l'étudier.<br>
30
-
<code>laterplease.min.js</code> est compressé, illisible pour les humains mais plus léger.<br><br>
29
+
<b>laterplease.js</b> contient le code avec tous les commentaires si vous voulez le modifier ou l'étudier.<br>
30
+
<b>laterplease.min.js</b> est compressé, illisible pour les humains mais plus léger.<br><br>
31
31
32
-
1. Téléchargez <code>laterplease.js</code>.<br>
32
+
1. Téléchargez <b>laterplease.js</b>.<br>
33
33
2. Collez <code><scriptsrc="laterplease.js"></script></code> sur la page.<br>
34
34
35
35
La visualisation s'active pour chaque balise <code>a</code>.<br>
@@ -63,7 +63,7 @@ Indiquez à <i>LaterPlease</i> d'ignorer un lien en lui donnant la classe <code>
63
63
<li>Un lien impossible à visualiser : <code>.ignorePlease</code></li>
64
64
</ul>
65
65
66
-
Tout le code CSS est visible dans <code>style (For Reference Only !).css</code>. Inutile de le télécharger, mais vous pouvez y vérifier les règles CSS par défaut.
66
+
Tout le code CSS est visible dans <b>style (For Reference Only !).css</b>. Inutile de le télécharger, mais vous pouvez y vérifier les règles CSS par défaut.
67
67
</details>
68
68
<hr>
69
69
<details>
@@ -83,16 +83,16 @@ With <i>LaterPlease</i>, you can visualize a link by hovering over it. No page l
83
83
84
84
The playlist follows you everywhere on the site and keeps the sites and links you need to read later. Forever.
85
85
86
-
You get a simple and clean list of the page you'll read, without killing performance.
86
+
You get a simple and clean list of the pages you'll read, without killing performance.
87
87
88
88
This plugin does not have any dependencies, nor does it need JQuery, additionnal CSS, or any page modification. You only need to link the plugin on every page, and <i>LaterPlease!</i> does the rest.
89
89
90
90
And because <i>LaterPlease</i> is hosted on the web, you have the option not to download it.
91
91
92
92
<h2>Set-Up</h2>
93
-
<code>laterplease.js</code> contains the plugin with a lot of comments to help you modify and understand it.<br>
94
-
<code>laterplease.min.js</code> is compressed, unreadable for humans but more lighweight<br><br>
95
-
1. Download <code>laterplease.js</code>.<br>
93
+
<b>laterplease.js</b> contains the plugin with a lot of comments to help you modify and understand it.<br>
94
+
<b>laterplease.min.js</b> is compressed, unreadable for humans but more lighweight<br><br>
95
+
1. Download <b>laterplease.js</b>.<br>
96
96
2. Paste <code><scriptsrc="laterplease.js"></script></code> on your page.<br><br>
97
97
98
98
The visualization shows up for every <code>a</code> tag.<br>
@@ -125,5 +125,5 @@ If you want <i>LaterPlease</i> to ignore a link, give it the class <code>ignoreP
125
125
<ul>
126
126
<li>A link that needs to be ignored : <code>.ignorePlease</code></li>
127
127
</ul>
128
-
The whole styling is in <code>style (For Reference Only !).css</code>. You don't need to download it but you can use it to help to check the default rules.
128
+
The whole styling is in <b>style (For Reference Only !).css</b>. You don't need to download it but you can use it to help to check the default rules.
0 commit comments