mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Updated Draw.io integration
This commit is contained in:
parent
806efd7eac
commit
30d12ba756
6 changed files with 1071 additions and 1067 deletions
|
@ -13,9 +13,9 @@ All you need to provide is PostgreSQL, Microsoft SQL Server or any MySQL variant
|
||||||
|
|
||||||
## Latest Release
|
## Latest Release
|
||||||
|
|
||||||
[Community Edition: v3.8.0](https://github.com/documize/community/releases)
|
[Community Edition: v3.8.1](https://github.com/documize/community/releases)
|
||||||
|
|
||||||
[Enterprise Edition: v3.8.0](https://www.documize.com/downloads)
|
[Enterprise Edition: v3.8.1](https://www.documize.com/downloads)
|
||||||
|
|
||||||
> *We provide frequent product updates for both cloud and self-hosted customers.*
|
> *We provide frequent product updates for both cloud and self-hosted customers.*
|
||||||
>
|
>
|
||||||
|
|
|
@ -41,8 +41,8 @@ func main() {
|
||||||
rt.Product = domain.Product{}
|
rt.Product = domain.Product{}
|
||||||
rt.Product.Major = "3"
|
rt.Product.Major = "3"
|
||||||
rt.Product.Minor = "8"
|
rt.Product.Minor = "8"
|
||||||
rt.Product.Patch = "0"
|
rt.Product.Patch = "1"
|
||||||
rt.Product.Revision = "200521110906"
|
rt.Product.Revision = "201109100417"
|
||||||
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
||||||
rt.Product.Edition = domain.CommunityEdition
|
rt.Product.Edition = domain.CommunityEdition
|
||||||
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
||||||
|
|
2122
embed/bindata.go
2122
embed/bindata.go
File diff suppressed because one or more lines are too long
|
@ -170,3 +170,7 @@ export default Component.extend({
|
||||||
// https://desk.draw.io/support/solutions/articles/16000042546-what-url-parameters-are-supported-
|
// https://desk.draw.io/support/solutions/articles/16000042546-what-url-parameters-are-supported-
|
||||||
// https://desk.draw.io/support/solutions/articles/16000042544-how-does-embed-mode-work-
|
// https://desk.draw.io/support/solutions/articles/16000042544-how-does-embed-mode-work-
|
||||||
// https://jgraph.github.io/mxgraph/docs/js-api/files/editor/mxEditor-js.html
|
// https://jgraph.github.io/mxgraph/docs/js-api/files/editor/mxEditor-js.html
|
||||||
|
|
||||||
|
// https://github.com/jgraph/drawio-github/blob/master/edit-diagram.html
|
||||||
|
// https://github.com/jgraph/drawio-integration
|
||||||
|
// https://desk.draw.io/support/solutions/articles/16000042544-embed-mode
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
{{#section/base-editor document=document folder=folder page=page busy=waiting isDirty=(action "isDirty") onCancel=(action "onCancel") onAction=(action "onAction")}}
|
{{#section/base-editor document=document folder=folder page=page busy=waiting isDirty=(action "isDirty") onCancel=(action "onCancel") onAction=(action "onAction")}}
|
||||||
<div class="section-flowchart-diagram">
|
<div class="section-flowchart-diagram">
|
||||||
<iframe id={{editorId}}
|
<iframe id={{editorId}}
|
||||||
src="https://www.draw.io/?embed=1&ui=Kennedy&spin=0&proto=json&splash=0"
|
src="https://embed.diagrams.net/?embed=1&ui=Kennedy&spin=0&proto=json&splash=0"
|
||||||
style="frameborder:0; border: 0; width: 100%; height: 1000px;">
|
style="frameborder:0; border: 0; width: 100%; height: 1000px;">
|
||||||
</iframe>
|
</iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "documize",
|
"name": "documize",
|
||||||
"version": "3.8.0",
|
"version": "3.8.1",
|
||||||
"description": "Documize is the Integrated Document Environment (IDE)",
|
"description": "Documize is the Integrated Document Environment (IDE)",
|
||||||
"repository": "",
|
"repository": "",
|
||||||
"license": "AGPL",
|
"license": "AGPL",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue