Slack: Difference between revisions

From wikinotes
 
 
(3 intermediate revisions by the same user not shown)
Line 24: Line 24:
= Usage =
= Usage =
<blockquote>
<blockquote>
== Hotkeys ==
<blockquote>
<source lang="yaml">
ctrl-k        # jump to channel
ctrl-shift-k  # jump to dms
ctrl-shift-l  # search new channels
ctrl-shift-a  # show unread 'esc' marks read
</source>
</blockquote>
== Identifying Workspace ==
<blockquote>
<source lang="yaml">
- open slack web or desktop
- click the workspace in top-left
- workspace listed underneath (ex: foo.slack.com)
</source>
</blockquote><!-- identifying workspace -->
== Joining Workspaces ==
== Joining Workspaces ==
<blockquote>
<blockquote>
Line 29: Line 49:
Enter an email to join a workspace, you do not need a pre-existing account membership or subscription.
Enter an email to join a workspace, you do not need a pre-existing account membership or subscription.
</blockquote><!-- Joining Workspaces -->
</blockquote><!-- Joining Workspaces -->
== Reminders ==
<blockquote>
See https://slack.com/help/articles/208423427-Set-a-reminder
<source lang="bash">
/remind me  Do that monday thing  every monday at 9am
/remind me  blink                  in 60 minutes
</source>
</blockquote><!-- Reminders -->
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->

Latest revision as of 21:33, 25 August 2023

A proprietary/paid messaging platform.
A desktop client is available, or you can use it from a web browser.

Documentation

homepage https://slack.com/intl/en-ca/
web login https://slack.com/signin#/signin
slack markdown ref https://www.markdownguide.org/tools/slack/

Install

pacaur -S slack-desktop

Usage

Hotkeys

ctrl-k        # jump to channel
ctrl-shift-k  # jump to dms
ctrl-shift-l  # search new channels

ctrl-shift-a  # show unread 'esc' marks read

Identifying Workspace

- open slack web or desktop
- click the workspace in top-left
- workspace listed underneath (ex: foo.slack.com)

Joining Workspaces

Some projects use slack as a support channel.
Enter an email to join a workspace, you do not need a pre-existing account membership or subscription.

Reminders

See https://slack.com/help/articles/208423427-Set-a-reminder

/remind me   Do that monday thing   every monday at 9am
/remind me   blink                  in 60 minutes