Skip to content

Commit 2c28775

Browse files
authored
Emojis, callouts, and connect Plane to private Slack channels (#337)
1 parent 85da540 commit 2c28775

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed

docs/core-concepts/pages/editor-blocks.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ References work items directly in the editor to track details and progress.
7171
## Divider
7272

7373
Adds a horizontal line to separate content sections visually.
74+
75+
## Emoji
76+
77+
Add emojis to your content across all Plane editors. Type `/emoji` to open the picker or use `:` and start typing for suggestions like `:smile:`. Choose from standard Unicode emojis and GitHub's extended collection.

docs/devices/mobile.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ You will notice that the bottom navigation bar now shows different buttons:
176176
<br />
177177

178178
## Push notifications
179+
:::info
180+
Push notifications are currently available only for Plane Cloud users.
181+
:::
179182

180183
The Plane mobile app supports push notifications to keep you updated on important activities. To start receiving notifications, make sure to turn them on in the app settings. Once turned on, you'll be notified about relevant updates, ensuring you never miss an important change or task.
181184

docs/integrations/github.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GitHub integration with Plane allows seamless synchronization between your GitHu
1919

2020
## Set up GitHub integration
2121

22-
:::danger[Self-hosted Plane instance]
22+
:::danger[Self-hosted Plane instance (Commercial Edition)]
2323
If you're running a self-hosted instance of Plane, you'll need to set up a few extra configurations to get GitHub integration working. Check out the [setup guide](https://developers.plane.so/self-hosting/govern/integrations/github) first before diving into the steps on this page.
2424
:::
2525

docs/integrations/gitlab.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This guide walks you through the steps to connect your GitLab account, link GitL
2121

2222
## Set up GitLab integration
2323

24-
:::danger[Self-hosted Plane instance]
24+
:::danger[Self-hosted Plane instance (Commercial Edition)]
2525
If you're running a self-hosted instance of Plane, you'll need to set up a few extra configurations to get GitLab integration working. Check out the [setup guide](https://developers.plane.so/self-hosting/govern/integrations/gitlab) first before diving into the steps on this page.
2626
:::
2727

docs/integrations/slack.mdx

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This guide will walk you through how to set up and connect your Slack account to
1717

1818
## Set up Slack integration
1919

20-
:::danger[Self-hosted instances]
20+
:::danger[Self-hosted instances (Commercial Edition)]
2121
If you're running a self-hosted instance of Plane, you'll need to set up a few extra configurations to get Slack integration working. Check out the [setup guide](https://developers.plane.so/self-hosting/govern/integrations/slack) first before diving into the steps on this page.
2222
:::
2323

@@ -118,6 +118,26 @@ That’s it. Now the thread and the work item are connected. Comments in the thr
118118

119119
This is perfect for situations where someone logs an issue in Plane but the conversation about it happens in Slack. Just link them up and avoid duplication.
120120

121+
### Add Plane to private Slack channels
122+
When you use Plane in public Slack channels, it automatically adds the Plane bot to those channels. However, for private channels, you must manually add the bot before you can create or link work items.
123+
124+
Here's how to add Plane to your private channels:
125+
126+
1. Navigate to your private channel.
127+
2. Open the channel settings.
128+
3. Go to the **Integrations** tab.
129+
4. Click **Add apps** in the **Apps** section.
130+
5. Search for `Plane` in the app directory. You'll see the Plane app with the `/plane` slash command
131+
6. Click *Add* next to the Plane app.
132+
133+
This will add the Plane bot to your private channel, and Slack will show you a confirmation message.
134+
135+
:::note
136+
Only channel members with the right permissions can add apps to private channels. If you don't see the option to add apps, ask a channel admin or the channel creator to add Plane for you.
137+
:::
138+
139+
Once you add Plane to your private channel, you can use all the same features you'd use in public channels - creating work items, linking existing ones, and getting rich link previews. The bot just needs that initial invitation to join your private conversation.
140+
121141
### Connect project to Slack channel
122142

123143
Stay on top of project updates without switching tabs. You can now link each Plane project to a default Slack channel to receive notifications whenever new work items are created.

docs/workspaces-and-users/billing-and-plans.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Should you think you have an exceptional circumstance and deserve a refund, writ
6161

6262
## Free trial
6363

64-
If you're using Plane Cloud, you can start a 14-day free trial for all paid plans with a listed trial feature.
64+
If you're using Plane Cloud, you can start a 14-day free trial for our Business plan, which includes all Pro features plus advanced Business capabilities.
6565

6666
:::warning[self-hosted]
6767
Free trials are not available for self-hosted paid plans.
@@ -73,4 +73,4 @@ Just head to the **Billing and plans** section in your [Workspace settings](/cor
7373

7474
During the trial, you'll have full access to all the paid plan features, allowing you to explore and evaluate them before committing to a subscription.
7575

76-
If you decide the paid plan isn’t the right fit, you can cancel the trial anytime before it ends. To do this, click the **Upgrade** button in the **Pro** card, then select **Cancel subscription** on the Stripe page. Once canceled, your workspace will revert to the free plan without any charges.
76+
After the 14-day trial period ends, your workspace will automatically revert to the free plan without any charges.

0 commit comments

Comments
 (0)