Get your FREE, exclusive Microsoft 365 Resources:
https://resources.businesstechplanet.com
A new feature in Microsoft Loop allows you to create flowcharts and other diagrams using Mermaid code.
Here are some helpful coding tips for flowcharts:
1) Change the box shape
Round: A(text)
Circle: A((text))
Diamond: A{text}
Parallelogram: A[/text/]
Hexagon: A{{text}}
Flag: A"right arrow"text]
Note: Change "right arrow" to an actual right arrow symbol.
2) Link/Connector styles
--- three dashes creates a single line with no arrow
=== creates a thick single line
Use this code to change the width and color of the connector:
linkStyle 0 stroke:blue,stroke-width:4px
Note: "0" represents the first connector in the flowchart. Change this to "1", "2", etc to change different connectors.
3) Box styles
Dashed border: stroke-dasharray:5 5
Red border: stroke:red
4px border: stroke-width:4px
Red text: color:red
100px wide box: width:100px
100px high box: height:100px
Transparent border: opacity:0.5
Note opacity can be anything between 0 and 1.
*************
💻 Extra resources:
💬 Did you enjoy this video? Let us know all about it in the comments below!
✔️ Subscribe: Subscribe to Business Tech Planet using this link: / @businesstechplanet
Thank you very much for stopping by, we have lots of other great videos that can help you in a huge assortment of tech-related ways!
*************
🛒 Support BTP with your M365 purchases:
https://bit.ly/3ITCbEO
➡️ As full disclosure, Business Tech Planet uses affiliate links — such as the one above. Purchasing through these links gives Business Tech Planet a small commission at no extra cost to yourself, and it helps us continue to produce content for this channel.
*************
💯 Welcome to the official YouTube Channel of Business Tech Planet - We make business tech simple!
On this Channel, we explain how technology works and how your business can use it in terms that anyone can understand, regardless of technical knowledge. The way we do that is by offering incredibly thorough and easy-to-follow video tutorials that anyone can understand.
➡️ Here we explain how you can safeguard your business as you begin using more future-proof cloud-based tech, from explaining how you can improve security and your organization's redundancy.
We cater to audiences that may or may not be tech-savvy. The goal is to make sure our content is understandable to people from all walks of life as well as instructive on how to make the most of their business's technology.
➡️ We also operate a website that offers Tech Tips and guides related to issues people may have with Technology. The guides and tips we offer are done with the philosophy of providing excellent information for businesses regarding safety, future-proofing, and redundancies.
✅ Visit Business Tech Planet online:
https://businesstechplanet.com/
So, if you are also passionate about making tech make sense, we upload video content frequently, and you should definitely subscribe to the channel and activation the bell icon to never miss a video! 🔔
#BusinessTechPlanet #guide #tutorial #microsoft365 #office365 #tips #tipsandtricks #howto #loop #microsoftloop #mermaid #flowchart #flowcharts #diagram #components