Giter Club home page Giter Club logo

xmind-sdk-javascript's Issues

use in browsers

by now, the dependencies libraries of xmind-sdk-node are compatible to be used in browsers:

  • xmldom: can be replaced with DOMParser web api
  • jszip: it can be used in browsers

so, the next step is to bring xmind-sdk to browsers!

PS: I did use file system apis from node.js, so there might be some work to do about it.

set topic structure not work

when I new a topic with option structure class 'Spreadsheet', it not work
new Topic({
sheet: sheet,
title: name,
structure: 'Spreadsheet',
parent: topic,
})

Perfect! However...

I started using this wonderful SDK. Perfect for my needs. However, the images appears to be broken when you open it on XMind after processing it using the SDK.

Is there a way to fix this?
Thanks!

please give me a open xmind file demo ?

I have some problems when I use this sdk to load / open xxx.xmind file. many times but is faile all way ! thank you !

`
var tfile = document.getElementById("tfile");

tfile.addEventListener('change', (event) => {

console.log(event);
var file = event.target.files[0];

console.log(file);

var workbookFromFile = xmind.open(file);

console.log("workbookFromFile",workbookFromFile)`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.