Questions tagged [mindmap]

38 questions
4
votes
2 answers

xslt template root tags, omit in text output

I work on a xsl to transform mindmap files to csv tree structure. I use python lxml There is a little issue left - How to omit the root tags necessary in template ? Leave them away results in: AssertionError: ElementTree not initialized, missing…
groovehunter
  • 3,050
  • 7
  • 26
  • 38
3
votes
1 answer

How to add tooltip in a node using jsMind library?

I want to customize my mind map using jsMind Currently this is my code: var mind = { meta: { name: 'jsMind remote', author: 'hizzgdev@163.com', version: '0.2', …
Mike
  • 33
  • 4
3
votes
1 answer

Can branches of a mindmap merge to another node?

I do lots of mindmaps recently and I often face a problem which is that I can't merge branches. Such as a node has branch1, branch2, branch3 and branch4, and I find branch3 and branch4 can tend to another node. But, it seems both MindNode and Xmind…
Wykay -z
  • 41
  • 1
  • 4
2
votes
2 answers

Graphviz: How to place nodes only in lower semi-circle using circo layout?

In the attached figure, the nodes are arranged in a circle around the node. Is there a (possibly generic) way to arrange the nodes only in the lower semi-circle, without having to provide fixed coordinates for the nodes? Edit: Would like to…
solyarist
  • 424
  • 3
  • 17
2
votes
1 answer

Tikz mindmaps overriding level distance and sibling angle for a specific node

Is there any way of overriding the defined level distance and sibling angle for a specific node? So for example if I have the…
mjb
  • 65
  • 7
2
votes
1 answer

How do you get the content of a MindMeister Map using the V2 API

I would like to read the content of a MindMeister mindmap using their API. In V1 (now deprecated) you could get an XML response via mm.maps.getMap and that would return data nodes in the mind map like this getMap !
David Cruwys
  • 6,262
  • 12
  • 45
  • 91
2
votes
2 answers

TikZ Mindmap: text in the nodes undesirably covered by connectors

I created a mindmap (see below). I found my text was undesirably covered by the connectors. Is there a way to put the connector a layer below the text, or put the text a layer above the connector? I know I can bypass this problem by changing the…
fyang
  • 89
  • 9
2
votes
0 answers

Convert dmoz directory to mind map tree

www.dmoz.org provides comprehensive web category in RDF file here http://www.dmoz.org/rdf.html I would like to create a mind map(using tools like free mind for example) or a visual tree using the RDF file from above link. Is there any easy way for…
T_H
  • 49
  • 4
2
votes
0 answers

org-mode mindmap export using HTML export + CSS?

Using org-mode to generate mindmaps from heading structure has been elusive. There is a Freemind export, but I don't want to have to fire up an external app, and anyway Freemind mind maps look ugly to me. What about using org-export-html, along…
incandescentman
  • 6,168
  • 3
  • 46
  • 86
2
votes
1 answer

How to create big organization charts like google maps?

I don't know javascript (unfortunately) and I'd like to make a mindmap-like "organization chart" similar to this one: This map should have an ability to zoom-in and zoom-out similar to google maps, and the ability to arbitrarily connect nodes. So…
piotao
  • 267
  • 3
  • 12
2
votes
1 answer

Draw a graphic structure with JSF

I would like to create a JSF web application to display a graphic structure (composed of hierarchical elements organised in a database) where, if possible, the user could eventually zoom in/out, add new elements... But I haven't been able to…
user1882817
  • 21
  • 1
  • 3
1
vote
1 answer

Can flowcharts with crosslines be noted as OPML?

Is there a standard to reference cross-lines in a mindmap or flowchart in OPML.For example with anchors and links. It seems that flowchart editors online such as gliffy can import OPML but export is only xml, not OPML. Put simply: can this flowchart…
newnomad
  • 1,055
  • 3
  • 11
  • 15
1
vote
1 answer

the right technology for making a mindmap app on android with react native

currently I am creating a multi platform mindmap application. The web version of my software is completed. To complete the web version application I use: -React -Node j's -Mongodb -Konva Now I want to attack the second part of my quest: the mobile…
kavaldeep
  • 25
  • 3
1
vote
2 answers

markmap: Insert the mindmap to the HTML

I wanted to use a mindmap on Hugo, and markmap was exactly what I wanted. But I'm very unfamiliar with its syntax. (see below code-block) I don't even know what language it is (is it typescript-arrow-function?) ((e,t)=>{ const{Markmap:r}=e(); …
Carson
  • 6,105
  • 2
  • 37
  • 45
1
vote
1 answer

Freeplane - latexinput

So I've tried to find a mind-mapping software with latex support and stumbled across Freeplane. Pretty satisfied with it, except I cannot seem to figure out how to make latex input from file work. E.g. if I want to include a code like…
User1291
  • 7,664
  • 8
  • 51
  • 108
1
2 3