Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concept Map (Mindmap connection lines) #5045

Open
lfilho opened this issue Nov 19, 2023 · 1 comment
Open

Concept Map (Mindmap connection lines) #5045

lfilho opened this issue Nov 19, 2023 · 1 comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request Type: New Diagram

Comments

@lfilho
Copy link

lfilho commented Nov 19, 2023

Proposal

It would be nice to have a Concept Map, which basically is a Mindmap + the ability to draw arbitrary connection line between different mindmap nodes. For example, on the screenshot below, see the connection between "Inspiration" and "Big ideas".

CleanShot 2023-11-19 at 13 05 31

More info and examples: https://en.wikipedia.org/wiki/Concept_map

Not sure if at this point is basically a generic flowchart.

Use Cases

No response

Screenshots

No response

Syntax

For screenshot i provided above, i thought the syntax could look something like this:

mindmap
  root((Analyzis for a Book))
    Inspiration --> Big Ideas
      Sub topic
      Sub topic
    Big Ideas
      Sub topic
      Sub topic

with an optional id maybe:

mindmap
  root((Analyzis for a Book))
    Inspiration --> id2
      Sub topic
      Sub topic
    [id2:]Big Ideas
      Sub topic
      Sub topic

Thanks!

Implementation

None

@lfilho lfilho added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request Type: New Diagram labels Nov 19, 2023
@StuartKemp
Copy link

StuartKemp commented Nov 28, 2024

I half assumed this was already a feature of the mindmap, since there's the ability to add ids to the nodes with the syntax id[label text]. I at least can't find any other purpose for the ability to add ids.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request Type: New Diagram
Projects
None yet
Development

No branches or pull requests

2 participants