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/en/user/annotations.rst | |
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/en/user/annotations.rst')
-rw-r--r-- | docs/en/user/annotations.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/en/user/annotations.rst b/docs/en/user/annotations.rst new file mode 100644 index 00000000..d30b2c52 --- /dev/null +++ b/docs/en/user/annotations.rst | |||
@@ -0,0 +1,24 @@ | |||
1 | Annotations | ||
2 | =========== | ||
3 | |||
4 | In each article you read, you can write annotations. It's easier to understand with some pictures. | ||
5 | |||
6 | Select the part of the article that you want to comment and click on the pencil: | ||
7 | |||
8 | .. image:: ../../img/user/annotations_1.png | ||
9 | :alt: Select your text | ||
10 | :align: center | ||
11 | |||
12 | Then, write your comment: | ||
13 | |||
14 | .. image:: ../../img/user/annotations_2.png | ||
15 | :alt: Write your comment | ||
16 | :align: center | ||
17 | |||
18 | The text is now highlighted and you can read your comment if you move the mouse cursor over it. | ||
19 | |||
20 | .. image:: ../../img/user/annotations_3.png | ||
21 | :alt: Read your comment | ||
22 | :align: center | ||
23 | |||
24 | You can create as many comments as you wish. | ||