diff --git a/docs/eln/admin/features.mdx b/docs/eln/admin/features.mdx index ce9599de..6e0164c8 100644 --- a/docs/eln/admin/features.mdx +++ b/docs/eln/admin/features.mdx @@ -32,56 +32,6 @@ Before making any changes, it's crucial to be fully informed. It's recommended t ::: -The following features are available for customization (in alphabetical order) - -- [ChemDraw Editor](#chemdraw-editor) -- Computed Prop -- [Ketcher 2 Editor](#ketcher-2-editor) -- Reaction Prediction -- [User Authentication (userProvider)](#user-authentication-userprovider) - -### ChemDraw Editor - -**Compatible Versions** - -| Chemotion ELN | ChemDraw | -| ----------------- | ---------- | -| 1.5.3 and after | 21 | -| 1.0.2 to 1.5.3 | 17, 19, 20 | -| 1.0.2 and earlier | 17 | - -**Configuration in JSON** - -To activate ChemDraw in Chemotion ELN, use the following JSON configuration: - -```json -{ - "editor": "chemdraw" -} -``` - -For detailed setup instructions for ChemDraw, please refer to [Structure editor](../install_configure/configuration#structure-editor). - -### Ketcher 2 Editor - -**Compatible Versions** - -| Chemotion ELN | Ketcher 2 | -| ----------------- | ------------ | -| 1.1.0 and after | 2.4.2, 2.5.1 | - -**Configuration in JSON** - -To activate Ketcher 2 in Chemotion ELN, use the following JSON configuration: - -```json -{ - "editor": "ketcher2" -} -``` - -For detailed setup instructions for Ketcher 2, please refer to [Structure editor](../install_configure/configuration#structure-editor). - ### User Authentication (userProvider) **Supported Versions** diff --git a/docs/eln/troubleshooting.mdx b/docs/eln/troubleshooting.mdx index d3d0494d..5112cc27 100644 --- a/docs/eln/troubleshooting.mdx +++ b/docs/eln/troubleshooting.mdx @@ -17,34 +17,10 @@ If you want to carry out an action and the corresponding button for carrying it ## SciFinder error 500 -A possible error message that can appear when using the SciFinder function to search for samples or reactions is the error code Error 500. -![SciFinder error 500](/img/scifinder_error_500.png) +A possible error message that can appear when using the SciFinder function to search for samples or reactions is the error code Error 500. +![SciFinder error 500](/img/scifinder_error_500.png) This error occurs when the SciFinder access has not been released and therefore access to the database is denied. Please check whether your SciFinder token is still valid by checking the date in the action bar under **Log in as your name** and **Settings**. If the validity date has been exceeded, you can easily renew it by deleting the token and creating a new one by entering your SciFinder access data. The new token is then valid again for one week. -## Molecule Editors - -### How do I enable extended copy and paste functionality for ChemDraw JS? - -1. When you select “ChemDrawJS”, you will be notified to click the clipboard icon to enable the extended copy and paste functionality. - -![ChemDraw clipboard_message](/img/chemdraw_clipboard_msg.png) - -2. Click the “Enable Extended Clipboard button” - -![ChemDraw clipboard_button](/img/chemdraw_clipboard_button.png) - -3. The instruction to enable the copy and paste function is displayed. Please do as follows: - -- Click on “ChemDraw Web Clipboard” to download the program - -- Double click to execute the program and the extension will be installed automatically. Note: you might get the notification “New extension added (ChemDraw Web Clipboard)” - -- Refresh the page - -![ChemDraw enable_clipboard_button](/img/chemdraw_clipboard_steps.png) - -4. After refreshing the page, re-open the ChemDraw and the clipboard button turns green. You can use Ctrl+C followed by Ctrl+P to copy and paste the drawing. - ## Fixing Sample or Molecule SVG images **(in ELN v1.5.4 and above)**