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

More improvements #52

Merged
merged 5 commits into from
May 13, 2023
Merged

More improvements #52

merged 5 commits into from
May 13, 2023

Conversation

leomoon
Copy link
Collaborator

@leomoon leomoon commented May 13, 2023

leomoon added 5 commits May 12, 2023 13:55
Mermaid supports:
- sequence diagrams
- flowcharts
- Gantt charts
- class and state diagrams
- pie charts

Example chart:
```mermaid
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
```
@Zavy86
Copy link
Owner

Zavy86 commented May 13, 2023

a curiosity.
are you using wikidocs on some public site?

@Zavy86 Zavy86 merged commit e114066 into Zavy86:master May 13, 2023
@Zavy86
Copy link
Owner

Zavy86 commented May 13, 2023

for mermaid what is the tag?

@leomoon
Copy link
Collaborator Author

leomoon commented May 13, 2023

I have WikiDocs local only accessed via wiki.local.
so mermaid would be a code tag with mermaid like:
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```

@leomoon
Copy link
Collaborator Author

leomoon commented May 13, 2023

You can also do mind maps like (add mermaid to the code tag):

mindmap
  root((mindmap))
    Origins
      Long history
      ::icon(fa fa-book)
      Popularisation
        British popular psychology author Tony Buzan
    Research
      On effectiveness<br/>and features
      On Automatic creation
        Uses
            Creative techniques
            Strategic planning
            Argument mapping
    Tools
      Pen and paper
      Mermaid

@Zavy86
Copy link
Owner

Zavy86 commented May 13, 2023

very good https://demo.wikidocs.it/aaaa

@leomoon
Copy link
Collaborator Author

leomoon commented May 13, 2023

And supports both dark and light themes. :D

@Zavy86
Copy link
Owner

Zavy86 commented May 13, 2023

end of the month.. release 1.0.0! :)

@Zavy86 Zavy86 mentioned this pull request Sep 22, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants