Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cllde8 committed May 13, 2024
1 parent 0c41767 commit 48bd465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 76 deletions.
50 changes: 0 additions & 50 deletions docs/eln/admin/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
28 changes: 2 additions & 26 deletions docs/eln/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbd>Ctrl</kbd>+<kbd>C</kbd> followed by <kbd>Ctrl</kbd>+<kbd>P</kbd> to copy and paste the drawing.

## Fixing Sample or Molecule SVG images

**(in ELN v1.5.4 and above)**
Expand Down

0 comments on commit 48bd465

Please sign in to comment.