-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
5 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
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 |
---|---|---|
|
@@ -18,9 +18,7 @@ interface. Currently, only drawio diagrams are supported. | |
## Importing images from Nextcloud into diagrams | ||
With this app, you can import images from Nextcloud into | ||
diagrams. These images are not embedded, but linked to their | ||
source in Nextcloud. **To achieve this, imported images are made | ||
public via a secret link to the image.** | ||
diagrams. A copy of the image will be stored inside the `.drawio` file. | ||
## Rights management | ||
|
@@ -61,7 +59,7 @@ interface in the "General" tab. | |
CryptPad". You can find it in the "Integration" category. | ||
3. Configure "Open in CryptPad" in the administration settings of Nextcloud. | ||
]]></description> | ||
<version>0.3.5</version> | ||
<version>0.3.6</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]" homepage="https://xwiki.com">Wolfgang Ginolas</author> | ||
<namespace>OpenInCryptPad</namespace> | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "openincryptpad", | ||
"description": "Open files in CryptPad", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"author": "Wolfgang Ginolas <[email protected]>", | ||
"contributors": [], | ||
"bugs": { | ||
|