import {Workbook, Topic, Marker} from 'xmind';// HTML // Latest version // Specify version <!-- script src="https://cdn.jsdelivr.net/npm/xmind@2.0.2/dist/xmind-sdk.bundle.js"> const { Workbook, Topic, Marker } = window; Simple Usageconst { Workbook, Topic, Marker, Zipper }...
Node.js$ npm i --save xmindNOTICE: The xmind-sdk is renamed to xmind from the version: 2.0.0 Please, use npm i --save xmind to replace with it if you were using the xmind-sdk.const { Workbook, Topic, Marker } = require('xmind');...
Files master .githooks docs example scripts src test .eslintrc.json .gitignore .nycrc.json .travis.yml LICENSE README.md appveyor.yml package-lock.json package.json tsconfig.json tslint.jsonBreadcrumbs xmind-sdk-js / tslint.json Latest commit...
This is a lightweight official software development kit to help people who wants to build the mapping file without the UI client and It's also supported to run in Browser or Node.js. - Commits · xmindltd/xmind-sdk-js
xmind-sdk-javascript is built on top of all these fantastic projects: Stuk/jszip eligrey/FileSaver.js jindw/xmldom and these projects helps a lot, too: xmindltd/xmind-sdk-python xmindltd/xmind Mekk/mekk.xmind History Releases1
This is a lightweight official software development kit to help people who wants to build the mapping file without the UI client and It's also supported to run in Browser or Node.js. - Update README.md · xmindltd/xmind-sdk-js@b4cbdb0
If I have data like [ { title: 'subtopic 1', submmary: 'summary' }, { title: 'subtopic 2', }, { title: 'subtopic 1' } ] How can I use xmind-sdk to generate xmind file with array or json? Now i am using the api like add and summary.Is the...
This is a lightweight official software development kit to help people who wants to build the mapping file without the UI client and It's also supported to run in Browser or Node.js. - Fix: inline code in sourcemap file · xmindltd/xmind-sdk-js@a528fd9
Fix: inline code in sourcemap file Verified a528fd9 tomtiao mentioned this pull request Sep 25, 2023 Broken sourcemap #89 Open danielsss marked this pull request as ready for review September 27, 2023 03:02 View details danielsss merged commit ff5985c into xmindltd:master Sep 27, ...
Node.js $ npm i --save xmind NOTICE: Thexmind-sdkis renamed toxmindfrom the version: 2.0.0 Please, usenpm i --save xmindto replace with it if you were using thexmind-sdk. const{Workbook,Topic,Marker}=require('xmind');