-
-
Notifications
You must be signed in to change notification settings - Fork 874
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
13 changed files
with
42 additions
and
42 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
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,16 +18,16 @@ This feature can support to export mind maps as png images. | |
```html | ||
|
||
<!-- style --> | ||
<link type="text/css" rel="stylesheet" href="https://unpkg.com/jsmind@0.7.9/style/jsmind.css" /> | ||
<link type="text/css" rel="stylesheet" href="https://unpkg.com/jsmind@0.8.0/style/jsmind.css" /> | ||
|
||
<!-- jsMind --> | ||
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.9/es6/jsmind.js"></script> | ||
<script type="text/javascript" src="https://unpkg.com/jsmind@0.8.0/es6/jsmind.js"></script> | ||
|
||
<!-- dependency of screenshot --> | ||
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/dom-to-image.min.js" ></script> | ||
|
||
<!-- screenshot plugin --> | ||
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.9/es6/jsmind.screenshot.js"></script> | ||
<script type="text/javascript" src="https://unpkg.com/jsmind@0.8.0/es6/jsmind.screenshot.js"></script> | ||
|
||
|
||
<script> | ||
|
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 |
---|---|---|
|
@@ -20,16 +20,16 @@ | |
```html | ||
|
||
<!-- style --> | ||
<link type="text/css" rel="stylesheet" href="https://unpkg.com/jsmind@0.7.9/style/jsmind.css" /> | ||
<link type="text/css" rel="stylesheet" href="https://unpkg.com/jsmind@0.8.0/style/jsmind.css" /> | ||
|
||
<!-- jsMind --> | ||
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.9/es6/jsmind.js"></script> | ||
<script type="text/javascript" src="https://unpkg.com/jsmind@0.8.0/es6/jsmind.js"></script> | ||
|
||
<!-- dependency of screenshot --> | ||
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/dom-to-image.min.js" ></script> | ||
|
||
<!-- screenshot plugin --> | ||
<script type="text/javascript" src="https://unpkg.com/jsmind@0.7.9/es6/jsmind.screenshot.js"></script> | ||
<script type="text/javascript" src="https://unpkg.com/jsmind@0.8.0/es6/jsmind.screenshot.js"></script> | ||
|
||
|
||
<script> | ||
|
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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<link | ||
type="text/css" | ||
rel="stylesheet" | ||
href="//cdn.jsdelivr.net/npm/jsmind@0.7.9/style/jsmind.css" | ||
href="//cdn.jsdelivr.net/npm/jsmind@0.8.0/style/jsmind.css" | ||
/> | ||
<style type="text/css"> | ||
li { | ||
|
@@ -192,19 +192,19 @@ | |
</div> | ||
<script | ||
type="text/javascript" | ||
src="//cdn.jsdelivr.net/npm/jsmind@0.7.9/es6/jsmind.js" | ||
src="//cdn.jsdelivr.net/npm/jsmind@0.8.0/es6/jsmind.js" | ||
></script> | ||
<script | ||
type="text/javascript" | ||
src="//cdn.jsdelivr.net/npm/jsmind@0.7.9/es6/jsmind.draggable-node.js" | ||
src="//cdn.jsdelivr.net/npm/jsmind@0.8.0/es6/jsmind.draggable-node.js" | ||
></script> | ||
<script | ||
type="text/javascript" | ||
src="//cdn.jsdelivr.net/npm/[email protected]/dist/dom-to-image.min.js" | ||
></script> | ||
<script | ||
type="text/javascript" | ||
src="//cdn.jsdelivr.net/npm/jsmind@0.7.9/es6/jsmind.screenshot.js" | ||
src="//cdn.jsdelivr.net/npm/jsmind@0.8.0/es6/jsmind.screenshot.js" | ||
></script> | ||
<script type="text/javascript" src="2_features.js"></script> | ||
</body> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<link | ||
type="text/css" | ||
rel="stylesheet" | ||
href="//jsd.onmicrosoft.cn/npm/jsmind@0.7.9/style/jsmind.css" | ||
href="//jsd.onmicrosoft.cn/npm/jsmind@0.8.0/style/jsmind.css" | ||
/> | ||
<style type="text/css"> | ||
li { | ||
|
@@ -199,19 +199,19 @@ | |
</div> | ||
<script | ||
type="text/javascript" | ||
src="//jsd.onmicrosoft.cn/npm/jsmind@0.7.9/es6/jsmind.js" | ||
src="//jsd.onmicrosoft.cn/npm/jsmind@0.8.0/es6/jsmind.js" | ||
></script> | ||
<script | ||
type="text/javascript" | ||
src="//jsd.onmicrosoft.cn/npm/jsmind@0.7.9/es6/jsmind.draggable-node.js" | ||
src="//jsd.onmicrosoft.cn/npm/jsmind@0.8.0/es6/jsmind.draggable-node.js" | ||
></script> | ||
<script | ||
type="text/javascript" | ||
src="//jsd.onmicrosoft.cn/npm/[email protected]/dist/dom-to-image.min.js" | ||
></script> | ||
<script | ||
type="text/javascript" | ||
src="//jsd.onmicrosoft.cn/npm/jsmind@0.7.9/es6/jsmind.screenshot.js" | ||
src="//jsd.onmicrosoft.cn/npm/jsmind@0.8.0/es6/jsmind.screenshot.js" | ||
></script> | ||
<script type="text/javascript" src="2_features.js"></script> | ||
</body> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<link | ||
type="text/css" | ||
rel="stylesheet" | ||
href="https://unpkg.com/jsmind@0.7.9/style/jsmind.css" | ||
href="https://unpkg.com/jsmind@0.8.0/style/jsmind.css" | ||
/> | ||
<style type="text/css"> | ||
#jsmind_container { | ||
|
@@ -29,16 +29,16 @@ | |
<script type="text/javascript"> | ||
require.config({ | ||
paths: { | ||
'jsmind': 'https://unpkg.com/jsmind@0.7.9/es6/jsmind', | ||
'jsmind/draggable-node': 'https://unpkg.com/jsmind@0.7.9/es6/jsmind.draggable-node', | ||
'jsmind': 'https://unpkg.com/jsmind@0.8.0/es6/jsmind', | ||
'jsmind/draggable-node': 'https://unpkg.com/jsmind@0.8.0/es6/jsmind.draggable-node', | ||
}, | ||
}); | ||
require(['jsmind', 'jsmind/draggable-node'], function (jsMind, _) { | ||
let mind = { | ||
meta: { | ||
name: 'jsMind example', | ||
author: '[email protected]', | ||
version: '0.7.9', | ||
version: '0.8.0', | ||
}, | ||
format: 'node_tree', | ||
data: { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* https://github.com/hizzgdev/jsmind/ | ||
*/ | ||
|
||
export const __version__ = '0.7.9'; | ||
export const __version__ = '0.8.0'; | ||
export const __author__ = '[email protected]'; | ||
|
||
if (typeof String.prototype.startsWith != 'function') { | ||
|