From 2e389b0b90f34d795e4bafc43d621955c05850a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 6 Nov 2016 15:15:48 +0100 Subject: Reordered documentation --- docs/en/user/articles.rst | 116 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 docs/en/user/articles.rst (limited to 'docs/en/user/articles.rst') diff --git a/docs/en/user/articles.rst b/docs/en/user/articles.rst new file mode 100644 index 00000000..16b3b0d2 --- /dev/null +++ b/docs/en/user/articles.rst @@ -0,0 +1,116 @@ +Articles +======== + +Save your first article +----------------------- + +The main purpose of wallabag is to save web articles. You have many ways to do it. If you think that the article is wrong displayed, `you can read this documentation `_. + +By using a bookmarklet +^^^^^^^^^^^^^^^^^^^^^^ + +On the ``Howto`` page, you have a ``Bookmarklet`` tab. Drag and drop the ``bag it!`` +link to your bookmarks bar of your browser. + +Now, each time you're reading an article on the web and you want to save it, +click on the ``bag it!`` link in your bookmarks bar. The article is saved. + +By using the classic form +^^^^^^^^^^^^^^^^^^^^^^^^^ + +In the top bar of your screen, you have 3 icons. With the first one, a plus sign, +you can easily save a new article. + +.. image:: ../../img/user/topbar.png + :alt: Top bar + :align: center + +Click on it to display a new field, paste the article URL inside and press your +``Return`` key. The article is saved. + +By using a browser add-on +^^^^^^^^^^^^^^^^^^^^^^^^^ + +Firefox +""""""" + +You can download the `Firefox addon here `_. + +Chrome +"""""" + +You can download the `Chrome addon here `_. + +By using your smarphone application +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Android +""""""" + +You can download the `Android application here `_. + +Windows Phone +""""""""""""" + +You can downlaod the `Windows Phone application here `_. + +Download your articles +---------------------- + +You can download each article in several formats: ePUB, MOBI, PDF, XML, JSON, CSV. + +On the article view, click on this icon, in the sidebar: + +.. image:: ../../img/user/download_article.png + :alt: download article + :align: center + +You can also download a full category (unread, starred, archive) in these formats. +For example, on **Unread** view, click on this icon in the top bar: + +.. image:: ../../img/user/download_articles.png + :alt: download articles + :align: center + +Share your articles +------------------- + +When you're reading an article, you can share it. Just click on the share button: + +.. image:: ../../img/user/share.png + :alt: share article + :align: center + +Now, you can share the article: + +- with a public URL (you'll have a light view of the article) +- with a tweet +- into your Shaarli +- with a post in Diaspora* +- to Carrot +- with an email + +Annotate your articles +---------------------- + +In each article you read, you can write annotations. It's easier to understand with some pictures. + +Select the part of the article that you want to annotate and click on the pencil: + +.. image:: ../../img/user/annotations_1.png + :alt: Select your text + :align: center + +Then, write your annotation: + +.. image:: ../../img/user/annotations_2.png + :alt: Write your annotation + :align: center + +The text is now highlighted and you can read your annotation if you move the mouse cursor over it. + +.. image:: ../../img/user/annotations_3.png + :alt: Read your annotation + :align: center + +You can create as many annotations as you wish. -- cgit v1.2.3