Skip to content

Commit

Permalink
add a page for local editable attachment
Browse files Browse the repository at this point in the history
  • Loading branch information
Allenskywalker92 committed Feb 22, 2022
1 parent 0200b11 commit d0efe92
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/eln/locally_editable_attachment.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
id: local_editable_attachment
slug: local_editable_attachment
title: Local editable attachment
---

This feature allows users to be able to edit attachments by using their local application without requiring them to download and upload the attachment.

## Set up Chemotion URL Handler

- Download the Chemotion URL Handler via the link on chemotion navigation bar.![Code Scanner Button](/img/locally_editable_attachment/url_handler_download.png).

- Unzip the file to a folder.

- Open handle.reg to edit.

- Replace the path D:\\ChemotionUrlHandler\\urlhandler.exe\\ with the actually path you extract the zip file. For example: D:\\urlhandler\\urlhandler.exe\\ ![Edt handler](/img/locally_editable_attachment/edit_registry.png)

- Execute handle.reg. If it shows like the image below, you are successfully registered the url handler. ![Register handler successfully](/img/locally_editable_attachment/registrer_handler_successfully.PNG)

## How to edit attachments locally

- Open attachment dataset in chemotion ELN. ![Register handler successfully](/img/locally_editable_attachment/attachment.PNG)

- Click on the local edit button![Locally edit button](/img/locally_editable_attachment/edit_button.PNG)

- A console app will be open to download the file for you to edit. <b>DO NOT CLOSE</b> this application! ![Register handler successfully](/img/locally_editable_attachment/downloading_file.PNG)

- When finish editing the attachment, save the file with exactly the same name and extension. The console application will automatically upload the attachment to the ELN server. Then you can press any key to exit the application.
![finished](/img/locally_editable_attachment/finished.PNG)

## View all attachment versions

You can view all versions of an attachment.

- Open attachment dataset in chemotion ELN. ![Register handler successfully](/img/locally_editable_attachment/attachment.PNG)

- Click on view version![View version](/img/locally_editable_attachment/view_version.PNG)

- The versioning modal will appear. You can view and download all the versions of the attachment![Versioning](/img/locally_editable_attachment/Versioning.PNG)
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ module.exports = {
'eln/ketcher',
'eln/barcodes',
'eln/inventory',
'eln/local_editable_attachment',
'eln/analysis',
'eln/generic_segment',
'eln/generic_element',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d0efe92

Please sign in to comment.