aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2017-10-27 05:58:10 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2017-10-27 05:58:10 +0200
commitf2efa8c7535b9f04ecd7454cf3eb7e01eb61f832 (patch)
tree0074fdf60a73e9510132826218108c7f039c9036
parent39055c919cb7352c3d3ea4ba5cabee55347977e2 (diff)
parent859195d07af57af072c4aa1c8235e00478ef5599 (diff)
downloadvolse-hubzilla-f2efa8c7535b9f04ecd7454cf3eb7e01eb61f832.tar.gz
volse-hubzilla-f2efa8c7535b9f04ecd7454cf3eb7e01eb61f832.tar.bz2
volse-hubzilla-f2efa8c7535b9f04ecd7454cf3eb7e01eb61f832.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
-rw-r--r--doc/context/en/cards/help.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/context/en/cards/help.html b/doc/context/en/cards/help.html
new file mode 100644
index 000000000..9dbed3f97
--- /dev/null
+++ b/doc/context/en/cards/help.html
@@ -0,0 +1,20 @@
+<dl class="dl-horizontal">
+ <dt>General</dt>
+ <dd>Cards represent a persistent area for collaboration that is separate from the social stream. They are somewhat more lightweight than webpages and wikis for quick organisation of information and have the advantage of allowing collaboration and commentary. They are well suited for helping to organise complex tasks where there are frequent updates and feedback.
+ </dd>
+ <dt>Add Card</dt>
+ <dd>
+ Creating a new card is very similar to composing a new post.<br><br>
+ <ul>
+ <li>
+ <b>Page link name</b>: The page link name is the name of the card for the static URL
+ </li>
+ <li>
+ <b>Title</b>: The title is displayed at the top of the card
+ </li>
+ <li>
+ <b>Categories</b>: If you have the <a href="/settings/features">Post Categories feature</a> enabled for your channel, then you can add categories to the card. These categories populate the <b>Categories</b> list on the left panel and allow filtering your collection of cards.
+ </li>
+ </ul>
+ </dd>
+</dl>