haile1982 / LearningSchool

Learning School
0 stars 0 forks source link

toto #1

Open donwill82 opened 11 months ago

donwill82 commented 11 months ago
mindmap
  root((mindmap))
    Origins
      Long history
      ::icon(fa fa-book)
      Popularisation
        British popular psychology author Tony Buzan
    Research
      On effectivness<br/>and features
      On Automatic creation
        Uses
            Creative techniques
            Strategic planning
            Argument mapping
    Tools
      Pen and paper
      Mermaid
donwill82 commented 11 months ago
sequenceDiagram
    participant dotcom
    participant iframe
    participant viewscreen
    dotcom->>iframe: loads html w/ iframe url
    iframe->>viewscreen: request template
    viewscreen->>iframe: html & javascript
    iframe->>dotcom: iframe ready
    dotcom->>iframe: set mermaid data on iframe
    iframe->>iframe: render mermaid

sequenceDiagram participant dotcom participant iframe participant viewscreen dotcom->>iframe: loads html w/ iframe url iframe->>viewscreen: request template viewscreen->>iframe: html & javascript iframe->>dotcom: iframe ready dotcom->>iframe: set mermaid data on iframe iframe->>iframe: render mermaid