You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-10Lines changed: 21 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# ONLYOFFICE plugin for Discourse
2
2
3
-
Welcome to the official repository for the **ONLYOFFICE plugin for Discourse**! It brings the power of [ONLYOFFICE Docs](https://www.onlyoffice.com/docs) right to your [Discourse](https://www.discourse.org/) enabling work with office files in topics and replies.
3
+
Welcome to the official repository for the **ONLYOFFICE plugin for Discourse**!
4
+
It brings the power of [ONLYOFFICE Docs](https://www.onlyoffice.com/docs) right to your [Discourse](https://www.discourse.org/) enabling work with office files in topics and replies.
4
5
5
6
## Features ✨
6
7
@@ -26,44 +27,54 @@ You have two main choices for the ONLYOFFICE Document Server:
26
27
***Community Edition (Free)**: Ideal for small teams and personal use.
27
28
* The **recommended** installation method is [Docker](https://github.com/onlyoffice/Docker-DocumentServer).
28
29
* To install it on Debian, Ubuntu, or other derivatives, click [here](https://helpcenter.onlyoffice.com/docs/installation/docs-community-install-ubuntu.aspx).
29
-
***Enterprise Edition**: Provides scalability for larger organizations. To install, click [here](https://helpcenter.onlyoffice.com/docs/installation/enterprise).
30
+
***Enterprise Edition**: Provides scalability for larger organizations.
31
+
To install, click [here](https://helpcenter.onlyoffice.com/docs/installation/enterprise).
30
32
31
33
Community Edition vs Enterprise Edition comparison can be found [here](#onlyoffice-docs-editions).
32
34
33
35
## Plugin configuration ⚙️
34
36
35
-
Navigate to the **Admin** section in the left panel. On the page that opens, locate the **Plugins** section in the left panel and click on **Installed plugins**. From the list, find **ONLYOFFICE Discourse** and click **Settings**.
37
+
Navigate to the **Admin** section in the left panel.
38
+
On the page that opens, locate the **Plugins** section in the left panel and click on **Installed plugins**.
39
+
From the list, find **ONLYOFFICE Discourse** and click **Settings**.
36
40
37
41
Enter the following details:
38
42
39
43
-**ONLYOFFICE Docs address**: The URL of your Docs instance (cloud or on-premises).
-**JWT Header**: If you have custom header naming in your Docs setup, enter it here.
42
47
43
-
To ensure the ONLYOFFICE plugin functions properly, enable the **Auto authorize extensions** setting. By default, Discourse limits the list of allowed attachment formats. Enabling this setting automatically expands the list of authorized extensions in Discourse, allowing users to attach and open files in the editor via the ONLYOFFICE plugin.
48
+
To ensure the ONLYOFFICE plugin functions properly, enable the **Auto authorize extensions** setting.
49
+
By default, Discourse limits the list of allowed attachment formats.
50
+
Enabling this setting automatically expands the list of authorized extensions in Discourse, allowing users to attach and open files in the editor via the ONLYOFFICE plugin.
44
51
45
-
## Plugin usage
52
+
## Plugin usage
46
53
47
54
### Creating and editing files ✍️
48
55
49
56
When adding a topic or comment, you can create a file (DOCX, XLSX, PPTX, or PDF) by clicking the ONLYOFFICE icon and selecting the desired format.
50
57
51
-
The created file is automatically attached to the topic or reply. Once published, the file appears in the post, and clicking its name opens a pop-up with the following actions:
58
+
The created file is automatically attached to the topic or reply.
59
+
Once published, the file appears in the post, and clicking its name opens a pop-up with the following actions:
52
60
53
-
-**Edit with ONLYOFFICE:** Open the file in ONLYOFFICE editors for seamless editing. The file creator is granted editing rights by default.
61
+
-**Edit with ONLYOFFICE:** Open the file in ONLYOFFICE editors for seamless editing.
62
+
The file creator is granted editing rights by default.
54
63
-**Download:** Save the file directly to your device.
55
64
-**Manage Permissions:** Adjust access rights for the file.
56
65
-**Convert:** Convert the file into a different format of your choice.
57
66
58
67
### File conversion 🔄
59
68
60
-
Save your file in the format of your choice. Simply click the **Convert** button, select the desired format from the list, and the file will be downloaded directly to your device.
69
+
Save your file in the format of your choice.
70
+
Simply click the **Convert** button, select the desired format from the list, and the file will be downloaded directly to your device.
61
71
62
72
### Managing file access permissions 🔐
63
73
64
74
By default, only the file owner (the post author) has editing rights, while other users can view the file.
65
75
66
-
To grant editing permissions to another user, click **Manage Permissions**, enter the username in the search bar, and click **Add Permissions**. Users with granted access will appear in the **Current Permissions** section within the same window.
76
+
To grant editing permissions to another user, click **Manage Permissions**, enter the username in the search bar, and click **Add Permissions**.
77
+
Users with granted access will appear in the **Current Permissions** section within the same window.
0 commit comments