diff options
author | Nicolas Lœuillet <nicolas.loeuillet@smile.fr> | 2016-02-23 11:32:48 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-26 18:14:12 +0100 |
commit | 7720cca5325eae71595e6355d6599448c30377fb (patch) | |
tree | 9e8589b42c3ba7d42d4601c4ed2feb597dfabf7c /docs/fr/user | |
parent | f38e03dc02c96344677fd2720912605b21c90b5d (diff) | |
download | wallabag-7720cca5325eae71595e6355d6599448c30377fb.tar.gz wallabag-7720cca5325eae71595e6355d6599448c30377fb.tar.zst wallabag-7720cca5325eae71595e6355d6599448c30377fb.zip |
Add annotator in baggy theme
+ Documentation about annotations
Diffstat (limited to 'docs/fr/user')
-rw-r--r-- | docs/fr/user/annotations.rst | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/fr/user/annotations.rst b/docs/fr/user/annotations.rst new file mode 100644 index 00000000..8ba87e26 --- /dev/null +++ b/docs/fr/user/annotations.rst | |||
@@ -0,0 +1,25 @@ | |||
1 | Commentaires | ||
2 | ============ | ||
3 | |||
4 | Sur chaque article que vous lisez, vous pouvez écrire des commentaires. Puisqu'une image vaut mieux qu'un long discours, | ||
5 | voici ce que ça donne. | ||
6 | |||
7 | Sélectionnez la zone du texte que vous souhaitez commenter et cliquez sur le crayon : | ||
8 | |||
9 | .. image:: ../../img/user/annotations_1.png | ||
10 | :alt: Select your text | ||
11 | :align: center | ||
12 | |||
13 | Ensuite, écrivez votre commentaire : | ||
14 | |||
15 | .. image:: ../../img/user/annotations_2.png | ||
16 | :alt: Write your comment | ||
17 | :align: center | ||
18 | |||
19 | Le texte est maintenant surligné et vous pouvez lire le commentaire en le survolant avec votre souris. | ||
20 | |||
21 | .. image:: ../../img/user/annotations_3.png | ||
22 | :alt: Read your comment | ||
23 | :align: center | ||
24 | |||
25 | Vous pouvez créer autant de commentaires que vous le souhaitez. | ||