aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-10-25 13:33:58 +0200
committerGitHub <noreply@github.com>2017-10-25 13:33:58 +0200
commit859195d07af57af072c4aa1c8235e00478ef5599 (patch)
tree0074fdf60a73e9510132826218108c7f039c9036
parent325cbfcdb37912515cb1b30484896b049ab68f2a (diff)
parenta782c9944c7ddefd0bbe7458350b2417aabe64ad (diff)
downloadvolse-hubzilla-859195d07af57af072c4aa1c8235e00478ef5599.tar.gz
volse-hubzilla-859195d07af57af072c4aa1c8235e00478ef5599.tar.bz2
volse-hubzilla-859195d07af57af072c4aa1c8235e00478ef5599.zip
Merge pull request #888 from anaqreon/card-context
Context help for cards
-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>