[PR #904] [MERGED] Add basic plantuml, mermaid and flowchart charts (local space) #989

Closed
opened 2026-03-03 00:24:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/904
Author: @Komediruzecki
Created: 4/11/2021
Status: Merged
Merged: 4/12/2021
Merged by: @Rokt33r

Base: masterHead: feature/add-support-for-plantuml-diagrams


📝 Commits (2)

  • 4fb9b5a Add basic plantuml, mermaid and flowchart charts
  • 2876031 Add support for plantuml export

📊 Changes

2 files changed (+100 additions, -51 deletions)

View changed files

📝 src/components/atoms/MarkdownPreviewer.tsx (+85 -48)
📝 src/lib/exports.ts (+15 -3)

📄 Description

Add basic plantuml, mermaid and flowchart charts (#550, #371, #678, #539)

  • Add support for plantuml rendering
  • Add support for charts (mermaid, flowchart)
  • Add support for PDF and HTML export rendering of plantuml and mermaid

How to use it (should be the same as in cloud space, if you used it there):

Markdown to create diagrams:
DiagramsAndCharts.txt

Flowchart:

image

Mermaid:

image

Chart:

image

Plant UML Sequence Diagram:

image

Ditaa Diagrams:

image

Plant UML Activity & Class Diagrams:

image

Tested in

  • Local dev
  • Production AppImage (Linux)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/904 **Author:** [@Komediruzecki](https://github.com/Komediruzecki) **Created:** 4/11/2021 **Status:** ✅ Merged **Merged:** 4/12/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `feature/add-support-for-plantuml-diagrams` --- ### 📝 Commits (2) - [`4fb9b5a`](https://github.com/BoostIO/BoostNote-App/commit/4fb9b5a674fd3a8e3cefc0aeb330171a45f2310d) Add basic plantuml, mermaid and flowchart charts - [`2876031`](https://github.com/BoostIO/BoostNote-App/commit/287603183a8bccf44bcc4e6d94cd1a5548743bf2) Add support for plantuml export ### 📊 Changes **2 files changed** (+100 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `src/components/atoms/MarkdownPreviewer.tsx` (+85 -48) 📝 `src/lib/exports.ts` (+15 -3) </details> ### 📄 Description **Add basic plantuml, mermaid and flowchart charts** (#550, #371, #678, #539) - Add support for plantuml rendering - Add support for charts (mermaid, flowchart) - Add support for PDF and HTML export rendering of plantuml and mermaid How to use it (should be the same as in cloud space, if you used it there): Markdown to create diagrams: [DiagramsAndCharts.txt](https://github.com/BoostIO/BoostNote.next/files/6292487/DiagramsAndCharts.txt) ## Flowchart: ![image](https://user-images.githubusercontent.com/18196945/114316211-e0e0c980-9b02-11eb-9265-e627e2a83d76.png) ## Mermaid: ![image](https://user-images.githubusercontent.com/18196945/114316221-e76f4100-9b02-11eb-959e-a846a2419c6a.png) ## Chart: ![image](https://user-images.githubusercontent.com/18196945/114316228-f1913f80-9b02-11eb-806f-4366167ca3c2.png) ## Plant UML Sequence Diagram: ![image](https://user-images.githubusercontent.com/18196945/114316312-4f258c00-9b03-11eb-8e58-064467dc6c49.png) ## Ditaa Diagrams: ![image](https://user-images.githubusercontent.com/18196945/114316262-11c0fe80-9b03-11eb-8a71-fae52c132dc8.png) ## Plant UML Activity & Class Diagrams: ![image](https://user-images.githubusercontent.com/18196945/114316366-8300b180-9b03-11eb-82cf-d7235094fd5e.png) **Tested in** - Local dev - Production AppImage (Linux) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:24:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#989
No description provided.