Joshua Pan
0ce38b6a92
Add documentation for M hotkey.
2017-03-25 09:42:49 -07:00
Joshua Pan
f40b43a491
hotkeys: Add hotkey `G` an alias for End.
...
Fixes #4195 .
2017-03-23 11:38:36 -07:00
Yago González
34a9e1ae11
markdown: Add TeX typesetting support.
...
Co-authored-by: Reid Barton <rwbarton@gmail.com>
Fixes #2056 .
2017-03-21 16:40:00 -07:00
Yago González
0c6251e58d
docs: Add reference to tilde-fenced code blocks.
2017-03-21 13:58:40 -07:00
Brock Whittaker
fa5a093738
hotkeys: Add keyboard shortcut for opening the gear menu.
...
This adds the shortcut “g” for opening the gear menu.
2017-03-19 22:08:21 -07:00
Joshua Pan
93609cc39d
Update shortcuts modal and documentation with reaction hotkeys.
2017-03-19 14:45:00 -07:00
Daw-Ran Liou
81f9de7cc8
Add "*" hotkey to toggle starred flag on the selected message.
2017-03-19 13:42:11 -07:00
Daw-Ran Liou
f67751d1f0
Add hotkey "l" for opening image in lightbox.
...
Open the lightbox in the current selected message. Only the first image
shows in the lightbox.
2017-03-19 11:43:21 -07:00
Tim Abbott
e9f1531fc7
hotkey: Remap v hotkey -> P.
2017-03-19 11:41:02 -07:00
Cynthia Lin
8241f7b40b
user docs: Update *Format your message using markdown* with Pygments.
...
Fixes #4081
2017-03-18 20:48:01 -07:00
Cynthia Lin
f47d7b7290
user docs: Update docs to replace *Custom alert words* with *Alert words*.
...
Fixes #4066
2017-03-15 11:25:37 -07:00
Cynthia Lin
7a804de485
user docs: Update *Send a private message*.
...
Add keyboard shortcut info to user doc. Fixes #156
2017-03-14 15:54:20 -07:00
Cynthia Lin
d764f0e0f1
user docs: Update *Send a stream message*.
...
Add keyboard shortcut info to user doc.
2017-03-14 15:54:20 -07:00
Cynthia Lin
6deee116dc
user docs: Update *Enable or disable pressing enter to send*.
...
Add keyboard shortcut info to user doc.
2017-03-14 15:54:20 -07:00
Tim Abbott
1c2f82f7fd
help: Remove now-unnecessary warning about old messages.
2017-03-14 14:10:08 -07:00
Raghav Jajodia
d21f446083
help: Add user docs for "Prevent change of name" settings.
2017-03-14 14:10:08 -07:00
Cynthia Lin
6fd6ef5d57
user docs: Mention message edit history feature in *Edit or delete a message*.
2017-03-13 15:03:35 -07:00
Cynthia Lin
1f2eddad8b
user docs: Add user guide for *View a message's edit history* feature.
...
Fixes #3730
2017-03-13 15:03:35 -07:00
Tim Abbott
3b59e6c3cc
subs: Rename /#subscriptions to /#streams.
...
Fixes #3653 .
2017-03-08 16:57:58 -08:00
Umair Khan
935cacfc86
capitalization: Fix View Source.
2017-03-08 12:33:37 -08:00
Umair Khan
523f8ecd79
capitalization: Fix Upload New Avatar.
2017-03-08 12:33:37 -08:00
Umair Khan
3dd823b0af
capitalization: Fix Stream Name.
2017-03-08 12:33:36 -08:00
Cynthia Lin
0f02031846
user docs: Add user guide for *View messages containing files or links*.
...
Fixes #3754
2017-03-05 14:17:25 -08:00
Cynthia Lin
f7db3a7d3d
user docs: Fix broken link in *Upload and share files* doc.
2017-03-04 19:07:46 -08:00
Cynthia Lin
777b7d4cb7
user docs: Add user guide for *Manage your uploaded files* feature.
...
Fixes #3723
2017-03-04 17:50:49 -08:00
Cynthia Lin
33e7ae1fd0
user docs: Mention file upload management in *Upload and share files*.
2017-03-04 17:50:49 -08:00
Cynthia Lin
9ed15fa100
user docs: Update *Mute a topic* doc with new Settings feature.
...
Fixes #3793
2017-03-04 17:48:42 -08:00
Raghav Jajodia
4752eb39b4
help: Added user docs for change of email address.
2017-03-04 17:32:48 -08:00
Tim Abbott
9b11993fa7
settings: Fix need to reload when changing time format.
...
I noticed while reviewing #3807 that we still haven't fixed this;
because timestamps are primarily displayed in the message view, fixing
this is trivial.
2017-03-01 22:43:19 -08:00
Tim Abbott
bbecd41376
help: Fix link to index page being present on index page.
...
Fixes #3613 .
2017-02-18 14:59:43 -08:00
Cynthia Lin
d75a1b0bfc
user docs: Add user guide for *Add an emoji reaction to a message*.
...
Fixes #3616 .
2017-02-18 14:13:57 -08:00
Cynthia Lin
6890f80383
user docs: Fix minor errors in *Star a message*.
2017-02-18 09:21:35 -08:00
Cynthia Lin
3647a6414a
user docs: Add"emoji reaction" to Zulip glossary.
2017-02-18 09:21:35 -08:00
Igor Tokarev
55cffa1e69
Added keyboard shortcut to edit the last message.
...
Tweaked significantly by tabbott to update Casper tests, document the
new feature, and fix hotkeys.
Fixes #1147 .
2017-02-12 00:29:28 -08:00
Tim Abbott
dd37f9ab1f
help: add :s to hotkeys docs.
2017-02-11 23:19:45 -08:00
Tim Abbott
6ddb625003
help: Clean up hotkeys doc, e.g. using symbols for arrow keys.
2017-02-11 23:19:04 -08:00
Naren Surampudi
373c7c8f95
help: Document MacOS specific version of various hotkeys.
...
Fixes #3577 .
2017-02-11 23:18:54 -08:00
Brock Whittaker
c2e9690e34
Add line break to prevent image inline-block'ing.
...
The image in the page will display next in line to the previous
paragraph which is not how it should look. This adds a <br> to
make the image appear to work as a block element and go down to
the next line without corrupting the <ol> it lives within.
2017-02-10 21:46:09 -08:00
Brock Whittaker
993189f2a3
Remove link to /#settings in header.
...
This removes the linke to /#settings in the "Change your settings"
header at the top of the /help/change-your-settings page.
2017-02-10 21:46:09 -08:00
Brock Whittaker
5f6632c9e9
Add "back to home" button at top of help pages.
...
This adds a button that will bring a user back to the home
of the help section "/help".
2017-02-10 21:46:09 -08:00
Tim Abbott
72ff55db2f
help: Fix capitalization of various menu items.
2017-02-08 23:07:14 -08:00
Cynthia Lin
ac4d551b32
user docs: Conform *Reply to a message* to user docs styling guide.
2017-02-05 15:19:44 -08:00
Cynthia Lin
362001eb9d
user docs: Make minor edits to *Add a bot or integration* doc.
2017-02-05 15:19:44 -08:00
Cynthia Lin
1ec5f01e4d
user docs: Make minor edits to *Edit or delete a message* doc.
2017-02-05 15:19:44 -08:00
Cynthia Lin
ee7fc103aa
user docs: Make minor edits to *Make an announcement* doc.
2017-02-05 15:19:44 -08:00
Cynthia Lin
d634cdbefe
user docs: Make minor edits to *Join a Zulip organization* doc.
2017-02-05 15:19:44 -08:00
Cynthia Lin
862f501818
user docs: Make minor edits to *Signing out* doc.
2017-02-05 15:19:44 -08:00
Rishi Gupta
d8012c5b7b
user docs: Change footer to be less prominent.
2017-01-31 18:17:49 -08:00
Rishi Gupta
89c5ef76b4
user docs: Move Basics and Apps into a Misc category.
2017-01-31 18:17:49 -08:00
Cynthia Lin
056eb8d5c5
docs: Replace all instances of "accessibility" with "privacy"
2017-01-31 18:04:59 -08:00
Cynthia Lin
42487d372e
docs: Update *Searching for messages* doc with new UI and features.
2017-01-31 18:04:59 -08:00
Rishi Gupta
7d02a44bc6
user docs: Rename searching-for-messages to search-for-messages.
2017-01-31 17:13:51 -08:00
Rishi Gupta
4be0fd6a6d
user docs: Comment out links without articles on index.md.
2017-01-31 17:13:50 -08:00
Rishi Gupta
10810b85ab
user docs: Cleanup index in preparation for 1.5.
2017-01-31 17:13:40 -08:00
Tim Abbott
b3c9e186f9
help: Clean up change-your-organization-settings.
2017-01-29 23:02:20 -08:00
Cynthia Lin
7766c122b4
docs: Conform *View messages from a stream* to style guide.
2017-01-29 22:57:38 -08:00
Cynthia Lin
c739e6e752
docs: Update *About streams and topics* doc.
2017-01-29 22:56:23 -08:00
synicalsyntax
969b6db7ed
docs: Rename documentation URLs and titles to be the same.
2017-01-29 22:56:23 -08:00
Cynthia Lin
41d66f1ddf
docs: Conform *Send a group of people a private message* to style guide.
2017-01-29 22:51:54 -08:00
synicalsyntax
26c13a42f8
docs: Conform *Enable or disable Press Enter to send* to style guide.
...
Also, tabbott made a number of edits to the content.
2017-01-29 22:49:23 -08:00
synicalsyntax
7ea84aa0af
docs: Conform *Send a private message* to style guide.
2017-01-29 22:36:48 -08:00
synicalsyntax
8932d46657
docs: Conform *Send a stream message* to style guide.
2017-01-29 22:35:24 -08:00
Jackson
db1d6933de
docs: Add user guide for Using Zulip on Windows.
2017-01-29 11:38:12 -08:00
Cynthia Lin
d8c648ac05
docs: Update *Verify that you message has been successfully sent* doc.
...
Change wording for better clarification.
2017-01-28 22:56:09 -08:00
synicalsyntax
21534930b1
docs: Update *Searching for messages* doc.
2017-01-28 22:49:11 -08:00
synicalsyntax
f6fc218ba3
docs: Fix *Join Zulip Chat button* doc.
...
With tweaks from tabbott to clean it up and better explain it.
2017-01-28 22:47:18 -08:00
Tim Abbott
5f4ddb9079
glossary: Add more clarity to private message discussions.
2017-01-28 22:39:35 -08:00
synicalsyntax
4504818e5e
docs: Add user guide for *Send someone a private message*
2017-01-28 19:16:56 -08:00
Cynthia Lin
30b7eee3ef
docs: Add user guide for *Configure email notifications*
2017-01-28 19:09:03 -08:00
synicalsyntax
7ba62c0e79
docs: Conform *Format your message using Markdown* to style guidelines.
2017-01-28 16:03:00 -08:00
synicalsyntax
3c8c72b816
docs: Update *Add emoji* doc.
2017-01-28 16:02:53 -08:00
synicalsyntax
4c0c7dd3f9
docs: Conform *@-mention a team member* to user documentation styling guidelines.
2017-01-28 15:59:44 -08:00
synicalsyntax
0f2327f9ce
docs: Conform *Restore the last unsent message* to user documentation styling guidelines.
2017-01-28 15:59:44 -08:00
synicalsyntax
07d84941de
docs: Update *Zulip glossary* doc.
2017-01-28 15:59:44 -08:00
Tim Abbott
dff9b31546
help: Clean up discussion of search operators.
2017-01-27 16:00:22 -08:00
Cynthia Lin
de0329b4f9
docs: Modify *Searching for messages* to include directions on viewing the first message in a topic.
2017-01-27 16:00:22 -08:00
Cynthia Lin
c72d51ec45
docs: Add user guide for *Configure email digest notifications*
2017-01-27 15:32:13 -08:00
Brock Whittaker
04dfa2071f
Remove unnecessary terms-page-container class.
...
This removes the terms-page-container class from the markdown div and
thereby removes the necessary 40px padding at the top of the div.
2017-01-27 11:41:35 -08:00
Tim Abbott
48109b7bd8
docs: Clean up user guide index a bit.
2017-01-17 17:06:40 -08:00
synicalsyntax
2c6a467ba0
docs: Remove instances of "(admin only)" in index.md.
...
All admin only docs are now located under “Administering a Zulip
organization”
2017-01-17 14:45:15 -08:00
Cynthia Lin
0e543c7bad
docs: Create and use *Administrator only feature* macro.
2017-01-17 14:45:15 -08:00
synicalsyntax
dab0bf80ae
docs: Add *Save changes* macro to *Allow anyone to join without an invitation*
2017-01-16 19:59:37 -08:00
Cynthia Lin
aa9e40b39a
docs: Add *Save changes* macro to *Change a user's name*
2017-01-16 19:59:37 -08:00
Cynthia Lin
7ff7d0e76c
docs: Add *Save changes* macro to *Change the default language for your organization*
2017-01-16 19:59:37 -08:00
Cynthia Lin
d1a49bd174
docs: Add *Save changes* macro to *Change your avatar*
2017-01-16 19:59:37 -08:00
Cynthia Lin
1925cf4037
docs: Add *Save changes* macro to *Change your name*
2017-01-16 19:59:37 -08:00
Cynthia Lin
86e58d283c
docs: Add *Save changes* macro to *Change your organization's name*
2017-01-16 19:59:37 -08:00
Cynthia Lin
b090959fbc
docs: Add *Save changes* macro to *Change your password*
2017-01-16 19:59:37 -08:00
Cynthia Lin
cc313edbce
docs: Add *Save changes* macro to *Configure audible notifications*
2017-01-16 19:59:37 -08:00
Cynthia Lin
0c305b85ce
docs: Add *Save changes* macro to *Configure desktop notifications*
2017-01-16 19:59:37 -08:00
Cynthia Lin
8306e8aa8c
docs: Add *Save changes* macro to *Configure mobile notifications*
2017-01-16 19:59:37 -08:00
Cynthia Lin
ac998960b3
docs: Add *Save changes* macro to *Only allow admins to create new streams*
2017-01-16 19:59:37 -08:00
Cynthia Lin
e484d00627
docs: Add *Save changes* macro to *Only allow admins to invite new users*
2017-01-16 19:59:37 -08:00
Cynthia Lin
012415a1dc
docs: Add *Save changes* macro to *Restrict editing of old messages and topics*
2017-01-16 19:59:37 -08:00
Cynthia Lin
3123ab29e7
docs: Add *Save changes* macro to *Restrict user email addresses to certain domains*
2017-01-16 19:59:37 -08:00
Cynthia Lin
11f36df37c
docs: Create *Save changes* macro.
2017-01-16 19:59:37 -08:00
JefftheBest1
faa847148b
docs: Improved the headings in some docs.
2017-01-16 19:54:21 -08:00
Jackson
e76bcba56b
Fix spelling and grammatical errors in zerver/help docs.
2017-01-16 19:34:45 -08:00
Vamshi Balanaga
583f1e503e
docs: Add user guide for Send a message in a different language.
2017-01-16 18:24:06 -08:00
Tim Abbott
9be76e91dd
Fix capitalization in 'Add a new bot'.
2017-01-16 18:00:10 -08:00
Tim Abbott
86ddd2277e
Fix capitalization in 'Deactivate your account'.
2017-01-16 18:00:10 -08:00
Tim Abbott
9921f3279f
Fix capitalization in 'Deactivate account'.
2017-01-16 18:00:10 -08:00
Tim Abbott
b68a970018
Fix capitalization and grammar in 'Add a new filter'.
2017-01-16 18:00:10 -08:00
Tim Abbott
1a16c9bd53
Fix capitalization and grammar in 'Delete streams'.
2017-01-16 18:00:10 -08:00
Tim Abbott
6bc1653333
Fix capitalization in 'Create bot'.
2017-01-16 18:00:10 -08:00
Tim Abbott
15b718e2d1
Fix capitalization in 'Your bots'.
2017-01-16 18:00:10 -08:00
Tim Abbott
450ce61e6c
Fix internationalization in streams page buttons/labels.
2017-01-16 18:00:10 -08:00
Tim Abbott
abd4767b50
Fix capitalization in 'Allowed domains'.
2017-01-16 18:00:10 -08:00
Tim Abbott
45dc2d599c
Fix capitalization in 'Add a new emoji'.
2017-01-16 18:00:10 -08:00
Tim Abbott
8dc96166fd
Fix capitalization in 'Your account'.
2017-01-16 18:00:10 -08:00
Tim Abbott
37e7898303
Fix capitalization in 'Default streams'.
2017-01-16 18:00:10 -08:00
Tim Abbott
d38277b095
Fix capitalization in 'New alert word'.
2017-01-16 18:00:10 -08:00
Tim Abbott
572e3565fb
Fix capitalization in 'Add/Custom Alert Word(s)'.
2017-01-16 18:00:10 -08:00
Tim Abbott
3667ca8114
Fix capitalization in 'Default language'.
2017-01-16 18:00:10 -08:00
Tim Abbott
e1e7788e67
Fix capitalization in 'Deactivated users'.
2017-01-16 18:00:10 -08:00
Tim Abbott
ab75b41a6f
Fix capitalization in 'Save changes'.
2017-01-16 18:00:10 -08:00
Tim Abbott
2bbad279ae
Fix capitalization in 'Display settings'.
2017-01-16 18:00:10 -08:00
Tim Abbott
0667ae5d26
Fix capitalization in 'Change password'.
2017-01-16 18:00:10 -08:00
Tim Abbott
56bc421a6f
Rename 'Filter Streams' to 'Filter streams'.
2017-01-16 18:00:10 -08:00
Tim Abbott
284931967a
Rename 'All Streams' to 'All streams'.
2017-01-16 18:00:10 -08:00
Tim Abbott
dd8fb093c8
Rename 'Stream Settings' to 'Stream settings'.
2017-01-16 18:00:10 -08:00
synicalsyntax
c85274d665
docs: Add *Follow steps* macro to *Make a user an administrator* doc.
2017-01-15 11:16:18 -08:00
Cynthia Lin
9812e776c7
docs: Add *Follow steps* macro to *Invite a friend to Zulip* doc.
2017-01-15 11:16:18 -08:00
Cynthia Lin
12aa861b4f
docs: Add *Follow steps* macro to *Configure mobile notifications* doc.
2017-01-15 11:16:18 -08:00
Cynthia Lin
7041a0d0e2
docs: Add *Follow steps* macro to *Change your organization's name* doc.
2017-01-15 11:16:18 -08:00
Cynthia Lin
84659574c9
docs: Add *Follow steps* macro to *Change a user's name* doc.
2017-01-15 11:16:18 -08:00
Cynthia Lin
1b173ee99a
docs: Create *Follow steps* macro.
2017-01-15 11:16:18 -08:00
Cynthia Lin
67cc345fab
docs: Fix x icon formatting.
2017-01-15 11:07:22 -08:00
Cynthia Lin
10769306b9
docs: Fix formatting error in *Upload and share files* doc.
2017-01-15 11:04:42 -08:00
Cynthia Lin
2cd8d0e70e
docs: Conform *View an image at full size* doc to documentation styling guidelines.
2017-01-15 11:04:42 -08:00
synicalsyntax
760a267668
docs: Conform *View the exact time a message was sent* doc to documentation styling guidelines.
2017-01-15 11:04:42 -08:00
synicalsyntax
83946e29ec
docs: Conform *View information about a message* doc to documentations styling guidelines.
2017-01-15 11:04:42 -08:00
synicalsyntax
6e77c9e9e6
docs: Update *View the markdown source of a message* doc.
...
Rewrite for better clarification.
2017-01-15 11:04:42 -08:00
synicalsyntax
191ef9fc33
docs: Update *Organize the Streams sidebar* doc.
...
Adds links to the stream actions described in the doc, also moves it to
a more relevant place in `index.md`
2017-01-15 11:04:42 -08:00
synicalsyntax
f64cb818e2
docs: Update *About streams and topics* doc.
2017-01-15 10:56:24 -08:00
synicalsyntax
ecc2259815
docs: Fix *Restrict user email addresses to certain domains* doc.
...
There were some formatting errors.
2017-01-15 10:56:24 -08:00
JefftheBest1
8e0aa90065
docs: Improved titles in signing-out.md.
2017-01-14 12:27:53 -08:00
JefftheBest1
d71cf373ec
docs: Added extra step to Restrict user email addresses to certain domains
2017-01-13 15:12:30 -08:00
JefftheBest1
02aec2b2e3
docs: Organize the streams sidebar. Fixes #3272
2017-01-13 14:48:28 -08:00
anirudhjain75
f2980f2504
docs: Edit about-streams-and-topics.md to conform to style guide
2017-01-12 16:30:01 -08:00
anirudhjain75
84d065265b
docs: Edit browse-and-join-streams.md to conform to style guide
2017-01-12 16:28:42 -08:00
anirudhjain75
8b180b1455
docs: Edit create-a-stream.md to conform to style guide
2017-01-12 16:28:13 -08:00
Vamshi Balanaga
72cfc64144
docs: Fix grammatical error in Verify that your message has been succesfully sent
2017-01-12 15:48:30 -08:00
Tim Abbott
a6ba6432eb
docs: Revise user guide for verifying messages were sent.
2017-01-12 14:34:16 -08:00
Vamshi Balanaga
84db825f88
docs: Add user guide for Verify that your message has been successfully sent.
2017-01-12 14:31:27 -08:00
synicalsyntax
c500266b70
docs: Conform *Upload and share files* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
4e85a0e409
docs: Conform *Preview your message before sending* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
2d1ef283a0
docs: Conform *Add emoji* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
b3cc10377e
docs: Conform *Restrict user email addresses to certain domains* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
7c57c84eb2
docs: Conform *Set notifications for a single stream* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
be26c4e67e
docs: Conform *Use Zulip on Android* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
2505a1be5c
docs: Conform *Signing out* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
synicalsyntax
57d2dd9d44
docs: Conform *Deactivate your account* doc to documentation styling guidelines.
2017-01-12 14:11:49 -08:00
andrewallen00
badd4be155
docs: Add user guide for configure mobile notifications.
2017-01-12 10:52:08 -08:00
K.Kanakhin
9fecd85e4a
user-docs-images: Remove unnecessary user docs images.
...
Fixes #3070 .
2017-01-12 10:02:26 -08:00
Tim Abbott
8842954e3c
help: Remove links to screenshots of icons.
2017-01-12 10:00:49 -08:00
JefftheBest1
2d7ee577d5
docs: Join a Zulip Organization
2017-01-12 09:12:08 -08:00
Bojidar Marinov
bc056488b6
docs: Edit alert-words.md to conform to style guide.
2017-01-12 08:52:19 -08:00
Bojidar Marinov
d4b0f04fac
docs: Edit configure-audible-notifications.md to conform to style guide.
2017-01-12 08:52:19 -08:00
Bojidar Marinov
c0fd0e3ee3
docs: Edit configure-desktop-notifications.md to conform to style guide.
2017-01-12 08:52:19 -08:00
Bojidar Marinov
ee9eb2004e
docs: Edit mute-a-stream.md to conform to style guide.
2017-01-12 08:52:19 -08:00
Bojidar Marinov
d4571c75d3
docs: Edit and extend mute-a-topic.md to conform to style guide.
2017-01-12 08:52:19 -08:00
JefftheBest1
e74cb2d11c
Fixed typo in index.md
2017-01-11 15:50:22 -08:00
Jackson
12359f6876
docs: Edit upload-and-share-files.md to conform to style guide.
2017-01-11 15:35:56 -08:00
Jackson
174b925875
docs: Edit add-emoji.md to conform to style guide
2017-01-11 15:33:26 -08:00
Jackson
7fcf64a18a
docs: Edit preview-your-message-before-sending.md to conform to style guide
2017-01-11 15:32:09 -08:00
Steve Howell
fb9ac98510
Fix lint error with help/main.html template.
2017-01-11 14:58:53 -08:00
JefftheBest1
95604aa212
docs: Restrict user email addresses to certain domains
2017-01-11 14:49:12 -08:00
JefftheBest1
7f7df149ae
Added footer to all user docs. Fixes #3112
2017-01-11 14:24:56 -08:00
Vamshi Balanaga
e329263521
docs: Add user guide for 'Add Bot or Integration'
2017-01-11 12:20:39 +01:00
sidhant bhavnani
1bdbf26dd8
docs: Only allow admins to create new streams.
2017-01-11 11:57:21 +01:00
JefftheBest1
207b2e0b25
docs: Set notifications for a single stream
2017-01-11 10:55:58 +01:00
JefftheBest1
49cb9b0236
docs: Share a message or conversation
2017-01-10 20:53:26 -08:00
cosmicasymmetry
9e59b3fb0a
docs: Edit send-a-group-of-people-a-private-message.md to conform to style guide
2017-01-10 19:27:26 -08:00
cosmicasymmetry
b04200f803
docs: Edit invite-a-friend-to-zulip.md to conform to style guide
2017-01-10 19:27:26 -08:00
Jackson
663ecc11ca
docs: Edit browse-and-join-streams.md to conform to style guide
2017-01-10 18:21:39 -08:00
Jackson
cd9045d9fd
docs: Edit view-messages-from-a-stream.md to conform to style guide
2017-01-10 18:21:39 -08:00
Jackson
4ff4787d83
docs: Edit make-an-announcement.md to conform to style guide
2017-01-10 18:21:39 -08:00
Yago González
089c0a861d
docs: Add user guide for Using Zulip on Android.
2017-01-10 17:27:06 -08:00
synicalsyntax
e6c3aaae12
docs: Fix broken link error.
2017-01-09 19:30:26 -08:00
synicalsyntax
a74cbe7bd4
docs: Confrom *Move the users list to the left sidebar* doc to documentation styling guidelines.
2017-01-09 19:30:26 -08:00
synicalsyntax
f0ab21918d
docs: Confrom *Change the date and time format* doc to documentation styling guidelines.
2017-01-09 19:30:26 -08:00
synicalsyntax
764a54ae26
docs: Merge *Searching* and *Advanced search* docs.
...
Most information was redundant and unnecessary.
2017-01-09 16:21:22 -08:00
synicalsyntax
9387c34623
docs: Conform *View messages from a topic* doc to documentation styling guidelines.
2017-01-09 16:12:54 -08:00
synicalsyntax
86e2a98324
docs: Conform *View messages from a user* doc to documentation styling guidelines.
2017-01-09 16:12:54 -08:00
synicalsyntax
d4ec85dae2
docs: Conform *Zulip glossary* doc to documentation styling guidelines.
2017-01-09 16:12:54 -08:00
Cynthia Lin
7b2bf3b56f
docs: Conform *The Zulip browser window* doc to documentation styling guidelines.
2017-01-09 16:12:54 -08:00
Cynthia Lin
fe96a6d2a6
docs: Wrap lines in *Change a stream's color* doc.
2017-01-09 16:12:54 -08:00
Cynthia Lin
44d3a07691
docs: Fix grammatical errors in *Delete a stream* doc.
2017-01-09 16:12:54 -08:00
sinwar
3f350391ce
docs: Ban the term realm from user documentation.
...
Fixes #3031 .
2017-01-09 10:58:19 -08:00
Yago González
dafe06613e
docs: Add user guide for Send a status message.
...
Edited by tabbott for clarity.
2017-01-06 19:39:40 -08:00
Cynthia Lin
57e7941ba9
docs: Remove unnecessary content originally extracted from old ToC.
2017-01-06 18:41:57 -08:00
Tim Abbott
e256073214
docs: Remove all the redundant content from the index.
2017-01-06 18:41:07 -08:00
Tim Abbott
e2533cac7d
docs: Clean up message formatting duplication.
2017-01-06 18:32:36 -08:00
Tim Abbott
49a8a0e292
docs: Remove old table on contents.
2017-01-06 18:32:24 -08:00
Cynthia Lin
e66abbebf9
docs: Clean up table of contents.
2017-01-06 18:29:06 -08:00
Cynthia Lin
ad230de81b
docs: Extract new docs from sections of old index page.
2017-01-06 18:29:06 -08:00
Tim Abbott
d73cb4687e
docs: Fix explanation of unicode emoji.
2017-01-06 18:29:03 -08:00
Tim Abbott
a39643da61
lint: Require space after likely ends of sentences in help.
2017-01-06 11:18:45 -08:00
synicalsyntax
c9eaf67c78
docs: Update documentation styling guide with new guidelines.
2017-01-05 20:23:26 -08:00
JefftheBest1
af1998fbb8
docs:Added make an announcement
2017-01-05 17:26:53 -08:00
synicalsyntax
9d09ab11a9
docs: Replace images with FontAwesome icons.
2017-01-05 16:43:00 -08:00
Tim Abbott
bc4a9ff722
lint: Enforce no lines longer than 120 characters in help docs.
...
This requires some somewhat messy changes to the all-streams macro.
2017-01-05 14:54:04 -08:00
Tim Abbott
25f083a284
help: Wrap a bunch of very long lines.
...
Now there are no lines longer than 140 characters here.
2017-01-05 14:45:31 -08:00
Tim Abbott
2ce1f7c489
help: Wrap long lines in glossary.
2017-01-05 14:04:06 -08:00
Cynthia Lin
68da889a76
docs: Modify existing images to fit with documentation styling guidelines.
2017-01-05 13:40:45 -08:00
Cynthia Lin
b8007b1b3c
docs: Add macros to the *View the markdown source of a message* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
d737108e57
docs: Add macros to the *Unsubscribe from a stream* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
6b7afddd20
docs: Add macros to the *Star a message* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
1c6a765a22
docs: Add macros to the *Restrict editing of old messages and topics* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
d6e9a57fa3
docs: Add macros to the *Reply to a message* doc.
...
This doc needs to be modified in the future to conform to the styling guidelines; only a portion was corrected.
2017-01-05 13:40:45 -08:00
Cynthia Lin
c39aeeca5b
docs: Add macros to the *Rename a stream* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
990d022cd5
docs: Add macros to the *Remove someone from a stream* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
b0f867357d
docs: Add macros to the *Pin a stream* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
1796de44a8
docs: Add macros to the *Mute a topic* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
a3e035e047
docs: Add macros to the *Mute a stream* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
6a0f07802b
docs: Add macros to the *Edit or delete a message* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
4a1f93817b
docs: Add macros to the *Create a stream* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
20151a81e9
docs: Add macros to the *Collapse a message* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
c8824b96c1
docs: Add macros to the *Change who can join a stream* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
a9d0d0a8a8
docs: Add macros to the *Change the topic of a message* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
4aa70af05f
docs: Add macros to *Change the stream description* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
22ea5f27a5
docs: Add macros to *Change the color of a stream* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
bed7bc98bc
docs: Add macros to *Browse and join streams* doc.
...
Also modified to serve as a reference for navigating to the Subscriptions page.
2017-01-05 13:40:45 -08:00
Cynthia Lin
24ba8d8f08
docs: Add macros to *Add or invite someone to a stream* doc.
2017-01-05 13:40:45 -08:00
Cynthia Lin
083c331e2d
docs: Create *Stream Settings* macro.
2017-01-05 13:40:45 -08:00
Cynthia Lin
d49b119391
docs: Create *Stream Settings scroll* macro.
2017-01-05 13:40:45 -08:00
Cynthia Lin
ae79bb9f01
docs: Create *Stream actions* macro.
2017-01-05 13:40:45 -08:00
Cynthia Lin
eff16b9766
docs: Create *Message actions* macro.
2017-01-05 13:40:45 -08:00
Cynthia Lin
097fbdefe4
docs: Create *Filter Streams* macro.
2017-01-05 13:40:45 -08:00
Cynthia Lin
6ad98e83b9
docs: Create *Down Chevron* macro.
2017-01-05 13:40:45 -08:00
Cynthia Lin
7f9b1b6490
docs: Create *All Streams* macro.
2017-01-05 13:40:45 -08:00
Cynthia Lin
89e9d79bb6
docs: Modify *Subscriptions* macro.
...
Modified to more resemble format of *Settings* and *Administration* macros.
2017-01-05 13:40:45 -08:00
Tim Abbott
b48fcf4f8d
change-your-language: Add additional details and links.
2017-01-04 23:21:45 -08:00
synicalsyntax
111dabe74f
docs: Edit change-your-language.md to conform to style guide.
2017-01-04 23:16:17 -08:00
Jackson
652ae2639e
help: Replace screenshots and cleanup markdown source article.
...
With some small copy edits by tabbott.
Fixes #2987 .
2017-01-04 16:28:36 -08:00
Cynthia Lin
7fec4d4074
user docs: Add *Subscriptions* macro to *Rename a stream* doc.
2017-01-04 08:50:38 -08:00
Cynthia Lin
26ea7ac328
user docs: Add *Administration* macro to *Set default streams for new users* doc.
2017-01-04 08:50:38 -08:00
Cynthia Lin
58d364f3ae
user docs: Add *Administration* macro to *Delete a stream* doc.
2017-01-04 08:50:38 -08:00
Cynthia Lin
00c940f91d
user docs: Add *Administration* macro to *Change a user's name* doc.
2017-01-04 08:50:38 -08:00
Cynthia Lin
ae03816cae
user docs: Add *Administration* macro to *View a list of bots in your organization* doc.
2017-01-04 08:50:38 -08:00
Cynthia Lin
e49b76ee11
user docs: Add *Administration* macro to *Make a user an administrator* doc.
2017-01-04 08:50:38 -08:00
Cynthia Lin
cfc63a55a8
user docs: Add *Administration* macro to *Deactivate or reactivate a bot* doc.
2017-01-04 08:50:38 -08:00
Cynthia Lin
329f2b278f
user docs: Add *Administration* macro to *Deactivate or reactivate a user* doc.
2017-01-04 08:50:38 -08:00
Cynthia Lin
31fdc56260
user docs: Add *Administration* macro to *Add a custom linkification filter* doc.
2017-01-04 08:50:38 -08:00
Cynthia Lin
0241b8baa9
user docs: Add *Administration* macro to *Add custom emoji* doc.
2017-01-04 08:50:38 -08:00
Cynthia Lin
6f58710b48
user docs: Add *Administration* macro to *Change the default language of your organization* doc.
...
Renaming doc in accordance with https://github.com/zulip/zulip/issues/3031
2017-01-04 08:50:38 -08:00
Cynthia Lin
6d13b92b14
user docs: Add *Administration* macro to *Restrict editing of old messages and topics* doc.
2017-01-04 08:50:38 -08:00
Cynthia Lin
9fbfc275e5
user docs: Add *Administration* macro to *Only allow administrators to invite new users* doc.
2017-01-04 08:50:38 -08:00
Cynthia Lin
ac04e5ce9c
user docs: Add *Administration* macro to *Allow anyone to join without an invitation* doc.
2017-01-04 08:50:38 -08:00
Cynthia Lin
b6b42c3b4c
user docs: Add *Administration* macro to *Change your organization's name* macro
2017-01-04 08:50:38 -08:00
synicalsyntax
e1c9d0f814
user docs: Modify *Settings* macro to use *Go to the* macro.
...
Created a *Go to the* macro that can be used by both *Settings* and
*Administration* macro.
2017-01-04 08:50:38 -08:00
synicalsyntax
a36d39f774
user docs: Create *Administration* macro.
2017-01-04 08:50:38 -08:00
synicalsyntax
ab9356ad44
user docs: Remove outdated *Settings* macro.
2017-01-04 08:50:38 -08:00
anirudhjain75
3bd70075c4
doc: Add user documentation for view the list of bots in an organization.
...
With several cleanups by tabbott.
2017-01-03 18:44:37 -08:00
Cynthia Lin
4f17d6cc61
docs: Add user guide for *Configure audible notifications* feature
2017-01-03 18:39:22 -08:00
Cynthia Lin
e3bf6ebac7
user docs: Add *Settings* macro to *Add an alert word* doc.
2017-01-03 16:15:51 -08:00
Cynthia Lin
1883dea064
user docs: Add *Settings* macro to *Configure desktop notifications* doc.
2017-01-03 16:15:51 -08:00
Cynthia Lin
2c9803e24a
user docs: Add *Settings* macro to *Deactivate your account* doc.
2017-01-03 16:15:51 -08:00
Cynthia Lin
0c8f06692f
user docs: Add *Settings* macro to *Move the users list to the left sidebar* doc.
2017-01-03 16:15:51 -08:00
Cynthia Lin
3f84fa663c
user docs: Add *Settings* macro to *Change the date and time format* doc.
2017-01-03 16:15:51 -08:00
Cynthia Lin
41271da7c7
user docs: Add *Settings* macro to *Change your language* doc.
...
Also updated outdated UI in pictures.
2017-01-03 16:15:51 -08:00
Cynthia Lin
2725ae5963
user docs: Add *Settings* macro to *Change your avatar* doc.
2017-01-03 16:15:51 -08:00
Cynthia Lin
c32f8b4d01
user docs: Add *Settings* macro to *Change your password* doc.
2017-01-03 16:15:51 -08:00
Cynthia Lin
9aa0a103e1
user docs: Add *Settings* macro to *Change your name* doc.
2017-01-03 16:15:51 -08:00
Cynthia Lin
742d19c1b0
user docs: Create *Settings* macro.
2017-01-03 16:15:51 -08:00
Cynthia Lin
d3743d2b15
docs: Add user guide for *Add a custom linkification filter* feature
2017-01-03 11:31:04 +01:00
andrewallen00
27a9341039
docs: Add user guide for configure desktop notifications.
2017-01-02 21:23:14 -08:00
Alya Abbott
8852db34c6
Update signing in page.
2017-01-02 16:34:15 -08:00
Alya Abbott
6bedbbb399
Add forgotten password doc.
...
Fixes #2998 .
2017-01-02 15:19:16 -08:00
Callum
76807d4c82
docs: Add user guide for alert words.
2017-01-02 15:04:33 -08:00
Cynthia Lin
5db1a69542
user docs: Use subscriptions macro in *Remove someone from a stream* doc.
2017-01-02 09:29:03 -08:00
Cynthia Lin
d72a4c8429
user docs: Use subscriptions macro in *Unsubscribe from a stream* doc
2017-01-02 09:29:03 -08:00
Cynthia Lin
c1edbb2576
user docs: Use subscriptions macro in *Remove someone from a stream* doc.
2017-01-02 09:08:15 -08:00
Cynthia Lin
30d06bfd1f
user docs: Use subscriptions macro in *Change who can join a stream* doc.
2017-01-02 09:08:15 -08:00
Cynthia Lin
f0fe351bf7
user docs: Use subscriptions macro in *Change the stream description* doc.
2017-01-02 09:08:15 -08:00
Cynthia Lin
3cda2d540e
user docs: Use subscriptions macro in *Change the color of a stream* doc.
2017-01-02 09:08:15 -08:00
Cynthia Lin
5117f7dc3a
user docs: Use subscriptions macro in *Create a stream* doc.
2017-01-02 09:08:15 -08:00
Cynthia Lin
0a54f2b467
user docs: Use subscriptions macro in *Browse and join streams* doc.
2017-01-02 09:08:15 -08:00
Cynthia Lin
eedc6ffc3f
docs: Add user guide for *Add custom emoji* feature.
2017-01-02 09:07:39 -08:00
Cynthia Lin
a5e45f4213
user docs: Use subscriptions macro in stream invite doc.
2017-01-01 19:49:23 -08:00
Cynthia Lin
1118d303dc
user docs: Add the subscriptions macro.
2017-01-01 19:49:14 -08:00
Tim Abbott
687d0cbf9e
docs: Add support for including markdown files in others.
...
This uses a third-party dependency, python-markdown-include.
The example use for settings is intended primarily as a demonstration.
2016-12-30 17:16:29 -08:00
Alya Abbott
c444ae2850
Update text in the "move the users list" doc.
2016-12-30 15:31:46 -08:00
Alya Abbott
c650f299fd
Update change-your-avatar user doc.
2016-12-30 12:43:56 -08:00
Cynthia Lin
77d8056d5f
docs: Add user guide for *Allow anyone to join without an invitation* feature
2016-12-30 13:19:01 +01:00
Alya Abbott
b809d8edee
Fix up change-your-password doc.
2016-12-29 16:34:05 -08:00
Alya Abbott
85bd74f957
Cleans up change-your-name doc page.
2016-12-29 16:34:03 -08:00
Alya Abbott
d0cf1249ef
Clean up the edit-settings doc page.
2016-12-29 16:31:13 -08:00
Alya Abbott
2b460e0e51
Move edit-profile -> edit-settings.
2016-12-29 16:28:25 -08:00
lonerz
e1d4fb90d7
hotkeys: Add '@' as a hotkey to compose message with mention.
2016-12-29 15:43:35 -08:00
andrewallen00
881342a5ca
docs: Add user guide for reply to a message
...
docs: Add user guide for reply to a message
docs: Add user guide for reply to a message
docs: Add user guide for reply to a message
docs: Add user guide for reply to a message
docs: Add user guide for reply to a message
2016-12-29 19:26:56 +01:00
Cynthia Lin
0d5a0d02b3
docs: Add user guide for *Restrict editing of old messages and topics* feature
2016-12-29 10:35:10 +01:00
KingxBanana
5ad10bb265
Update unsubscribe-stream.md
...
- "locate" instead of "located"
2016-12-28 17:18:25 -08:00
KingxBanana
e32d93bc42
Update streams-and-private-messages.md
...
- "read or send messages in the stream." is wrong. You can't read to a stream.
- Added "a" to make it sound better line 10
- Changed end of line 10 a bit
2016-12-28 17:18:24 -08:00
KingxBanana
bb0ea65ad8
Update sign-in.md
...
- Changed from "Login" to "Log in" line 19
2016-12-28 17:18:14 -08:00
KingxBanana
b60b695f58
Update send-stream-message.md
...
- Fixed line 10
2016-12-28 17:18:14 -08:00
KingxBanana
9b17a58970
Update send-group-pm.md
...
- Fixed line 47
- Removed "message" after "group" a couple of times to make it sound better
2016-12-28 17:18:14 -08:00
KingxBanana
9841021c6d
Update keyboard-shortcuts.md
...
- Added missing "topic"
- Changed some "allows" that sounded wrong
2016-12-28 17:18:14 -08:00
KingxBanana
286ac7ca7b
Update keyboard-shortcuts.md
...
- Changed "a messages" to "messages"
- Fixed typo: "stream message" -> "private message"
2016-12-28 17:18:14 -08:00
KingxBanana
1bd46a1b93
Update image-full-size.md
2016-12-28 17:18:14 -08:00
KingxBanana
892c2c0427
Update glossary.md
...
- Updated **Home** to include PM's
- Fixed line 21
- Fixed line 27
- Fixed line 31
- "the user is choosing to stop recieving" instead of "the user is choosing to stop recieve"
2016-12-28 17:18:14 -08:00
KingxBanana
06374f004a
Update format-your-message-using-markdown.md
...
- Fixed typo: "test" -> "text"
- Changed line 75 a bit
- Removed a `"` that was wrongly placed
- Changed an if sentence to make it grammatically correct
- Fixed line 85
2016-12-28 17:18:12 -08:00
KingxBanana
4dfbaf8e7f
Update editing-past-messages.md
...
- Changed "separate answer" to "separate guide", because "separated answer" wasn't the best wording imo.
2016-12-28 17:18:00 -08:00
KingxBanana
bde9d64baa
Update edit-profile.md
...
- Added hyperlink for changing language
- Removed manage notifications from top, as it was not in the guide
2016-12-28 17:18:00 -08:00
KingxBanana
414cbc2bd2
Update delete-a-stream.md
...
- "Follow these instructions" instead of "follow this instructions"
2016-12-28 17:18:00 -08:00
KingxBanana
98f55c96de
Update collapse-a-message.md
...
- "Select" instead of "selecting"
2016-12-28 17:18:00 -08:00
KingxBanana
de6882f051
Update change-your-name.md
...
- "this is fully are supported" incorrect.
2016-12-28 17:18:00 -08:00
KingxBanana
2f64ebd751
Update change-stream-color.md
...
- "Suits" instead of "suites"
2016-12-28 17:18:00 -08:00
KingxBanana
3f7914d451
Update browse-and-join-streams.md
...
- Read and send to incorrect: You don't read to a stream.
2016-12-28 17:18:00 -08:00
KingxBanana
251006fa59
Update advanced-search.md.
...
- There was no "previous" image
- There was no space between the - and the text
- The difference between **keyword** and **"keyword"** was unclear
2016-12-28 17:17:57 -08:00
KingxBanana
de73eaeef8
Update add-invite-stream.md
...
- Once the email address is entered in the **Email address** sounded weird.
- After, now sentence incorrect
2016-12-28 17:17:38 -08:00
KingxBanana
10a58564e6
Update add-emoji.md.
...
The order of the possible ways to use emoji in the introduction was
different from the order they were explained in.
2016-12-28 17:17:34 -08:00
KingxBanana
590b84f9e5
Update about-stream-topic.md
2016-12-28 17:16:59 -08:00
Sampriti Panda
5316c364bb
docs: Add user guide for Change your organization's name
2016-12-28 12:33:57 +01:00
sidhant bhavnani
5b4d9774e0
Docs: Only allow admins to invite new users
2016-12-28 11:28:06 +01:00
Tim Abbott
39f0ffdedd
Move static/third/gemoji to static/generated/emoji.
...
Fixes #1153 .
2016-12-27 20:16:23 -08:00
Tim Abbott
92a62cccd3
help: Fix broken link to rename-a-stream.
2016-12-27 17:27:11 -08:00
Tim Abbott
1c5e8cd47b
lint: Check for spelling of organization and fix errors.
2016-12-27 17:25:01 -08:00
anirudhjain75
8e3f1e1745
doc: Add user documentation for change the default language feature
2016-12-27 17:21:19 -08:00
anirudhjain75
aaf0852aba
doc: Add user documentation for set the default streams
...
Create user documentation for setting the defaul streams
for new users.
2016-12-28 02:03:05 +01:00
anirudhjain75
4e17a76350
user guides: Change URLs to match article titles.
...
Fixes #2855 .
2016-12-27 15:48:16 -08:00
Callum
0dbe1bb87e
docs: Add user guide for starring messages
2016-12-26 18:10:31 -08:00
Maydha K
161159ff04
docs: Add user guide for change the stream description.
2016-12-26 18:06:11 -08:00
Cynthia Lin
853c78753a
docs: Add user guide for *Mute a topic* feature
2016-12-26 10:40:06 -08:00
Cynthia Lin
f61d1574cc
docs: Add user guide for *Deactivate or reactivate a bot* feature
...
docs: Add user guide for *Deactivate or reactivate a bot* feature
2016-12-26 10:12:11 -08:00
Sampriti Panda
fe803fff55
docs: Fix broken link in "About Stream Topic" documentation
2016-12-26 08:22:49 -08:00
Jackson
127ae05073
docs: Add user guide for Mute/Unmute a stream
2016-12-26 08:21:16 -08:00
anirudhjain75
654e8de5ba
Doc: Add user guide for Change user's name feature
2016-12-24 11:16:32 -08:00
Cynthia Lin
eb56698202
docs: Add user guide for *Make a public stream private* feature
2016-12-24 11:03:42 -08:00
Cynthia Lin
38b0b3ffb5
docs: Add user guide for *Deactivate or reactivate a user* feature
...
docs: Add user guide for *Deactivate or reactivate a user* feature
2016-12-24 10:11:09 -08:00
Tommy Ip
067c0b684e
docs: Add user guide for *Keyboard shortcuts* feature.
2016-12-24 09:45:25 -08:00
andrewallen00
db0a1b31a3
docs: Add user guide for send a group private message.
...
docs: Add user guide for send a group private message.
docs: Add user guide for send a group private message.
2016-12-24 09:29:24 -08:00
Tommy Ip
acb02cbdd3
docs: Add user guide for *Make a user an administrator* feature.
2016-12-24 08:36:15 -08:00
Cynthia Lin
87d759d597
docs: Add user guide for *Rename a stream* feature
2016-12-23 17:44:17 +01:00
Cynthia Lin
4db2da66c3
docs: Add user guide for *Delete a stream* feature
2016-12-22 14:55:28 -08:00
Cynthia Lin
e6f61625a1
docs: Add user guide for *About streams and topics* feature
2016-12-22 14:42:34 -08:00
Rishi Gupta
92c54ac3dc
user guides: Add ~30 titles for help articles.
2016-12-22 14:12:27 -08:00
Rishi Gupta
6f5d75ffd8
user guides: Edit names of a few help articles.
2016-12-22 14:12:27 -08:00
Cynthia Lin
dfa32d7eb0
docs: Add user guide for *Deactivate your account* feature
2016-12-22 09:01:33 -08:00
Maydha K
1c788d3fb5
docs: Add user guide for viewing messages from a stream.
2016-12-22 16:58:18 +01:00
Jackson
e7fe9217a5
docs: Add user guide for Viewing the markdown source of a message.
2016-12-21 17:48:36 -08:00
Niels Terwiesch
0d21d931bf
docs: Add user guide for Remove user from stream.
2016-12-21 15:20:38 -08:00
Cynthia Lin
1a6b6655a5
docs: Add user guide for *Signing in* feature
2016-12-21 15:08:29 -08:00
Jackson
7b209f7f7f
docs: Add user guide for Collapse a Message.
2016-12-21 15:06:37 -08:00
Maydha K
516ccd706c
docs: Add user guide for the announce stream.
2016-12-21 12:13:27 -08:00
anirudhjain75
5321f246ef
docs: Add User Guide for `private message`
2016-12-21 12:05:05 -08:00
Cynthia Lin
61c4db8ad2
docs: Add user guide for *Invite a friend to Zulip* feature
2016-12-21 11:42:39 -08:00
Tim Abbott
753a25268c
help: Enable and use the markdown admonition extension.
...
This allows us to add warnings and tips in the Zulip help documents.
2016-12-21 11:01:49 -08:00
Juan Verhook
4cbfac68ca
Added User Guide for the Delete a Stream Feature.
2016-12-21 10:56:28 -08:00
Tommy Ip
8e86ed7364
Improve join chat button.
...
Update join chat button to match with other badges in README.md.
2016-12-21 10:51:54 -08:00
Cynthia Lin
4ecc9deb92
docs: Add user guide for *View the exact time a message was sent* feature
2016-12-21 07:57:05 -08:00
andrewallen00
75340c93b0
docs: Add user guide for send a stream message
...
docs: Add user guide for send a stream message
2016-12-20 18:36:49 -08:00
Cynthia Lin
365a4808bc
docs: Add user guide for *Change date and time format* feature
...
docs: Add user guide for *Change date and time format* feature
2016-12-20 18:24:59 -08:00
Cynthia Lin
6964959017
docs: Add user guide for *View information about a message* feature
2016-12-20 17:26:14 -08:00
anirudhjain75
db894b9912
Create "join chat" button for Zulip.
...
The image that we are using can be found in the zulip repository
in the directory`static/images/help` named as chat-with-zulip-button.
We use the new button in the readme, and we also provide instructions
on how to embed the button in other sites in the help docs.
Fixes : #2270
2016-12-20 16:10:21 -08:00
Cynthia Lin
f2d7f37757
docs: Add user guide for *Change the topic of a message* feature
...
docs: Add user guide for *Change the topic of a message* feature
2016-12-20 15:21:24 -08:00
Cynthia Lin
6e11b76725
docs: Add user guide for *View your current stream subscriptions* feature.
2016-12-20 12:06:05 -08:00
Joy Chen
7da65ecb1a
docs: Add user guide for rename a stream
2016-12-20 11:13:11 -08:00
Cynthia Lin
56e1fb6df6
docs: Add user guide for *Restore the last unsent message* feature.
2016-12-20 11:01:44 -08:00
Steve Howell
732967f80e
Fix broken link -> send-private-message.
2016-12-19 19:16:52 -08:00
Maydha K
4da1ffae9c
docs: Add user guide for previewing your message.
2016-12-19 13:39:42 -08:00
Cynthia Lin
4d1b67286d
docs: Add user guide for *Send a private message* feature ( #2785 )
...
docs: Add user guide for *Send a private message* feature
2016-12-19 13:07:56 -08:00
Tim Abbott
062d14fd63
help: Fix trailing whitespace in pin-a-stream article.
2016-12-19 09:03:29 -08:00
K.Kanakhin
a57752d158
help-documentation: Fix links in user help documentation
2016-12-19 08:31:39 -08:00
KingxBanana
28b49cb440
docs: Add user guide for pin a stream
2016-12-19 08:22:50 -08:00
Cynthia Lin
f826c87a73
docs: Add user guide for *Change your avatar* feature
2016-12-19 07:40:41 -08:00
Cynthia Lin
3227484fbf
docs: Add user guide for *Add or invite someone to a stream* feature
2016-12-18 19:33:11 -08:00
Maydha K
ab927d3e96
docs: Add user guide for viewing an image at full size.
2016-12-18 13:51:34 -08:00
Maydha K
85558df4bb
docs: Add user guide for pressing enter to send.
2016-12-17 16:46:42 -08:00
Cynthia Lin
64e4eea000
docs: Add user guide for *Edit or delete a message* feature
2016-12-17 16:45:13 -08:00
Cynthia Lin
e87cc4e622
docs: Add user guide for *Unsubscribe from a stream* feature
2016-12-17 08:51:38 -08:00
K.Kanakhin
b0816dff73
help-documentation: Fix typos in help documentation.
...
Fixes #2639
2016-12-16 09:04:04 -08:00
Brock Whittaker
105ef7caae
Add markdown page styling.
...
This styles inline images, the markdown page as a whole, and the
notification buttons to be CSS rather than images.
[Tweaked by tabbott to temporarily remove the Yantramanov font, since
we should be committing that to the repo so Zulip works correctly without
Internet access]
2016-12-15 21:59:58 -08:00
Cynthia Lin
208da224e1
docs: Add user guide for *Advanced search* feature.
2016-12-15 21:48:07 -08:00
Tim Abbott
9ddec92d8a
docs: Add missing link to Zulip sign out docs.
2016-12-15 21:43:56 -08:00
Niels Terwiesch
e04fe084b7
docs: Add user guide for change stream color.
2016-12-15 16:28:20 -08:00
Rishi Gupta
a5add3dfb6
user guides: Synchronize names of articles with names of links.
2016-12-14 15:40:48 -08:00
Rishi Gupta
df25e61328
help/index.md: Add names of articles to create.
2016-12-14 15:40:48 -08:00
Brock Whittaker
61fb6cf418
user guides: Fix some formatting in index.
2016-12-13 21:56:58 -08:00
Cynthia Lin
23652f8025
docs: Add user guide for *Browse and join streams* feature.
2016-12-13 18:48:23 -08:00
Cynthia Lin
c0f87481c6
docs: Add user guide for *Message display settings* feature
2016-12-12 12:43:45 -08:00
Zach Breit
3368b90f34
docs: Add user guide for 'Changing the Default Language'
2016-12-12 09:29:58 -08:00
Cynthia Lin
78a0d9456e
docs: Add user guide for *Keyboard shortcuts* feature
2016-12-09 15:37:49 -08:00
Cynthia Lin
eb35d53ed1
docs: Add user guide for *Zulip glossary*
2016-12-09 05:07:57 -08:00
Niels Terwiesch
2288120155
docs: Add user guide for emoji
2016-12-07 20:48:39 -08:00
Tim Abbott
90f76c079d
lint: Require space after headings in markdown.
2016-12-07 17:15:53 -08:00
Robert Hönig
b44c4680ff
docs: Add user guide for *Search for messages*.
2016-12-07 17:12:34 -08:00
Juanvulcano
2e5eb74eec
help: Create name-change.md.
2016-12-07 12:27:24 -08:00
actuallyatoaster
25ed6876be
docs: Add user guide for changing password.
2016-12-07 11:59:54 -08:00
1Niels
aad53443b5
docs: Add user guide for Edit Your Profile.
2016-12-06 18:19:53 -08:00
actuallyatoaster
d11cdac876
docs: Add documentation for linking to a stream.
...
Fixes #2560 .
2016-12-06 17:47:26 -08:00
Cynthia Lin
aa7f11dd6c
docs: Add user guide for *Streams and Private Messages*
2016-12-05 21:22:37 -08:00
Maydha K
c51d2c3d8f
docs: Add user guide for signing out
2016-12-05 16:59:18 -08:00
Cynthia Lin
f354892ba4
docs: Add user guide for *Create a stream*
2016-12-05 05:48:13 -08:00
Cynthia Lin
dd62123d4b
docs: Add user guide for *Format Your Messages*.
2016-12-03 20:44:01 -08:00
Robert Hönig
5ba3e214da
Add user guide for *Editing past messages*.
2016-12-03 14:20:06 +00:00
Joy Chen
2784a3e27f
docs: Add user guide for Uploading and Sharing Files.
2016-11-30 22:30:56 -08:00
AZtheAsian
3c0ea4da6f
docs: Add user guide for *mention a team member*.
2016-11-30 19:41:49 -08:00
Tim Abbott
46a601c4c4
Import the user documentation guide into new user docs system.
...
This is an import of
https://github.com/brannerchinese/zulip_user_documentation
into the main Zulip repository. Important changes include:
* Removed trailing whitespace.
* Changed URLs for images to work properly.
2016-11-09 21:39:55 -08:00
Tim Abbott
cf2007d4e0
docs: Add a simple markdown-based help center.
...
The plan is to use this for adding user documentation to Zulip.
2016-11-09 21:39:55 -08:00