-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a page for local editable attachment
- Loading branch information
1 parent
0200b11
commit d0efe92
Showing
11 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Binary file added
BIN
+8.58 KB
static/img/locally_editable_attachment/registrer_handler_successfully.PNG
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.