Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Jul 29, 2023
1 parent 79b0228 commit 51859c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Mattermost RTL

This plugin [adds RTL (right-to-left) support to Mattermost](https://mattermost.com/blog/adding-rtl-support-to-mattermost/).
It applies automatic direction for messages and text inputs.
It applies automatic text direction to messages and text inputs.

**Before** enabling plugin:
To use Vazirmatn font, please install [mattermost-vazirmatn](https://github.com/QueraTeam/mattermost-vazirmatn) plugin.

**Before** enabling the plugin:

![before](screenshots/screenshot1.png)

**After** enabling plugin:
**After** enabling the plugin:

![after](screenshots/screenshot2.png)

Expand All @@ -16,17 +18,15 @@ This repository is based on

## Installation

Download the plugin file (`ir.quera.mattermost-rtl-*.tar.gz`) from
Download the plugin file (`ir.quera.mattermost-rtl-*.tar.gz`) from the
[Releases](https://github.com/QueraTeam/mattermost-rtl/releases)
page and upload to your Mattermost
server via **System Console**.
page and upload to your Mattermost server via **System Console**.

## Other Plugins

- [mattermost-vazirmatn](https://github.com/QueraTeam/mattermost-vazirmatn)
- [mattermost-chat-ui](https://github.com/QueraTeam/mattermost-chat-ui)


## Development, Build

make
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "ir.quera.mattermost-rtl",
"name": "Mattermost RTL",
"description": "This plugin adds RTL support to Mattermost.",
"description": "Adds RTL support to Mattermost.",
"version": "1.0.1",
"min_server_version": "5.12.0",
"webapp": {
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mattermost-rtl",
"version": "1.0.1",
"description": "This plugin adds RTL support to Mattermost.",
"description": "Adds RTL support to Mattermost.",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode=production",
Expand Down

0 comments on commit 51859c8

Please sign in to comment.