Note that local storage changes the URL so that refreshing the page keeps draw.io in local storage mode using the same diagram, e. The.drawio.svg or.drawio.png files can be automatically embedded and displayed in published Foams, no export needed. FYI, the diagram below was made using Draw.io! From //SEIBERT/MEDIA - one of Atlassian's biggest partners worldwide - comes the top-rated Confluence diagramming solution. Draw.io is the leading diagramming app when it comes to active installs and reviews on the Atlassian Marketplace. Collaborative markdown editor for awesome Dev Teams.
Maintainers
Details
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- erusev/parsedown-extra: ^0.8.1
- illuminate/support: ~7|~8
Requires (Dev)
- orchestra/testbench: ~5|~6
- phpunit/phpunit: ~9.0
Suggests
None
Provides
None
Conflicts
None
This package is auto-updated.
Last update: 2021-03-25 01:03:01 UTC
Beam-Parsedown is a Laravel package of ParsedownExtra which adds several new features in it.
Here's a list of the added features:
Installation
Via Composer
Usage
BasePath
Set default base path for images, audios & drawio diagrams. It will only add base path to relative urls (ex. ./image.png
).
Header ID
Automatically add IDs to headings.
Markdown
Results
Icons
You can easily display fontawesome icons. To add an icon, simply write icon:
followed with the class icon that you want to display in square brackets.
Markdown
Results
Audio
To embed audio, add audio:
followed by the link to audio file (m4a).
Markdown
Results
Youtube
Display youtube videos from shared links. Write youtube:
followed by shared links from Youtube, enclosed in square bracket.
Markdown
Results
Alerts
To display note/info block in document, enclosed block with info
followed by three tick marks (```).
Markdown
Results
Draw.io
To embed draw.io diagrams, add drawio:
followed by the link to drawio file (.drawio
).
Markdown
Results
Mermaid JS
Here is one mermaid diagram:
Markdown
Results
Chart JS
Show charts with chart.js config:
Markdown
Results
Configuration
To add new or edit the default options, run the following command to make a copy of the default configuration file:
Markdown Drawio
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Credits
Markdown Insert Draw Io
License
Markdown Drawio 埋め込み
The MIT License (MIT). Please see the license file for more information.